File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cesium" ,
3
- "version" : " 1.126 .0" ,
3
+ "version" : " 1.127 .0" ,
4
4
"description" : " CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin." ,
5
5
"homepage" : " http://cesium.com/cesiumjs/" ,
6
6
"license" : " Apache-2.0" ,
51
51
" ./Specs/**/*"
52
52
],
53
53
"dependencies" : {
54
- "@cesium/engine" : " ^14 .0.0" ,
55
- "@cesium/widgets" : " ^10.2 .0"
54
+ "@cesium/engine" : " ^15 .0.0" ,
55
+ "@cesium/widgets" : " ^11.0 .0"
56
56
},
57
57
"devDependencies" : {
58
58
"@cesium/eslint-config" : " ^12.0.0" ,
159
159
" packages/engine" ,
160
160
" packages/widgets"
161
161
]
162
- }
162
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Resource from "./Resource.js";
4
4
5
5
let defaultTokenCredit ;
6
6
const defaultAccessToken =
7
- "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIxNWFiZDMyYy03YWE1LTQ2MGQtOWI3YS00NDFiY2QzYTM5MGEiLCJpZCI6MjU5LCJpYXQiOjE3Mzg2MTU4NjJ9.WFKc8MVwKPU0S2pVgKGfqmcOd-6VBaMTZyH-9ZPhODQ " ;
7
+ "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiNTZhYmEzOS1hNmFhLTQ1OTAtODk0Mi1lM2U3M2FlMjIxZTMiLCJpZCI6MjU5LCJpYXQiOjE3NDEwMTMyNzF9.J_SThPuEuresJ_TioZat6GbGcDLEruo269cV5QQxiqM " ;
8
8
/**
9
9
* Default settings for accessing the Cesium ion API.
10
10
*
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Resource from "../Core/Resource.js";
4
4
5
5
let defaultTokenCredit ;
6
6
const defaultAccessToken =
7
- "AAPTxy8BH1VEsoebNVZXo8HurEOF051kAEKlhkOhBEc9BmQqcRjhPIHVEibuj83EgmzqMYMKlkDSXfDI_aVhgS53pQJj5gRndVO3co_eEvHb0zzYJdeBjDAW2_64bW-L6Me4YVq47D8LJswKSJVELWk4g6f3TB8wprt9QrTkB6DlBRIpV-G3oRFCspR8Muj3QGzKWMs-USdfAtfId0Yum55vSTjE2ssMyIRfiNOZaCEpVcs.AT1_aIa2UGdx " ;
7
+ "AAPTxy8BH1VEsoebNVZXo8HurEOF051kAEKlhkOhBEc9BmR-yn9MvzP-kKlsEftvba-Ksa9fy6DfgprKJvVPrYflNktZkc_R1DWiCclyPfJDVoQFVG5RAYgC6zo1Y0tjygPXWzKh6a7QBgk7gX6xm7vkHmbExafWckqkicqYw9UkxFf1Fjya64KizMRumKKV-VXV6_CwU0hR7Zv4pDhQDz4bwoyMxi_abRmOIS58oUlATyE.AT1_X4rsxcr3 " ;
8
8
/**
9
9
* Default options for accessing the ArcGIS image tile service.
10
10
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cesium/engine" ,
3
- "version" : " 14 .0.0" ,
3
+ "version" : " 15 .0.0" ,
4
4
"description" : " CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin." ,
5
5
"keywords" : [
6
6
" 3D" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cesium/widgets" ,
3
- "version" : " 10.2 .0" ,
3
+ "version" : " 11.0 .0" ,
4
4
"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." ,
5
5
"keywords" : [
6
6
" 3D" ,
28
28
"node" : " >=14.0.0"
29
29
},
30
30
"dependencies" : {
31
- "@cesium/engine" : " ^14 .0.0" ,
31
+ "@cesium/engine" : " ^15 .0.0" ,
32
32
"nosleep.js" : " ^0.12.0"
33
33
},
34
34
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments