Skip to content

Commit e523a3e

Browse files
nshenamitgk1
andcommitted
🚀 RELEASE: v1.2.20
- Bugfix - cesium is not a function #33 Co-authored-by: Amit Genish <[email protected]>
1 parent 213610a commit e523a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-cesium",
3-
"version": "1.2.19",
3+
"version": "1.2.20",
44
"description": "Cesium library plugin for Vite",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -50,7 +50,7 @@
5050
"vite": "^3.0.4"
5151
},
5252
"peerDependencies": {
53-
"cesium": "^1.88.0",
53+
"cesium": "1.95.0",
5454
"vite": ">=2.7.1"
5555
}
5656
}

0 commit comments

Comments
 (0)