@slickgrid-universal/excel-export 1.4.0 → 2.0.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.
- package/package.json +5 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/excel-export",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Excel Export (xls/xlsx) Service.",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -12,19 +12,6 @@
|
|
|
12
12
|
"files": [
|
|
13
13
|
"/dist"
|
|
14
14
|
],
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "pnpm run bundle:commonjs",
|
|
17
|
-
"build:watch": "tsc --incremental --watch",
|
|
18
|
-
"clean": "rimraf --maxBusyTries=10 packages/*/dist dist",
|
|
19
|
-
"dev": "pnpm run bundle:commonjs",
|
|
20
|
-
"dev:watch": "tsc --incremental --watch",
|
|
21
|
-
"bundle:commonjs": "tsc --project tsconfig.bundle.json --outDir dist/commonjs --module commonjs",
|
|
22
|
-
"bundle:esm": "tsc --project tsconfig.bundle.json --outDir dist/esm --module esnext --target es2018",
|
|
23
|
-
"prebundle": "pnpm run clean",
|
|
24
|
-
"bundle": "run-p bundle:commonjs bundle:esm --npm-path npm",
|
|
25
|
-
"package:add-browser-prop": "cross-env node ../change-package-browser.js --add-browser=true --folder-name=excel-export",
|
|
26
|
-
"package:remove-browser-prop": "cross-env node ../change-package-browser.js --remove-browser=true --folder-name=excel-export"
|
|
27
|
-
},
|
|
28
15
|
"license": "MIT",
|
|
29
16
|
"author": "Ghislain B.",
|
|
30
17
|
"homepage": "https://github.com/ghiscoding/slickgrid-universal",
|
|
@@ -42,20 +29,14 @@
|
|
|
42
29
|
"not dead"
|
|
43
30
|
],
|
|
44
31
|
"dependencies": {
|
|
45
|
-
"@slickgrid-universal/common": "~
|
|
46
|
-
"@slickgrid-universal/utils": "~
|
|
32
|
+
"@slickgrid-universal/common": "~2.0.0",
|
|
33
|
+
"@slickgrid-universal/utils": "~2.0.0",
|
|
47
34
|
"excel-builder-webpacker": "^2.1.7",
|
|
48
35
|
"moment-mini": "^2.29.4"
|
|
49
36
|
},
|
|
50
|
-
"devDependencies": {
|
|
51
|
-
"@types/moment": "^2.13.0",
|
|
52
|
-
"cross-env": "^7.0.3",
|
|
53
|
-
"npm-run-all2": "^6.0.1",
|
|
54
|
-
"rimraf": "^3.0.2"
|
|
55
|
-
},
|
|
56
37
|
"funding": {
|
|
57
38
|
"type": "ko_fi",
|
|
58
39
|
"url": "https://ko-fi.com/ghiscoding"
|
|
59
40
|
},
|
|
60
|
-
"gitHead": "
|
|
61
|
-
}
|
|
41
|
+
"gitHead": "4c1c9ebfa38f03aa48a9a38c9d1759d4db2dea2d"
|
|
42
|
+
}
|