@juun-roh/cesium-utils 0.0.0 → 0.0.1

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juun-roh/cesium-utils",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "Utilities to handle Cesium classes easier.",
5
5
  "keywords": [
6
6
  "Cesium",
@@ -81,7 +81,7 @@
81
81
  "lint": "eslint .",
82
82
  "ci:publish": "pnpm build && pnpm publish --no-git-checks",
83
83
  "prebuild": "pnpm clean",
84
- "test": "node tests/cjs-require.cjs && node tests/cjs-with-cesium.cjs && node tests/esm-import.mjs && node tests/esm-with-cesium.mjs",
84
+ "test": "node tests/cjs-require.cjs && node tests/esm-import.mjs",
85
85
  "dev": "pnpm build && vite"
86
86
  }
87
87
  }