ol 9.0.0-dev.1708373609339 → 9.0.0-dev.1708383113293

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol",
3
- "version": "9.0.0-dev.1708373609339",
3
+ "version": "9.0.0-dev.1708383113293",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
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":"AA2CA;;;;;;;;;;;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"}
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
@@ -33,4 +33,4 @@ export function getUid(obj) {
33
33
  * OpenLayers version.
34
34
  * @type {string}
35
35
  */
36
- export const VERSION = '9.0.0-dev.1708373609339';
36
+ export const VERSION = '9.0.0-dev.1708383113293';