cronapp-framework-js 2.9.6-SP.28 → 2.9.6-SP.29
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 +1 -1
- package/postupdate.json +8 -10
package/package.json
CHANGED
package/postupdate.json
CHANGED
|
@@ -296,16 +296,6 @@
|
|
|
296
296
|
"file": "index.html",
|
|
297
297
|
"script": "plugins/angular-justgage/ng-justgage.js",
|
|
298
298
|
"type": "script"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"file": "index.html",
|
|
302
|
-
"script": "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js",
|
|
303
|
-
"type": "script"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"file": "index.html",
|
|
307
|
-
"script": "node_modules/cronapp-lib-js/dist/js/moment/moment-with-locales.min.js",
|
|
308
|
-
"type": "script"
|
|
309
299
|
}
|
|
310
300
|
],
|
|
311
301
|
"replaces": [
|
|
@@ -397,6 +387,10 @@
|
|
|
397
387
|
"old": "plugins/chart.js/dist/Chart.min.js",
|
|
398
388
|
"new": "node_modules/chart.js/dist/Chart.min.js"
|
|
399
389
|
},
|
|
390
|
+
{
|
|
391
|
+
"old": "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js",
|
|
392
|
+
"new": "node_modules/chart.js/dist/Chart.min.js"
|
|
393
|
+
},
|
|
400
394
|
{
|
|
401
395
|
"old": "plugins/angular-chart.js/dist/angular-chart.min.js",
|
|
402
396
|
"new": "node_modules/angular-chart.js/dist/angular-chart.min.js"
|
|
@@ -481,6 +475,10 @@
|
|
|
481
475
|
"old": "plugins/moment/min/moment-with-locales.min.js",
|
|
482
476
|
"new": "node_modules/moment/min/moment-with-locales.min.js"
|
|
483
477
|
},
|
|
478
|
+
{
|
|
479
|
+
"old": "node_modules/cronapp-lib-js/dist/js/moment/moment-with-locales.min.js",
|
|
480
|
+
"new": "node_modules/moment/min/moment-with-locales.min.js"
|
|
481
|
+
},
|
|
484
482
|
{
|
|
485
483
|
"old": "plugins/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js",
|
|
486
484
|
"new": "node_modules/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js"
|