document-compute.js 1.5.1 → 1.5.3
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document-compute.js",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
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": {
|
|
@@ -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.
|
|
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,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"packageManager": "pnpm@11.6.0",
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"document-schema.js": "7.11.
|
|
73
|
+
"document-schema.js": "7.11.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@arethetypeswrong/cli": "0.18.5",
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
"@stryker-mutator/typescript-checker": "10.0.0",
|
|
80
80
|
"@stryker-mutator/vitest-runner": "10.0.0",
|
|
81
81
|
"@types/node": "26.2.0",
|
|
82
|
-
"documents.js": "7.
|
|
82
|
+
"documents.js": "7.20.1",
|
|
83
83
|
"eslint": "10.8.1",
|
|
84
84
|
"husky": "9.1.7",
|
|
85
|
-
"markdown-codec": "6.7.
|
|
85
|
+
"markdown-codec": "6.7.1",
|
|
86
86
|
"publint": "0.3.22",
|
|
87
87
|
"tsdown": "0.22.14",
|
|
88
88
|
"turbo": "2.10.8",
|