@itwin/map-layers-formats 5.2.0-dev.1 → 5.2.0-dev.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  # Change Log - @itwin/map-layers-formats
2
2
 
3
- This log was last generated on Wed, 16 Jul 2025 15:01:35 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 20 Aug 2025 14:01:20 GMT and should not be manually modified.
4
+
5
+ ## 5.1.3
6
+ Wed, 20 Aug 2025 13:57:10 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.1.2
11
+ Thu, 14 Aug 2025 19:38:08 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.1.1
16
+ Fri, 08 Aug 2025 18:06:10 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.1.0
21
+ Fri, 08 Aug 2025 12:51:53 GMT
22
+
23
+ ### Updates
24
+
25
+ - Bug fix: Google Maps would only use the supplied session manager if an API key was also configured.
26
+ - Exposed some missing Google maps sessions structures.
27
+ - Revisted the Google Maps 2D tiles support to allow a custom session manager to be passed.
28
+ - `package.json` added to exports map
29
+
30
+ ## 5.0.5
31
+ Wed, 06 Aug 2025 15:34:16 GMT
32
+
33
+ _Version update only_
4
34
 
5
35
  ## 5.0.4
6
36
  Wed, 16 Jul 2025 14:59:59 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "5.2.0-dev.1",
3
+ "version": "5.2.0-dev.11",
4
4
  "description": "Enables additional map-layers formats in iTwin.js",
5
5
  "main": "lib/cjs/map-layers-formats.js",
6
6
  "module": "lib/esm/map-layers-formats.js",
@@ -53,20 +53,20 @@
53
53
  "typemoq": "^2.1.0",
54
54
  "typescript": "~5.6.2",
55
55
  "fetch-mock": "~11.1.3",
56
- "@itwin/appui-abstract": "5.2.0-dev.1",
57
- "@itwin/core-common": "5.2.0-dev.1",
58
- "@itwin/core-bentley": "5.2.0-dev.1",
56
+ "@itwin/appui-abstract": "5.2.0-dev.11",
57
+ "@itwin/core-geometry": "5.2.0-dev.11",
58
+ "@itwin/build-tools": "5.2.0-dev.11",
59
+ "@itwin/core-frontend": "5.2.0-dev.11",
60
+ "@itwin/core-bentley": "5.2.0-dev.11",
59
61
  "internal-tools": "3.0.0-dev.69",
60
- "@itwin/build-tools": "5.2.0-dev.1",
61
- "@itwin/core-frontend": "5.2.0-dev.1",
62
- "@itwin/core-geometry": "5.2.0-dev.1"
62
+ "@itwin/core-common": "5.2.0-dev.11"
63
63
  },
64
64
  "peerDependencies": {
65
- "@itwin/core-bentley": "5.2.0-dev.1",
66
- "@itwin/core-common": "5.2.0-dev.1",
67
- "@itwin/appui-abstract": "5.2.0-dev.1",
68
- "@itwin/core-frontend": "5.2.0-dev.1",
69
- "@itwin/core-geometry": "5.2.0-dev.1"
65
+ "@itwin/appui-abstract": "5.2.0-dev.11",
66
+ "@itwin/core-geometry": "5.2.0-dev.11",
67
+ "@itwin/core-frontend": "5.2.0-dev.11",
68
+ "@itwin/core-bentley": "5.2.0-dev.11",
69
+ "@itwin/core-common": "5.2.0-dev.11"
70
70
  },
71
71
  "dependencies": {
72
72
  "google-protobuf": "~3.20.1",