cronapp-framework-js 2.9.6-SP.27 → 2.9.6-SP.28

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 +9 -4
  2. package/postupdate.json +12 -10
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "cronapp-framework-js",
3
- "version": "2.9.6-SP.27",
3
+ "version": "2.9.6-SP.28",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "cronapp.framework.js",
6
6
  "scripts": {
7
7
  "build": "npm i && gulp",
8
- "test": "echo \"Error: no test specified\" && exit 1"
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall": "npx force-resolutions"
9
10
  },
10
11
  "repository": {
11
12
  "type": "git",
@@ -63,14 +64,18 @@
63
64
  "angular-ui-notification": "0.3.6",
64
65
  "ui-select": "0.18.1",
65
66
  "bootstrap": "3.4.1",
66
- "chart.js": "2.7.0",
67
+ "chart.js": "2.9.4",
67
68
  "cpf_cnpj": "0.2.0",
68
69
  "font-awesome": "4.4.0",
69
70
  "jquery": "3.5.1",
70
71
  "justgage": "1.3.5",
71
- "moment": "2.29.1",
72
+ "moment": "2.29.4",
72
73
  "moment-timezone": "0.5.33",
73
74
  "ng-file-upload": "12.2.13",
74
75
  "signature_pad": "^3.0.0-beta.4"
76
+ },
77
+ "resolutions": {
78
+ "chart.js": "2.9.4",
79
+ "moment": "2.29.4"
75
80
  }
76
81
  }
package/postupdate.json CHANGED
@@ -296,6 +296,16 @@
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"
299
309
  }
300
310
  ],
301
311
  "replaces": [
@@ -385,11 +395,7 @@
385
395
  },
386
396
  {
387
397
  "old": "plugins/chart.js/dist/Chart.min.js",
388
- "new": "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js"
389
- },
390
- {
391
- "old": "node_modules/chart.js/dist/Chart.min.js",
392
- "new": "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js"
398
+ "new": "node_modules/chart.js/dist/Chart.min.js"
393
399
  },
394
400
  {
395
401
  "old": "plugins/angular-chart.js/dist/angular-chart.min.js",
@@ -473,11 +479,7 @@
473
479
  },
474
480
  {
475
481
  "old": "plugins/moment/min/moment-with-locales.min.js",
476
- "new": "node_modules/cronapp-lib-js/dist/js/moment/moment-with-locales.min.js"
477
- },
478
- {
479
- "old": "node_modules/moment/min/moment-with-locales.min.js",
480
- "new": "node_modules/cronapp-lib-js/dist/js/moment/moment-with-locales.min.js"
482
+ "new": "node_modules/moment/min/moment-with-locales.min.js"
481
483
  },
482
484
  {
483
485
  "old": "plugins/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js",