@interstellar-tools/temporal 0.17.0 → 0.19.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/temporal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"description": "Time and epoch utilities for space applications (e.g., building blocks toward Julian dates, conversions, and ephemeris-friendly time handling).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"temporal",
|
|
@@ -108,14 +108,14 @@
|
|
|
108
108
|
"release": "release-it",
|
|
109
109
|
"test": "tsx --test **/__tests__/**/*.spec.ts",
|
|
110
110
|
"pretest:ci": "rm -rf coverage && mkdir -p coverage",
|
|
111
|
-
"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\""
|
|
111
|
+
"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\""
|
|
112
112
|
},
|
|
113
113
|
"dependencies": {
|
|
114
114
|
"@interstellar-tools/types": "^0.5.0",
|
|
115
115
|
"@interstellar-tools/constants": "^0.5.0"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
|
-
"@types/node": "^
|
|
118
|
+
"@types/node": "^25.0.3",
|
|
119
119
|
"eslint": "^9.27.0",
|
|
120
120
|
"eslint-config-phun-ky": "^1.0.3",
|
|
121
121
|
"prettier": "^3.5.3",
|