@juun-roh/cesium-utils 0.3.6 → 0.3.8
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juun-roh/cesium-utils",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"description": "Solve common Cesium.js challenges: combine multiple terrain sources, tag and filter entity collections, and add visual highlights.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cesium",
|
|
@@ -98,25 +98,25 @@
|
|
|
98
98
|
"@commitlint/cz-commitlint": "^20.1.0",
|
|
99
99
|
"@commitlint/format": "^20.0.0",
|
|
100
100
|
"@commitlint/types": "^20.0.0",
|
|
101
|
-
"@eslint/js": "^9.
|
|
102
|
-
"@types/node": "^24.
|
|
103
|
-
"@typescript-eslint/eslint-plugin": "^8.46.
|
|
104
|
-
"@typescript-eslint/parser": "^8.46.
|
|
105
|
-
"@vitest/coverage-v8": "^4.0.
|
|
106
|
-
"cesium": "^1.
|
|
107
|
-
"eslint": "^9.
|
|
108
|
-
"eslint-plugin-jsdoc": "^61.1
|
|
101
|
+
"@eslint/js": "^9.39.1",
|
|
102
|
+
"@types/node": "^24.10.1",
|
|
103
|
+
"@typescript-eslint/eslint-plugin": "^8.46.4",
|
|
104
|
+
"@typescript-eslint/parser": "^8.46.4",
|
|
105
|
+
"@vitest/coverage-v8": "^4.0.9",
|
|
106
|
+
"cesium": "^1.135.0",
|
|
107
|
+
"eslint": "^9.39.1",
|
|
108
|
+
"eslint-plugin-jsdoc": "^61.2.1",
|
|
109
109
|
"eslint-plugin-prettier": "^5.5.4",
|
|
110
110
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
111
111
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
112
112
|
"husky": "^9.1.7",
|
|
113
|
-
"jsdom": "^27.0
|
|
114
|
-
"rimraf": "^6.0
|
|
115
|
-
"tsup": "^8.5.
|
|
113
|
+
"jsdom": "^27.2.0",
|
|
114
|
+
"rimraf": "^6.1.0",
|
|
115
|
+
"tsup": "^8.5.1",
|
|
116
116
|
"typedoc": "^0.28.14",
|
|
117
117
|
"typescript": "^5.9.3",
|
|
118
|
-
"vite": "^7.
|
|
119
|
-
"vitest": "^4.0.
|
|
118
|
+
"vite": "^7.2.2",
|
|
119
|
+
"vitest": "^4.0.9"
|
|
120
120
|
},
|
|
121
121
|
"scripts": {
|
|
122
122
|
"build": "tsup",
|