ol 9.0.0-dev.1708373609339 → 9.0.0-dev.1708376390748
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.
- package/dist/ol.js +2 -2
- package/dist/ol.js.map +1 -1
- package/package.json +1 -1
- package/source.d.ts +1 -0
- package/source.d.ts.map +1 -1
- package/source.js +1 -0
- package/util.js +1 -1
package/package.json
CHANGED
package/source.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export { default as CartoDB } from "./source/CartoDB.js";
|
|
|
16
16
|
export { default as Cluster } from "./source/Cluster.js";
|
|
17
17
|
export { default as DataTile } from "./source/DataTile.js";
|
|
18
18
|
export { default as GeoTIFF } from "./source/GeoTIFF.js";
|
|
19
|
+
export { default as Google } from "./source/Google.js";
|
|
19
20
|
export { default as IIIF } from "./source/IIIF.js";
|
|
20
21
|
export { default as Image } from "./source/Image.js";
|
|
21
22
|
export { default as ImageArcGISRest } from "./source/ImageArcGISRest.js";
|
package/source.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"source.d.ts","sourceRoot":"","sources":["source.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"source.d.ts","sourceRoot":"","sources":["source.js"],"names":[],"mappings":"AA4CA;;;;;;;;;;;GAWG;AACH,8CATW,OAAO,wBAAwB,EAAE,OAAO,kBAC/B,OAAO,gBAAgB,EAAE,SAAS,KAAG,OAAO,oBAAoB,EAAE,OAAO,UAKxE,OAAO,aAAa,EAAE,MAAM,QAAE,MAAM,KAAG,MAAM,OAAO,oBAAoB,EAAE,OAAO,CAAC,CAuBtG"}
|
package/source.js
CHANGED
|
@@ -10,6 +10,7 @@ export {default as CartoDB} from './source/CartoDB.js';
|
|
|
10
10
|
export {default as Cluster} from './source/Cluster.js';
|
|
11
11
|
export {default as DataTile} from './source/DataTile.js';
|
|
12
12
|
export {default as GeoTIFF} from './source/GeoTIFF.js';
|
|
13
|
+
export {default as Google} from './source/Google.js';
|
|
13
14
|
export {default as IIIF} from './source/IIIF.js';
|
|
14
15
|
export {default as Image} from './source/Image.js';
|
|
15
16
|
export {default as ImageArcGISRest} from './source/ImageArcGISRest.js';
|
package/util.js
CHANGED