@juun-roh/cesium-utils 0.2.4 → 0.2.6
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juun-roh/cesium-utils",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
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",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"@vitest/coverage-v8": "^3.2.4",
|
|
101
101
|
"cesium": "^1.132.0",
|
|
102
102
|
"eslint": "^9.32.0",
|
|
103
|
-
"eslint-plugin-jsdoc": "^52.0.
|
|
104
|
-
"eslint-plugin-prettier": "^5.5.
|
|
103
|
+
"eslint-plugin-jsdoc": "^52.0.4",
|
|
104
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
105
105
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
106
106
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
107
107
|
"husky": "^9.1.7",
|
|
@@ -123,6 +123,6 @@
|
|
|
123
123
|
"test": "vitest run",
|
|
124
124
|
"test:watch": "vitest watch --coverage",
|
|
125
125
|
"test:cesium": "node scripts/test-cesium-versions.js",
|
|
126
|
-
"dev": "pnpm
|
|
126
|
+
"dev": "pnpm vite"
|
|
127
127
|
}
|
|
128
128
|
}
|