cronapp-framework-js 2.9.6-SP.27 → 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 +9 -4
- package/postupdate.json +6 -6
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cronapp-framework-js",
|
|
3
|
-
"version": "2.9.6-SP.
|
|
3
|
+
"version": "2.9.6-SP.29",
|
|
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.
|
|
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.
|
|
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
|
@@ -385,11 +385,11 @@
|
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
387
|
"old": "plugins/chart.js/dist/Chart.min.js",
|
|
388
|
-
"new": "node_modules/
|
|
388
|
+
"new": "node_modules/chart.js/dist/Chart.min.js"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
|
-
"old": "node_modules/chart.js/
|
|
392
|
-
"new": "node_modules/
|
|
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
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"old": "plugins/angular-chart.js/dist/angular-chart.min.js",
|
|
@@ -473,11 +473,11 @@
|
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
475
|
"old": "plugins/moment/min/moment-with-locales.min.js",
|
|
476
|
-
"new": "node_modules/
|
|
476
|
+
"new": "node_modules/moment/min/moment-with-locales.min.js"
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
|
-
"old": "node_modules/
|
|
480
|
-
"new": "node_modules/
|
|
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
481
|
},
|
|
482
482
|
{
|
|
483
483
|
"old": "plugins/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js",
|