Skip to content

Commit 627b82a

Browse files
committed
Prerelease updates
1 parent 9e66d1a commit 627b82a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ThirdParty.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"license": [
110110
"MIT"
111111
],
112-
"version": "1.0.0",
112+
"version": "1.0.1",
113113
"url": "https://www.npmjs.com/package/ktx-parse"
114114
},
115115
{

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.130.0",
3+
"version": "1.130.1-splats.0",
44
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"homepage": "http://cesium.com/cesiumjs/",
66
"license": "Apache-2.0",
@@ -51,8 +51,8 @@
5151
"./Specs/**/*"
5252
],
5353
"dependencies": {
54-
"@cesium/engine": "^18.0.0",
55-
"@cesium/widgets": "^12.1.0"
54+
"@cesium/engine": "^18.0.1-splats.0",
55+
"@cesium/widgets": "^12.1.1-splats.0"
5656
},
5757
"devDependencies": {
5858
"@cesium/eslint-config": "^12.0.0",

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium/engine",
3-
"version": "18.0.0",
3+
"version": "18.0.1-splats.0",
44
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"keywords": [
66
"3D",

packages/widgets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium/widgets",
3-
"version": "12.1.0",
3+
"version": "12.1.1-splats.0",
44
"description": "A widgets library for use with CesiumJS. CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"keywords": [
66
"3D",
@@ -28,7 +28,7 @@
2828
"node": ">=20.19.0"
2929
},
3030
"dependencies": {
31-
"@cesium/engine": "^18.0.0",
31+
"@cesium/engine": "^18.0.1-splats.0",
3232
"nosleep.js": "^0.12.0"
3333
},
3434
"type": "module",

0 commit comments

Comments
 (0)