File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jquery@1.11.3_2
20
20
json@1.0.3
21
21
keyboardjs:keyboardjs@0.4.2_1
22
22
less@1.0.14
23
- local-test:numtel:mysql@0.1.10
23
+ local-test:numtel:mysql@0.1.11
24
24
logging@1.0.7
25
25
meteor@1.1.6
26
26
minifiers@1.1.5
27
27
minimongo@1.0.8
28
28
mongo@1.1.0
29
29
numtel:benchmark-packages@0.0.1
30
- numtel:mysql@0.1.10
30
+ numtel:mysql@0.1.11
31
31
observe-sequence@1.0.6
32
32
ordered-dict@1.0.3
33
33
random@1.0.3
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.10 ' ,
4
+ version : '0.1.11 ' ,
5
5
git : 'https://github.com/numtel/meteor-mysql.git'
6
6
} ) ;
7
7
8
8
Npm . depends ( {
9
9
'mysql' : '2.6.1' ,
10
- 'mysql-live-select' : '0.0.21 '
10
+ 'mysql-live-select' : '0.0.22 '
11
11
} ) ;
12
12
13
13
Package . onUse ( function ( api ) {
You can’t perform that action at this time.
0 commit comments