From e523a3ef954d28d4d43fdc01114b3f4e452a5b77 Mon Sep 17 00:00:00 2001 From: nshen121 Date: Sat, 6 Aug 2022 18:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v1.2.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bugfix - cesium is not a function #33 Co-authored-by: Amit Genish --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 32c2001..01adf26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-cesium", - "version": "1.2.19", + "version": "1.2.20", "description": "Cesium library plugin for Vite", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -50,7 +50,7 @@ "vite": "^3.0.4" }, "peerDependencies": { - "cesium": "^1.88.0", + "cesium": "1.95.0", "vite": ">=2.7.1" } }