cronapp-framework-mobile-js 2.8.15 → 2.8.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/postupdate.json +11 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cronapp-framework-mobile-js",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.16",
|
|
4
4
|
"description": "Javascript library for CronApp's projects",
|
|
5
5
|
"main": "cronapp.framework.mobile.js",
|
|
6
6
|
"scripts": {
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"angular-translate-handler-log": "2.11.1",
|
|
48
48
|
"angular-translate-loader-static-files": "2.11.1",
|
|
49
49
|
"angular-translate-storage-local": "2.11.1",
|
|
50
|
-
"angular-ui-notification": "
|
|
51
|
-
"
|
|
50
|
+
"angular-ui-notification": "0.3.6",
|
|
51
|
+
"cronapp-ui-router": "0.2.15",
|
|
52
52
|
"angular-ui-bootstrap": "0.13.0",
|
|
53
53
|
"bootstrap": "3.3.4",
|
|
54
54
|
"jquery": "3.0.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"chart.js": "2.0.0",
|
|
57
57
|
"ng-file-upload": "12.2.13",
|
|
58
58
|
"angular-moment": "1.2.0",
|
|
59
|
-
"pace": "
|
|
59
|
+
"pace-js": "1.0.2",
|
|
60
60
|
"moment": "2.24.0"
|
|
61
61
|
}
|
|
62
62
|
}
|
package/postupdate.json
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"file": "index.html",
|
|
121
|
-
"script": "node_modules/pace/pace.min.js",
|
|
121
|
+
"script": "node_modules/pace-js/pace.min.js",
|
|
122
122
|
"type": "script"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
@@ -261,7 +261,11 @@
|
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"old" : "plugins/angular-ui-router/release/angular-ui-router.min.js",
|
|
264
|
-
"new": "node_modules/
|
|
264
|
+
"new": "node_modules/cronapp-ui-router/release/angular-ui-router.min.js"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"old" : "node_modules/angular-ui-router/release/angular-ui-router.min.js",
|
|
268
|
+
"new": "node_modules/cronapp-ui-router/release/angular-ui-router.min.js"
|
|
265
269
|
},
|
|
266
270
|
{
|
|
267
271
|
"old" : "plugins/angular-cookies/angular-cookies.min.js",
|
|
@@ -365,7 +369,11 @@
|
|
|
365
369
|
},
|
|
366
370
|
{
|
|
367
371
|
"old" : "plugins/pace/pace.min.js",
|
|
368
|
-
"new": "node_modules/pace/pace.min.js"
|
|
372
|
+
"new": "node_modules/pace-js/pace.min.js"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"old" : "node_modules/pace/pace.min.js",
|
|
376
|
+
"new": "node_modules/pace-js/pace.min.js"
|
|
369
377
|
},
|
|
370
378
|
{
|
|
371
379
|
"old" : "plugins/cronapp-common-js/dist/js/parser.js",
|