cronapp-framework-mobile-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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/postupdate.json +8 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-framework-mobile-js",
3
- "version": "2.9.6-SP.28",
3
+ "version": "2.9.6-SP.29",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "cronapp.framework.mobile.js",
6
6
  "scripts": {
package/postupdate.json CHANGED
@@ -240,16 +240,6 @@
240
240
  "script": "node_modules/signature_pad/dist/signature_pad.umd.min.js",
241
241
  "type": "script",
242
242
  "onTop": true
243
- },
244
- {
245
- "file": "index.html",
246
- "script": "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js",
247
- "type": "script"
248
- },
249
- {
250
- "file": "index.html",
251
- "script": "node_modules/cronapp-lib-js/dist/js/moment/moment-with-locales.min.js",
252
- "type": "script"
253
243
  }
254
244
  ],
255
245
  "replaces": [
@@ -353,6 +343,10 @@
353
343
  "old" : "plugins/moment/min/moment-with-locales.min.js",
354
344
  "new": "node_modules/moment/min/moment-with-locales.min.js"
355
345
  },
346
+ {
347
+ "old" : "node_modules/cronapp-lib-js/dist/js/moment/moment-with-locales.min.js",
348
+ "new": "node_modules/moment/min/moment-with-locales.min.js"
349
+ },
356
350
  {
357
351
  "old" : "plugins/angular-moment/angular-moment.min.js",
358
352
  "new": "node_modules/angular-moment/angular-moment.min.js"
@@ -437,6 +431,10 @@
437
431
  "old" : "plugins/chart.js/dist/Chart.min.js",
438
432
  "new": "node_modules/chart.js/dist/Chart.min.js"
439
433
  },
434
+ {
435
+ "old" : "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js",
436
+ "new": "node_modules/chart.js/dist/Chart.min.js"
437
+ },
440
438
  {
441
439
  "old" : "plugins/cronapp-framework-mobile-js/dist/components/js/qrcode.js",
442
440
  "new": "node_modules/cronapp-framework-mobile-js/dist/components/js/qrcode.js"