@interstellar-tools/types 0.16.0 → 0.18.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@interstellar-tools/types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "Shared TypeScript types (e.g., 3D tuples, equation result interfaces) used across the monorepo to keep APIs predictable and safe.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"types",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
"release": "release-it",
|
|
108
108
|
"test": "tsx --test **/__tests__/**/*.spec.ts",
|
|
109
109
|
"pretest:ci": "rm -rf coverage && mkdir -p coverage",
|
|
110
|
-
"test:ci": "glob -c \"node --import tsx --test --no-warnings --experimental-test-coverage --test-reporter=cobertura --test-reporter-destination=coverage/cobertura-coverage.xml --test-reporter=spec --test-reporter-destination=stdout\" \"**/__tests__/**/*.spec.ts\""
|
|
110
|
+
"test:ci": "glob-bin -c \"node --import tsx --test --no-warnings --experimental-test-coverage --test-reporter=cobertura --test-reporter-destination=coverage/cobertura-coverage.xml --test-reporter=spec --test-reporter-destination=stdout\" \"**/__tests__/**/*.spec.ts\""
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@types/node": "^
|
|
113
|
+
"@types/node": "^25.0.3",
|
|
114
114
|
"eslint": "^9.27.0",
|
|
115
115
|
"eslint-config-phun-ky": "^1.0.3",
|
|
116
116
|
"prettier": "^3.5.3",
|