File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "author" : " Jason Dobry" ,
33 "name" : " angular-data-mocks" ,
44 "description" : " A mock of angular-data for testing purposes." ,
5- "version" : " 1.0.0-rc.2 " ,
5+ "version" : " 1.0.0" ,
66 "homepage" : " https://github.com/jmdobry/angular-data-mocks/" ,
77 "repository" : {
88 "type" : " git" ,
2323 " karma.start.js"
2424 ],
2525 "devDependencies" : {
26- "angular" : " 1.2.22 " ,
27- "angular-mocks" : " 1.2.22 " ,
28- "angular-data" : " 1.0.0-rc.1 "
26+ "angular" : " 1.2.25 " ,
27+ "angular-mocks" : " 1.2.25 " ,
28+ "angular-data" : " 1.0.0"
2929 },
3030 "resolutions" : {
31- "angular" : " 1.2.22 "
31+ "angular" : " 1.2.25 "
3232 }
3333}
Original file line number Diff line number Diff line change 22/**
33 * @author Jason Dobry <jason.dobry@gmail.com>
44 * @file angular-data-mocks.js
5- * @version 1.0.0-rc.2 - Homepage <https://github.com/jmdobry/angular-data-mocks>
5+ * @version 1.0.0 - Homepage <https://github.com/jmdobry/angular-data-mocks>
66 * @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>
77 * @license MIT <https://github.com/jmdobry/angular-data-mocks/blob/master/LICENSE>
88 *
@@ -1292,7 +1292,7 @@ module.exports = DSProvider;
12921292 * @description
12931293 * Fake angular-data implementation suitable for unit testing angular applications that use the `angular-data.DS` module.
12941294 *
1295- * __Version:__ 1.0.0-rc.2
1295+ * __Version:__ 1.0.0
12961296 *
12971297 * __angular-data-mocks requires SinonJS to be loaded in order to work.__
12981298 *
@@ -1478,7 +1478,7 @@ module.exports = DSProvider;
14781478 'angular-data.DSHttpAdapterMock' ,
14791479 'angular-data.DSLocalStorageAdapterMock'
14801480 ] )
1481- . value ( 'version' , '1.0.0-rc.2 ' ) ;
1481+ . value ( 'version' , '1.0.0' ) ;
14821482
14831483} ) ( window , window . angular ) ;
14841484
You can’t perform that action at this time.
0 commit comments