document-compute.js 1.3.78 → 1.3.80
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document-compute.js",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.80",
|
|
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": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@stryker-mutator/typescript-checker": "10.0.0",
|
|
78
78
|
"@stryker-mutator/vitest-runner": "10.0.0",
|
|
79
79
|
"@types/node": "26.2.0",
|
|
80
|
-
"documents.js": "7.
|
|
80
|
+
"documents.js": "7.16.1",
|
|
81
81
|
"eslint": "10.8.1",
|
|
82
82
|
"husky": "9.1.7",
|
|
83
83
|
"markdown-codec": "6.6.0",
|