@cj-tech-master/excelts 4.0.3-canary.20260106020433.b618378 → 4.0.4-canary.20260109045014.00b0344

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v4.0.3-canary.20260106020433.b618378
2
+ * @cj-tech-master/excelts v4.0.4-canary.20260109045014.00b0344
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2026 cjnoname
5
5
  * Released under the MIT License
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v4.0.3-canary.20260106020433.b618378
2
+ * @cj-tech-master/excelts v4.0.4-canary.20260109045014.00b0344
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2026 cjnoname
5
5
  * Released under the MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cj-tech-master/excelts",
3
- "version": "4.0.3-canary.20260106020433.b618378",
3
+ "version": "4.0.4-canary.20260109045014.00b0344",
4
4
  "description": "TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -87,9 +87,9 @@
87
87
  "devDependencies": {
88
88
  "@eslint/js": "^9.39.2",
89
89
  "@types/node": "^25.0.3",
90
- "@typescript-eslint/eslint-plugin": "^8.51.0",
91
- "@typescript-eslint/parser": "^8.51.0",
92
- "@typescript/native-preview": "^7.0.0-dev.20260101.1",
90
+ "@typescript-eslint/eslint-plugin": "^8.52.0",
91
+ "@typescript-eslint/parser": "^8.52.0",
92
+ "@typescript/native-preview": "^7.0.0-dev.20260108.1",
93
93
  "@vitest/browser": "^4.0.16",
94
94
  "@vitest/browser-playwright": "^4.0.16",
95
95
  "@vitest/ui": "^4.0.16",
@@ -99,17 +99,17 @@
99
99
  "eslint-config-prettier": "^10.1.8",
100
100
  "eslint-import-resolver-typescript": "^4.4.4",
101
101
  "eslint-plugin-import-x": "^4.16.1",
102
- "eslint-plugin-oxlint": "^1.36.0",
102
+ "eslint-plugin-oxlint": "^1.38.0",
103
103
  "eslint-plugin-unused-imports": "^4.3.0",
104
104
  "husky": "^9.1.7",
105
- "oxlint": "^1.36.0",
105
+ "oxlint": "^1.38.0",
106
106
  "playwright": "^1.57.0",
107
107
  "prettier": "^3.7.4",
108
108
  "rimraf": "^6.1.2",
109
- "rolldown": "^1.0.0-beta.58",
109
+ "rolldown": "^1.0.0-beta.59",
110
110
  "rollup-plugin-visualizer": "^6.0.5",
111
111
  "typescript": "^5.9.3",
112
- "typescript-eslint": "^8.51.0",
112
+ "typescript-eslint": "^8.52.0",
113
113
  "vite-tsconfig-paths": "^6.0.3",
114
114
  "vitest": "^4.0.16"
115
115
  },