@juun-roh/cesium-utils 0.3.5 → 0.3.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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
TypeScript utility library for Cesium.js providing hybrid terrain providers, entity collection tagging, and visual highlighting systems.
|
|
12
12
|
|
|
13
|
-
> **Note**: The `HybridTerrainProvider` from this library is
|
|
13
|
+
> **Note**: The `HybridTerrainProvider` from this library is submitted to Cesium ([#12822](https://github.com/CesiumGS/cesium/pull/12822)).
|
|
14
14
|
|
|
15
15
|
[📚 Documentation](https://juunie-roh.github.io/cesium-utils/) • [📦 NPM](https://www.npmjs.com/package/@juun-roh/cesium-utils) • [▶️ Demo](https://juun.vercel.app/cesium-utils)
|
|
16
16
|
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./chunk-RXMNSDKR.js";import{e}from"./chunk-R4DSXQCN.js";import{a as i,b as o,c as t}from"./chunk-PSCNWZUR.js";import
|
|
1
|
+
import"./chunk-RXMNSDKR.js";import{e}from"./chunk-R4DSXQCN.js";import{a as i,b as o,c as t}from"./chunk-PSCNWZUR.js";import"./chunk-6I6OKECI.js";import{a as r}from"./chunk-6ABRDFE5.js";import{a as p,b as m}from"./chunk-Z2COOTT4.js";export{e as Collection,t as Highlight,r as HybridTerrainProvider,i as SilhouetteHighlight,o as SurfaceHighlight,m as cloneViewer,p as syncCamera};
|
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.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",
|
|
@@ -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": "^
|
|
106
|
-
"cesium": "^1.134.
|
|
107
|
-
"eslint": "^9.
|
|
108
|
-
"eslint-plugin-jsdoc": "^
|
|
101
|
+
"@eslint/js": "^9.38.0",
|
|
102
|
+
"@types/node": "^24.9.1",
|
|
103
|
+
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
104
|
+
"@typescript-eslint/parser": "^8.46.2",
|
|
105
|
+
"@vitest/coverage-v8": "^4.0.3",
|
|
106
|
+
"cesium": "^1.134.1",
|
|
107
|
+
"eslint": "^9.38.0",
|
|
108
|
+
"eslint-plugin-jsdoc": "^61.1.9",
|
|
109
109
|
"eslint-plugin-prettier": "^5.5.4",
|
|
110
110
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
111
|
-
"eslint-plugin-unused-imports": "^4.
|
|
111
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
112
112
|
"husky": "^9.1.7",
|
|
113
|
-
"jsdom": "^27.0.
|
|
113
|
+
"jsdom": "^27.0.1",
|
|
114
114
|
"rimraf": "^6.0.1",
|
|
115
115
|
"tsup": "^8.5.0",
|
|
116
|
-
"typedoc": "^0.28.
|
|
116
|
+
"typedoc": "^0.28.14",
|
|
117
117
|
"typescript": "^5.9.3",
|
|
118
|
-
"vite": "^7.1.
|
|
119
|
-
"vitest": "^
|
|
118
|
+
"vite": "^7.1.12",
|
|
119
|
+
"vitest": "^4.0.3"
|
|
120
120
|
},
|
|
121
121
|
"scripts": {
|
|
122
122
|
"build": "tsup",
|