File tree 3 files changed +32
-20
lines changed
3 files changed +32
-20
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var path = Npm.require('path');
4
4
Package . describe ( {
5
5
name : 'meteorhacks:zones' ,
6
6
summary : 'Zone.Js integration for meteor' ,
7
- version : "1.2.1 " ,
7
+ version : "1.2.2 " ,
8
8
git : "https://github.com/meteorhacks/zones.git"
9
9
} ) ;
10
10
@@ -41,7 +41,7 @@ Package.on_test(function (api) {
41
41
function addPackageFiles ( api ) {
42
42
// Add iron router only if it exists
43
43
if ( api . versionsFrom ) {
44
- api . versionsFrom ( '[email protected] .0 ' ) ;
44
+ api . versionsFrom ( '[email protected] .2.1 ' ) ;
45
45
api . use ( 'meteorhacks:[email protected] ' , [ 'server' ] ) ;
46
46
api . use ( [ 'iron:[email protected] ' ] , [ 'client' , 'server' ] , { weak :
true } ) ;
47
47
} else {
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ if(Package['inject-initial']) {
11
11
// this is a trick to idnentify the test environment
12
12
// need to set this env var before running tests
13
13
if ( process . env [ 'METEOR_ENV' ] == 'test' ) {
14
- var packageName = 'local-test:meteorhacks:zones ' ;
14
+ var packageName = 'local-test_meteorhacks_zones ' ;
15
15
} else {
16
- var packageName = 'meteorhacks:zones ' ;
16
+ var packageName = 'meteorhacks_zones ' ;
17
17
}
18
18
}
19
19
Original file line number Diff line number Diff line change 2
2
"dependencies" : [
3
3
[
4
4
" application-configuration" ,
5
- " 1.0.1"
5
+ " 1.0.2"
6
+ ],
7
+ [
8
+ " base64" ,
9
+ " 1.0.0"
6
10
],
7
11
[
8
12
" binary-heap" ,
16
20
" blaze-tools" ,
17
21
" 1.0.0"
18
22
],
23
+ [
24
+ " boilerplate-generator" ,
25
+ " 1.0.0"
26
+ ],
19
27
[
20
28
" callback-hook" ,
21
29
" 1.0.0"
30
38
],
31
39
[
32
40
" deps" ,
33
- " 1.0.2 "
41
+ " 1.0.3 "
34
42
],
35
43
[
36
44
" ejson" ,
37
- " 1.0.1 "
45
+ " 1.0.2 "
38
46
],
39
47
[
40
48
" follower-livedata" ,
50
58
],
51
59
[
52
60
" htmljs" ,
53
- " 1.0.0 "
61
+ " 1.0.1 "
54
62
],
55
63
[
56
64
" id-map" ,
66
74
],
67
75
[
68
76
" livedata" ,
69
- " 1.0.8 "
77
+ " 1.0.9 "
70
78
],
71
79
[
72
80
" logging" ,
73
- " 1.0.2 "
81
+ " 1.0.3 "
74
82
],
75
83
[
76
84
" meteor" ,
77
- " 1.0.3 "
85
+ " 1.1.0 "
78
86
],
79
87
[
80
88
" meteorhacks:inject-initial" ,
81
89
" 1.0.0"
82
90
],
83
91
[
84
92
" minifiers" ,
85
- " 1.0.2 "
93
+ " 1.1.0 "
86
94
],
87
95
[
88
96
" minimongo" ,
89
- " 1.0.2 "
97
+ " 1.0.3 "
90
98
],
91
99
[
92
100
" mongo" ,
93
- " 1.0.4 "
101
+ " 1.0.5 "
94
102
],
95
103
[
96
104
" observe-sequence" ,
106
114
],
107
115
[
108
116
" reactive-dict" ,
109
- " 1.0.1 "
117
+ " 1.0.2 "
110
118
],
111
119
[
112
120
" reactive-var" ,
118
126
],
119
127
[
120
128
" routepolicy" ,
121
- " 1.0.0 "
129
+ " 1.0.1 "
122
130
],
123
131
[
124
132
" session" ,
134
142
],
135
143
[
136
144
" templating" ,
137
- " 1.0.5 "
145
+ " 1.0.6 "
138
146
],
139
147
[
140
148
" tracker" ,
141
149
" 1.0.2"
142
150
],
143
151
[
144
152
" ui" ,
145
- " 1.0.1 "
153
+ " 1.0.2 "
146
154
],
147
155
[
148
156
" underscore" ,
149
157
" 1.0.0"
150
158
],
151
159
[
152
160
" webapp" ,
153
- " 1.0.3"
161
+ " 1.1.1"
162
+ ],
163
+ [
164
+ " webapp-hashing" ,
165
+ " 1.0.0"
154
166
]
155
167
],
156
168
"pluginDependencies" : [],
157
- "toolVersion" :
" [email protected] .28 " ,
169
+ "toolVersion" :
" [email protected] .30 " ,
158
170
"format" : " 1.0"
159
171
}
You can’t perform that action at this time.
0 commit comments