ol 10.6.2-dev.1753710948374 → 10.6.2-dev.1753712076119

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.6.2-dev.1753710948374",
3
+ "version": "10.6.2-dev.1753712076119",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
package/proj/proj4.d.ts CHANGED
@@ -14,7 +14,7 @@ export function unregister(): void;
14
14
  * registry, e.g. after calling `proj4.defs()`. Existing transforms will not be
15
15
  * modified by this function.
16
16
  *
17
- * @param {import("proj4").default} proj4 Proj4.
17
+ * @param {import("proj4")} proj4 Proj4.
18
18
  * @api
19
19
  */
20
20
  export function register(proj4: typeof import("proj4/dist/lib/core.js").default & {
package/proj/proj4.js CHANGED
@@ -12,7 +12,7 @@ import {get as getCachedProjection} from './projections.js';
12
12
  import {get as getTransform} from './transforms.js';
13
13
 
14
14
  /**
15
- * @type {import("proj4").default|null}
15
+ * @type {import("proj4")|null}
16
16
  */
17
17
  let registered = null;
18
18
 
@@ -38,7 +38,7 @@ export function unregister() {
38
38
  * registry, e.g. after calling `proj4.defs()`. Existing transforms will not be
39
39
  * modified by this function.
40
40
  *
41
- * @param {import("proj4").default} proj4 Proj4.
41
+ * @param {import("proj4")} proj4 Proj4.
42
42
  * @api
43
43
  */
44
44
  export function register(proj4) {
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.6.2-dev.1753710948374';
36
+ export const VERSION = '10.6.2-dev.1753712076119';