excellentexport 3.9.4 → 3.9.7

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 CHANGED
@@ -1,60 +1,58 @@
1
- {
2
- "name": "excellentexport",
3
- "version": "3.9.4",
4
- "description": "Client side JavaScript export to Excel or CSV",
5
- "license": "MIT",
6
- "homepage": "http://jordiburgos.com",
7
- "author": "Jordi Burgos <jordiburgos@gmail.com>",
8
- "bugs": "https://github.com/jmaister/excellentexport/issues",
9
- "repository": {
10
- "type": "git",
11
- "url": "git://github.com/jmaister/excellentexport.git"
12
- },
13
- "keywords": [
14
- "excel",
15
- "export",
16
- "csv",
17
- "javascript",
18
- "client",
19
- "side"
20
- ],
21
- "scripts": {
22
- "build": "webpack --config webpack.config.js --progress --mode development --watch",
23
- "prod": "webpack --config webpack.config.js --progress --mode production",
24
- "test": "jest --coverage && coveralls < coverage/lcov.info",
25
- "jest": "jest --coverage",
26
- "watch": "jest --watch"
27
- },
28
- "main": "dist/excellentexport.js",
29
- "devDependencies": {
30
- "@babel/core": "7.21.4",
31
- "@babel/plugin-proposal-class-properties": "7.18.6",
32
- "@babel/plugin-transform-flow-strip-types": "7.21.0",
33
- "@babel/preset-env": "7.21.4",
34
- "@types/jest": "29.5.1",
35
- "@types/jest-environment-puppeteer": "5.0.3",
36
- "@types/node": "18.15.13",
37
- "babel-loader": "9.1.2",
38
- "blob-polyfill": "7.0.20220408",
39
- "coveralls": "3.1.1",
40
- "cross-env": "7.0.3",
41
- "html-loader": "4.2.0",
42
- "jest": "29.5.0",
43
- "jest-environment-jsdom": "^29.5.0",
44
- "jest-puppeteer": "8.0.6",
45
- "puppeteer": "19.10.1",
46
- "ts-jest": "29.1.0",
47
- "ts-loader": "9.4.2",
48
- "ts-node": "10.9.1",
49
- "typescript": "5.0.4",
50
- "webdriverio": "8.8.6",
51
- "webpack": "5.80.0",
52
- "webpack-cli": "5.0.2",
53
- "webpack-dev-server": "4.13.3",
54
- "webpack-node-externals": "3.0.0",
55
- "xlsx": "0.18.5"
56
- },
57
- "resolutions": {
58
- "json-schema": "0.4.0"
59
- }
60
- }
1
+ {
2
+ "name": "excellentexport",
3
+ "version": "3.9.7",
4
+ "description": "Client side JavaScript export to Excel or CSV",
5
+ "license": "MIT",
6
+ "homepage": "https://jordiburgos.com",
7
+ "author": "Jordi Burgos <jordiburgos@gmail.com>",
8
+ "bugs": "https://github.com/jmaister/excellentexport/issues",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git://github.com/jmaister/excellentexport.git"
12
+ },
13
+ "keywords": [
14
+ "excel",
15
+ "export",
16
+ "csv",
17
+ "javascript",
18
+ "client",
19
+ "side"
20
+ ],
21
+ "scripts": {
22
+ "build": "webpack --config webpack.config.js --progress --mode development --watch",
23
+ "prod": "webpack --config webpack.config.js --progress --mode production",
24
+ "coveralls": "jest --coverage && coveralls < coverage/lcov.info",
25
+ "test": "jest --coverage",
26
+ "watch": "jest --watch",
27
+ "postinstall": "node scripts/postinstall.js"
28
+ },
29
+ "main": "dist/excellentexport.js",
30
+ "devDependencies": {
31
+ "@babel/core": "7.24.5",
32
+ "@babel/plugin-transform-class-properties": "7.24.1",
33
+ "@babel/plugin-transform-flow-strip-types": "7.24.1",
34
+ "@babel/preset-env": "7.24.5",
35
+ "@types/jest": "29.5.12",
36
+ "@types/jest-environment-puppeteer": "5.0.6",
37
+ "@types/node": "20.12.12",
38
+ "babel-loader": "9.1.3",
39
+ "blob-polyfill": "7.0.20220408",
40
+ "coveralls": "3.1.1",
41
+ "cross-env": "7.0.3",
42
+ "html-loader": "5.0.0",
43
+ "jest": "29.7.0",
44
+ "jest-environment-jsdom": "^29.7.0",
45
+ "jest-puppeteer": "10.0.1",
46
+ "puppeteer": "22.9.0",
47
+ "ts-jest": "29.1.2",
48
+ "ts-loader": "9.5.1",
49
+ "ts-node": "10.9.2",
50
+ "typescript": "5.4.5",
51
+ "webdriverio": "8.36.1",
52
+ "webpack": "5.91.0",
53
+ "webpack-cli": "5.1.4",
54
+ "webpack-dev-server": "5.0.4",
55
+ "webpack-node-externals": "3.0.0",
56
+ "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
57
+ }
58
+ }
@@ -0,0 +1,3 @@
1
+ const color = '\x1b[33m%s\x1b[0m';
2
+ console.log(color, "Thank you for installing ExcellentExport!");
3
+ console.log(color, "If you like ExcellentExport, please consider a donation: https://github.com/sponsors/jmaister");
@@ -1,5 +1,5 @@
1
1
  /**
2
- * ExcellentExport 3.7.2
2
+ * ExcellentExport 3.9.7
3
3
  * A client side Javascript export to Excel.
4
4
  *
5
5
  * @author: Jordi Burgos (jordiburgos@gmail.com)
@@ -54,7 +54,7 @@ export type ExcellentExportType = {
54
54
 
55
55
  const ExcellentExport = function() {
56
56
 
57
- const version = "3.9.4";
57
+ const version = "3.9.7";
58
58
 
59
59
  /*
60
60
  ExcellentExport.convert(options, sheets);