File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ ##### 1.0.0-alpha.2 - 23 November 2014
2
+
3
+ Upgraded dependencies
4
+
1
5
##### 1.0.0-alpha.1 - 01 November 2014
2
6
3
7
###### Backwards compatible API changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-data-rethinkdb" ,
3
3
"description" : " RethinkDB adapter for js-data." ,
4
- "version" : " 1.0.0-alpha.1 " ,
4
+ "version" : " 1.0.0-alpha.2 " ,
5
5
"homepage" : " http://www.js-data.io/docs/dsrethinkdbadapter" ,
6
6
"repository" : {
7
7
"type" : " git" ,
28
28
" reql"
29
29
],
30
30
"devDependencies" : {
31
- "chai" : " 1.9.2 " ,
31
+ "chai" : " 1.10.0 " ,
32
32
"grunt" : " 0.4.5" ,
33
33
"grunt-contrib-jshint" : " 0.10.0" ,
34
34
"grunt-contrib-watch" : " 0.6.1" ,
35
35
"grunt-karma-coveralls" : " 2.5.2" ,
36
- "grunt-mocha-test" : " 0.12.2 " ,
36
+ "grunt-mocha-test" : " 0.12.4 " ,
37
37
"jit-grunt" : " 0.9.0" ,
38
- "sinon" : " 1.11 .1" ,
38
+ "sinon" : " 1.12 .1" ,
39
39
"time-grunt" : " 1.0.0"
40
40
},
41
41
"scripts" : {
42
42
"test" : " grunt test"
43
43
},
44
44
"dependencies" : {
45
- "js-data" : " ~ 1.0.x " ,
46
- "mout" : " 0.10 .0" ,
47
- "rethinkdbdash" : " ~ 1.15.x"
45
+ "js-data" : " ^ 1.0.0-alpha.5-1 " ,
46
+ "mout" : " 0.11 .0" ,
47
+ "rethinkdbdash" : " ^ 1.15.x"
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments