xls-codec 4.15.0 → 4.15.1

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xls-codec",
3
- "version": "4.15.0",
3
+ "version": "4.15.1",
4
4
  "description": "Hand-written reader for the legacy Excel Binary File Format (.xls, BIFF8) as specified by [MS-XLS], mapping a workbook's record stream onto the shared document-schema.js spreadsheet model - the .xls codec for the documents.js family.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -60,7 +60,7 @@
60
60
  "_test": "vitest run --project unit",
61
61
  "_test:coverage": "vitest run --project unit --coverage",
62
62
  "test:mutation": "turbo run _test:mutation",
63
- "_test:mutation": "stryker run stryker.config.mjs",
63
+ "_test:mutation": "stryker run stryker.config.ts",
64
64
  "test:watch": "vitest --project unit",
65
65
  "test:workers": "turbo run _test:workers",
66
66
  "_test:workers": "vitest run --config vitest.workers.config.ts",
@@ -70,9 +70,9 @@
70
70
  },
71
71
  "packageManager": "pnpm@11.6.0",
72
72
  "dependencies": {
73
- "archive-codec": "1.11.0",
74
- "document-schema.js": "7.11.0",
75
- "excel-number-format": "1.2.0"
73
+ "archive-codec": "1.11.1",
74
+ "document-schema.js": "7.11.1",
75
+ "excel-number-format": "1.2.1"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@arethetypeswrong/cli": "0.18.5",