File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ id-map@1.0.2
17
17
insecure@1.0.2
18
18
jquery@1.11.3
19
19
json@1.0.2
20
- local-test:numtel:mysql@0.1.3
20
+ local-test:numtel:mysql@0.1.4
21
21
logging@1.0.6
22
22
meteor@1.1.4
23
23
minifiers@1.1.3
24
24
minimongo@1.0.6
25
25
mongo@1.0.11
26
- numtel:mysql@0.1.3
26
+ numtel:mysql@0.1.4
27
27
observe-sequence@1.0.4
28
28
ordered-dict@1.0.2
29
29
random@1.0.2
Original file line number Diff line number Diff line change 1
1
Package . describe ( {
2
2
name : 'numtel:mysql' ,
3
3
summary : 'MySQL support with Reactive Select Subscriptions' ,
4
- version : '0.1.3 ' ,
4
+ version : '0.1.4 ' ,
5
5
git : 'https://github.com/numtel/meteor-mysql.git'
6
6
} ) ;
7
7
8
8
Npm . depends ( {
9
- 'mysql' : '2.5.4 ' ,
10
- 'mysql-live-select' : '0.0.16 '
9
+ 'mysql' : '2.5.5 ' ,
10
+ 'mysql-live-select' : '0.0.17 '
11
11
} ) ;
12
12
13
13
Package . onUse ( function ( api ) {
You can’t perform that action at this time.
0 commit comments