@cj-tech-master/excelts 4.2.0-canary.20260110034516.0919d4d → 4.2.0-canary.20260110080706.375ff37
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cj-tech-master/excelts",
|
|
3
|
-
"version": "4.2.0-canary.
|
|
3
|
+
"version": "4.2.0-canary.20260110080706.375ff37",
|
|
4
4
|
"description": "TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -127,11 +127,11 @@
|
|
|
127
127
|
"lint:fix": "eslint --fix && oxlint --fix",
|
|
128
128
|
"type": "tsgo --noEmit",
|
|
129
129
|
"format": "prettier --write \"**/*.{js,ts,json,md}\"",
|
|
130
|
-
"benchmark": "rimraf dist && npm run build
|
|
131
|
-
"benchmark:compress": "rimraf dist && npm run build
|
|
132
|
-
"build:esm": "tsc --project tsconfig.esm.json && node scripts/fix-esm-imports.
|
|
133
|
-
"build:cjs": "tsc --project tsconfig.cjs.json && node scripts/fix-cjs-imports.
|
|
134
|
-
"build:browser": "tsc --project tsconfig.browser.json && node scripts/fix-esm-imports.
|
|
130
|
+
"benchmark": "rimraf dist && npm run build && node --expose-gc scripts/benchmark.ts",
|
|
131
|
+
"benchmark:compress": "rimraf dist && npm run build && node --expose-gc scripts/benchmark-compress.ts",
|
|
132
|
+
"build:esm": "tsc --project tsconfig.esm.json && node scripts/fix-esm-imports.ts",
|
|
133
|
+
"build:cjs": "tsc --project tsconfig.cjs.json && node scripts/fix-cjs-imports.ts",
|
|
134
|
+
"build:browser": "tsc --project tsconfig.browser.json && node scripts/fix-esm-imports.ts --dist dist/browser && node scripts/fix-browser-imports.ts --dir dist/browser",
|
|
135
135
|
"build:browser:bundle": "rolldown -c rolldown.config.ts",
|
|
136
136
|
"preversion": "npm run lint && npm run type && npm run build && npm run test"
|
|
137
137
|
}
|