Skip to content

Commit 7767850

Browse files
committedOct 17, 2014
package versions updates
1 parent eae9215 commit 7767850

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed
 

‎package.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Package.describe({
2+
name: "dburles:collection-helpers",
23
summary: "Transform your collections with helpers that you define",
3-
version: "1.0.0",
4+
version: "1.0.1",
45
git: "https://github.com/dburles/meteor-collection-helpers.git"
56
});
67

78
Package.onUse(function(api) {
89
api.use([
9-
'underscore@1.0.0',
10-
'mongo-livedata@1.0.3']);
10+
'underscore@1.0.1',
11+
'mongo@1.0.7']);
1112

1213
api.addFiles('collection-helpers.js');
1314
});

‎versions.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -2,86 +2,86 @@
22
"dependencies": [
33
[
44
"application-configuration",
5+
"1.0.3"
6+
],
7+
[
8+
"base64",
59
"1.0.1"
610
],
711
[
812
"binary-heap",
9-
"1.0.0"
13+
"1.0.1"
1014
],
1115
[
1216
"callback-hook",
13-
"1.0.0"
17+
"1.0.1"
1418
],
1519
[
1620
"check",
17-
"1.0.0"
21+
"1.0.2"
1822
],
1923
[
2024
"ddp",
21-
"1.0.8"
25+
"1.0.10"
2226
],
2327
[
2428
"ejson",
25-
"1.0.1"
29+
"1.0.4"
2630
],
2731
[
2832
"follower-livedata",
29-
"1.0.1"
33+
"1.0.2"
3034
],
3135
[
3236
"geojson-utils",
33-
"1.0.0"
37+
"1.0.1"
3438
],
3539
[
3640
"id-map",
37-
"1.0.0"
41+
"1.0.1"
3842
],
3943
[
4044
"json",
41-
"1.0.0"
45+
"1.0.1"
4246
],
4347
[
4448
"logging",
45-
"1.0.2"
49+
"1.0.4"
4650
],
4751
[
4852
"meteor",
49-
"1.0.3"
53+
"1.1.2"
5054
],
5155
[
5256
"minimongo",
53-
"1.0.2"
54-
],
55-
[
56-
"mongo",
5757
"1.0.4"
5858
],
5959
[
60-
"mongo-livedata",
61-
"1.0.4"
60+
"mongo",
61+
"1.0.7"
6262
],
6363
[
6464
"ordered-dict",
65-
"1.0.0"
65+
"1.0.1"
6666
],
6767
[
6868
"random",
69-
"1.0.0"
69+
"1.0.1"
7070
],
7171
[
7272
"retry",
73-
"1.0.0"
73+
"1.0.1"
7474
],
7575
[
7676
"tracker",
77-
"1.0.2"
77+
"1.0.3"
7878
],
7979
[
8080
"underscore",
81-
"1.0.0"
81+
"1.0.1"
8282
]
8383
],
8484
"pluginDependencies": [],
85-
"toolVersion": "meteor-tool@1.0.28",
85+
"toolVersion": "meteor-tool@1.0.34",
8686
"format": "1.0"
8787
}

0 commit comments

Comments
 (0)
Please sign in to comment.