cronapp-framework-mobile-js 2.9.6-SP.22 → 2.9.6-SP.23

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/postupdate.json +13 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-framework-mobile-js",
3
- "version": "2.9.6-SP.22",
3
+ "version": "2.9.6-SP.23",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "cronapp.framework.mobile.js",
6
6
  "scripts": {
package/postupdate.json CHANGED
@@ -29,7 +29,7 @@
29
29
  },
30
30
  {
31
31
  "file": "index.html",
32
- "script": "node_modules/chart.js/dist/Chart.min.js",
32
+ "script": "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js",
33
33
  "type": "script"
34
34
  },
35
35
  {
@@ -340,8 +340,12 @@
340
340
  "new": "node_modules/angular-messages/angular-messages.min.js"
341
341
  },
342
342
  {
343
- "old" : "plugins/moment/min/moment-with-locales.min.js",
344
- "new": "node_modules/moment/min/moment-with-locales.min.js"
343
+ "old": "plugins/moment/min/moment-with-locales.min.js",
344
+ "new": "node_modules/cronapp-lib-js/dist/js/moment/moment-with-locales.min.js"
345
+ },
346
+ {
347
+ "old": "node_modules/moment/min/moment-with-locales.min.js",
348
+ "new": "node_modules/cronapp-lib-js/dist/js/moment/moment-with-locales.min.js"
345
349
  },
346
350
  {
347
351
  "old" : "plugins/angular-moment/angular-moment.min.js",
@@ -424,8 +428,12 @@
424
428
  "new": "node_modules/cronapp-common-js/dist/js/pouchdb.find.min.js"
425
429
  },
426
430
  {
427
- "old" : "plugins/chart.js/dist/Chart.min.js",
428
- "new": "node_modules/chart.js/dist/Chart.min.js"
431
+ "old": "plugins/chart.js/dist/Chart.min.js",
432
+ "new": "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js"
433
+ },
434
+ {
435
+ "old": "node_modules/chart.js/dist/Chart.min.js",
436
+ "new": "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js"
429
437
  },
430
438
  {
431
439
  "old" : "plugins/cronapp-framework-mobile-js/dist/components/js/qrcode.js",