document-compute.js 1.2.23 → 1.3.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.
- package/package.json +9 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document-compute.js",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Units-typed, tree-walking evaluator for document-schema.js's MathExpression -- exact-rational unit conversion, interval arithmetic, and bisection/Newton numeric solve-for, the compute package for the documents.js family.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
"test": "turbo run _test",
|
|
60
60
|
"_test": "vitest run",
|
|
61
61
|
"_test:coverage": "vitest run --coverage",
|
|
62
|
+
"test:mutation": "turbo run _test:mutation",
|
|
63
|
+
"_test:mutation": "stryker run stryker.config.mjs",
|
|
62
64
|
"test:watch": "vitest",
|
|
63
65
|
"test:workers": "turbo run _test:workers",
|
|
64
66
|
"_test:workers": "vitest run --config vitest.workers.config.ts",
|
|
@@ -66,16 +68,19 @@
|
|
|
66
68
|
},
|
|
67
69
|
"packageManager": "pnpm@11.6.0",
|
|
68
70
|
"dependencies": {
|
|
69
|
-
"document-schema.js": "^6.
|
|
71
|
+
"document-schema.js": "^6.1.0"
|
|
70
72
|
},
|
|
71
73
|
"devDependencies": {
|
|
72
74
|
"@arethetypeswrong/cli": "^0.18.5",
|
|
73
75
|
"@cloudflare/vitest-pool-workers": "^0.20.1",
|
|
76
|
+
"@stryker-mutator/core": "^10.0.0",
|
|
77
|
+
"@stryker-mutator/typescript-checker": "^10.0.0",
|
|
78
|
+
"@stryker-mutator/vitest-runner": "^10.0.0",
|
|
74
79
|
"@types/node": "^26.1.2",
|
|
75
|
-
"documents.js": "^7.
|
|
80
|
+
"documents.js": "^7.1.1",
|
|
76
81
|
"eslint": "^10.8.0",
|
|
77
82
|
"husky": "^9.1.7",
|
|
78
|
-
"markdown-codec": "^6.
|
|
83
|
+
"markdown-codec": "^6.2.0",
|
|
79
84
|
"publint": "^0.3.21",
|
|
80
85
|
"tsdown": "^0.22.13",
|
|
81
86
|
"turbo": "^2.10.8",
|