@ind-rcg/plugins-printengine 252.1008.0 → 258.1001.0
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.
|
@@ -22,9 +22,11 @@
|
|
|
22
22
|
|
|
23
23
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
24
24
|
|
|
25
|
-
/*! pdfmake v0.2.
|
|
25
|
+
/*! pdfmake v0.2.20, @license MIT, @link http://pdfmake.org */
|
|
26
26
|
|
|
27
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/
|
|
27
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
28
|
+
|
|
29
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
28
30
|
|
|
29
31
|
/**
|
|
30
32
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ind-rcg/plugins-printengine",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "258.1001.0",
|
|
4
4
|
"browser": "dist/prod/printEngine.js",
|
|
5
5
|
"main": "dist/dev/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"description": "PDF Printing Engine module to grant PDF generation, saving and sharing in Consumer Goods Cloud Mobility App.",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "webpack --progress",
|
|
11
|
-
"lint": "
|
|
11
|
+
"lint": "eslint src/*.js unitTests/*.js unitTestsKarma/*.js",
|
|
12
12
|
"coverage": "nyc mocha \"unitTests/test*.js\"",
|
|
13
13
|
"test": "mocha \"unitTests/test*.js\"",
|
|
14
14
|
"test_write": "WRITE_DATA=1 mocha \"unitTests/test*.js\"",
|
|
@@ -19,25 +19,25 @@
|
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"buffer": "6.0.3",
|
|
22
|
-
"chai": "4.
|
|
22
|
+
"chai": "4.5.0",
|
|
23
23
|
"clean-webpack-plugin": "4.0.0",
|
|
24
|
-
"copy-webpack-plugin": "
|
|
25
|
-
"eslint": "
|
|
26
|
-
"karma": "6.4.
|
|
24
|
+
"copy-webpack-plugin": "13.0.0",
|
|
25
|
+
"eslint": "9.28.0",
|
|
26
|
+
"karma": "6.4.4",
|
|
27
27
|
"karma-chrome-launcher": "3.2.0",
|
|
28
28
|
"karma-junit-reporter": "2.0.1",
|
|
29
29
|
"karma-mocha": "2.0.1",
|
|
30
|
-
"mocha": "
|
|
30
|
+
"mocha": "11.5.0",
|
|
31
31
|
"mocha-junit-reporter": "2.2.1",
|
|
32
|
-
"nyc": "
|
|
32
|
+
"nyc": "17.1.0",
|
|
33
33
|
"path-browserify": "1.0.1",
|
|
34
34
|
"pdf-lib": "1.17.1",
|
|
35
|
-
"rewire": "
|
|
35
|
+
"rewire": "8.0.0",
|
|
36
36
|
"simple-mock": "0.8.0",
|
|
37
37
|
"stream-browserify": "3.0.0",
|
|
38
|
-
"url": "0.11.
|
|
39
|
-
"webpack": "5.
|
|
40
|
-
"webpack-cli": "
|
|
38
|
+
"url": "0.11.4",
|
|
39
|
+
"webpack": "5.99.9",
|
|
40
|
+
"webpack-cli": "6.0.1"
|
|
41
41
|
},
|
|
42
42
|
"nyc": {
|
|
43
43
|
"exclude": [
|
|
@@ -46,7 +46,8 @@
|
|
|
46
46
|
"unitTestHelper",
|
|
47
47
|
"unitTestsKarma",
|
|
48
48
|
"karma.conf.js",
|
|
49
|
-
"webpack.config.js"
|
|
49
|
+
"webpack.config.js",
|
|
50
|
+
"eslint.config.js"
|
|
50
51
|
],
|
|
51
52
|
"check-coverage": true,
|
|
52
53
|
"all": true,
|
|
@@ -62,12 +63,12 @@
|
|
|
62
63
|
"lines": 95
|
|
63
64
|
},
|
|
64
65
|
"dependencies": {
|
|
65
|
-
"dayjs": "1.11.
|
|
66
|
+
"dayjs": "1.11.13",
|
|
66
67
|
"get-stream": "6.0.1",
|
|
67
68
|
"js-logger": "1.6.1",
|
|
68
69
|
"lodash": "4.17.21",
|
|
69
70
|
"memorystream": "0.3.1",
|
|
70
|
-
"pdfmake": "0.2.
|
|
71
|
+
"pdfmake": "0.2.20",
|
|
71
72
|
"xml-js": "1.6.11"
|
|
72
73
|
},
|
|
73
74
|
"files": [
|