@cj-tech-master/excelts 1.6.1-canary.20251220005812.d075b45 → 1.6.1-canary.20251220010354.9cc2348

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 v1.6.1-canary.20251220005812.d075b45
2
+ * @cj-tech-master/excelts v1.6.1-canary.20251220010354.9cc2348
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2025 cjnoname
5
5
  * Released under the MIT License
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v1.6.1-canary.20251220005812.d075b45
2
+ * @cj-tech-master/excelts v1.6.1-canary.20251220010354.9cc2348
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2025 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": "1.6.1-canary.20251220005812.d075b45",
3
+ "version": "1.6.1-canary.20251220010354.9cc2348",
4
4
  "description": "TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -110,7 +110,7 @@
110
110
  "@types/node": "^25.0.3",
111
111
  "@typescript-eslint/eslint-plugin": "^8.50.0",
112
112
  "@typescript-eslint/parser": "^8.50.0",
113
- "@typescript/native-preview": "^7.0.0-dev.20251217.1",
113
+ "@typescript/native-preview": "^7.0.0-dev.20251219.1",
114
114
  "@vitest/browser": "^4.0.16",
115
115
  "@vitest/browser-playwright": "^4.0.16",
116
116
  "@vitest/ui": "^4.0.16",
@@ -120,14 +120,14 @@
120
120
  "eslint-config-prettier": "^10.1.8",
121
121
  "eslint-import-resolver-typescript": "^4.4.4",
122
122
  "eslint-plugin-import-x": "^4.16.1",
123
- "eslint-plugin-oxlint": "^1.33.0",
123
+ "eslint-plugin-oxlint": "^1.34.0",
124
124
  "eslint-plugin-unused-imports": "^4.3.0",
125
125
  "express": "^5.2.1",
126
126
  "fast-xml-parser": "^5.3.3",
127
127
  "husky": "^9.1.7",
128
128
  "node-stdlib-browser": "^1.3.1",
129
129
  "nodemon": "^3.1.11",
130
- "oxlint": "^1.33.0",
130
+ "oxlint": "^1.34.0",
131
131
  "playwright": "^1.57.0",
132
132
  "prettier": "^3.7.4",
133
133
  "rimraf": "^6.1.2",
@@ -136,7 +136,7 @@
136
136
  "tslib": "^2.8.1",
137
137
  "typescript": "^5.9.3",
138
138
  "typescript-eslint": "^8.50.0",
139
- "vite-tsconfig-paths": "^6.0.2",
139
+ "vite-tsconfig-paths": "^6.0.3",
140
140
  "vitest": "^4.0.16"
141
141
  },
142
142
  "scripts": {