ol 10.3.2-dev.1733934697983 → 10.3.2-dev.1734162456323

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": "10.3.2-dev.1733934697983",
3
+ "version": "10.3.2-dev.1734162456323",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
@@ -22,5 +22,4 @@ export function createFromTileUrlFunctions(tileUrlFunctions: Array<import("./Til
22
22
  * @return {string|undefined} Tile URL.
23
23
  */
24
24
  export function nullTileUrlFunction(tileCoord: import("./tilecoord.js").TileCoord, pixelRatio: number, projection: import("./proj/Projection.js").default): string | undefined;
25
- export { expandUrl } from "./uri.js";
26
25
  //# sourceMappingURL=tileurlfunction.d.ts.map
@@ -85,8 +85,3 @@ export function createFromTileUrlFunctions(tileUrlFunctions) {
85
85
  export function nullTileUrlFunction(tileCoord, pixelRatio, projection) {
86
86
  return undefined;
87
87
  }
88
-
89
- /**
90
- * TODO: Update ol-mapbox-style to import this from the uri.js module.
91
- */
92
- export {expandUrl} from './uri.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 = '10.3.2-dev.1733934697983';
36
+ export const VERSION = '10.3.2-dev.1734162456323';