cronapp-framework-mobile-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 +9 -9
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cronapp-framework-mobile-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.mobile.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"preinstall": "npx force-resolutions"
|
|
8
9
|
},
|
|
9
10
|
"repository": {
|
|
10
11
|
"type": "git",
|
|
@@ -53,12 +54,16 @@
|
|
|
53
54
|
"bootstrap": "3.3.4",
|
|
54
55
|
"jquery": "3.5.0",
|
|
55
56
|
"font-awesome": "4.4.0",
|
|
56
|
-
"chart.js": "2.
|
|
57
|
+
"chart.js": "2.9.4",
|
|
57
58
|
"ng-file-upload": "12.2.13",
|
|
58
59
|
"angular-moment": "1.2.0",
|
|
59
60
|
"pace-js": "1.0.2",
|
|
60
|
-
"moment": "2.
|
|
61
|
+
"moment": "2.29.4",
|
|
61
62
|
"cronapp-ion-tab-badge": "1.0.0",
|
|
62
63
|
"signature_pad": "^3.0.0-beta.4"
|
|
64
|
+
},
|
|
65
|
+
"resolutions": {
|
|
66
|
+
"chart.js": "2.9.4",
|
|
67
|
+
"moment": "2.29.4"
|
|
63
68
|
}
|
|
64
69
|
}
|
package/postupdate.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"file": "index.html",
|
|
32
|
-
"script": "node_modules/
|
|
32
|
+
"script": "node_modules/chart.js/dist/Chart.min.js",
|
|
33
33
|
"type": "script"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
@@ -340,12 +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/
|
|
343
|
+
"old" : "plugins/moment/min/moment-with-locales.min.js",
|
|
344
|
+
"new": "node_modules/moment/min/moment-with-locales.min.js"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
|
-
"old": "node_modules/
|
|
348
|
-
"new": "node_modules/
|
|
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
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"old" : "plugins/angular-moment/angular-moment.min.js",
|
|
@@ -428,12 +428,12 @@
|
|
|
428
428
|
"new": "node_modules/cronapp-common-js/dist/js/pouchdb.find.min.js"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
|
-
"old": "plugins/chart.js/dist/Chart.min.js",
|
|
432
|
-
"new": "node_modules/
|
|
431
|
+
"old" : "plugins/chart.js/dist/Chart.min.js",
|
|
432
|
+
"new": "node_modules/chart.js/dist/Chart.min.js"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
|
-
"old": "node_modules/chart.js/
|
|
436
|
-
"new": "node_modules/
|
|
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
437
|
},
|
|
438
438
|
{
|
|
439
439
|
"old" : "plugins/cronapp-framework-mobile-js/dist/components/js/qrcode.js",
|