File tree 2 files changed +27
-26
lines changed
2 files changed +27
-26
lines changed Original file line number Diff line number Diff line change 1
1
Package . describe ( {
2
+ name : "dburles:collection-helpers" ,
2
3
summary : "Transform your collections with helpers that you define" ,
3
- version : "1.0.0 " ,
4
+ version : "1.0.1 " ,
4
5
git : "https://github.com/dburles/meteor-collection-helpers.git"
5
6
} ) ;
6
7
7
8
Package . onUse ( function ( api ) {
8
9
api . use ( [
9
- 'underscore@1.0.0 ' ,
10
- 'mongo-livedata @1.0.3 ' ] ) ;
10
+ 'underscore@1.0.1 ' ,
11
+ 'mongo@1.0.7 ' ] ) ;
11
12
12
13
api . addFiles ( 'collection-helpers.js' ) ;
13
14
} ) ;
Original file line number Diff line number Diff line change 2
2
"dependencies" : [
3
3
[
4
4
" application-configuration" ,
5
+ " 1.0.3"
6
+ ],
7
+ [
8
+ " base64" ,
5
9
" 1.0.1"
6
10
],
7
11
[
8
12
" binary-heap" ,
9
- " 1.0.0 "
13
+ " 1.0.1 "
10
14
],
11
15
[
12
16
" callback-hook" ,
13
- " 1.0.0 "
17
+ " 1.0.1 "
14
18
],
15
19
[
16
20
" check" ,
17
- " 1.0.0 "
21
+ " 1.0.2 "
18
22
],
19
23
[
20
24
" ddp" ,
21
- " 1.0.8 "
25
+ " 1.0.10 "
22
26
],
23
27
[
24
28
" ejson" ,
25
- " 1.0.1 "
29
+ " 1.0.4 "
26
30
],
27
31
[
28
32
" follower-livedata" ,
29
- " 1.0.1 "
33
+ " 1.0.2 "
30
34
],
31
35
[
32
36
" geojson-utils" ,
33
- " 1.0.0 "
37
+ " 1.0.1 "
34
38
],
35
39
[
36
40
" id-map" ,
37
- " 1.0.0 "
41
+ " 1.0.1 "
38
42
],
39
43
[
40
44
" json" ,
41
- " 1.0.0 "
45
+ " 1.0.1 "
42
46
],
43
47
[
44
48
" logging" ,
45
- " 1.0.2 "
49
+ " 1.0.4 "
46
50
],
47
51
[
48
52
" meteor" ,
49
- " 1.0.3 "
53
+ " 1.1.2 "
50
54
],
51
55
[
52
56
" minimongo" ,
53
- " 1.0.2"
54
- ],
55
- [
56
- " mongo" ,
57
57
" 1.0.4"
58
58
],
59
59
[
60
- " mongo-livedata " ,
61
- " 1.0.4 "
60
+ " mongo" ,
61
+ " 1.0.7 "
62
62
],
63
63
[
64
64
" ordered-dict" ,
65
- " 1.0.0 "
65
+ " 1.0.1 "
66
66
],
67
67
[
68
68
" random" ,
69
- " 1.0.0 "
69
+ " 1.0.1 "
70
70
],
71
71
[
72
72
" retry" ,
73
- " 1.0.0 "
73
+ " 1.0.1 "
74
74
],
75
75
[
76
76
" tracker" ,
77
- " 1.0.2 "
77
+ " 1.0.3 "
78
78
],
79
79
[
80
80
" underscore" ,
81
- " 1.0.0 "
81
+ " 1.0.1 "
82
82
]
83
83
],
84
84
"pluginDependencies" : [],
85
- "toolVersion" : " meteor-tool@1.0.28 " ,
85
+ "toolVersion" : " meteor-tool@1.0.34 " ,
86
86
"format" : " 1.0"
87
87
}
You can’t perform that action at this time.
0 commit comments