@itwin/map-layers-formats 5.2.0-dev.2 → 5.2.0-dev.5

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 +16 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @itwin/map-layers-formats
2
2
 
3
- This log was last generated on Wed, 06 Aug 2025 15:37:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 08 Aug 2025 18:10:14 GMT and should not be manually modified.
4
+
5
+ ## 5.1.1
6
+ Fri, 08 Aug 2025 18:06:10 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.1.0
11
+ Fri, 08 Aug 2025 12:51:53 GMT
12
+
13
+ ### Updates
14
+
15
+ - Bug fix: Google Maps would only use the supplied session manager if an API key was also configured.
16
+ - Exposed some missing Google maps sessions structures.
17
+ - Revisted the Google Maps 2D tiles support to allow a custom session manager to be passed.
18
+ - `package.json` added to exports map
4
19
 
5
20
  ## 5.0.5
6
21
  Wed, 06 Aug 2025 15:34:16 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "5.2.0-dev.2",
3
+ "version": "5.2.0-dev.5",
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.2",
57
- "@itwin/core-bentley": "5.2.0-dev.2",
58
- "@itwin/core-common": "5.2.0-dev.2",
59
- "@itwin/core-geometry": "5.2.0-dev.2",
60
- "@itwin/build-tools": "5.2.0-dev.2",
61
- "@itwin/core-frontend": "5.2.0-dev.2",
62
- "internal-tools": "3.0.0-dev.69"
56
+ "@itwin/appui-abstract": "5.2.0-dev.5",
57
+ "@itwin/core-common": "5.2.0-dev.5",
58
+ "@itwin/build-tools": "5.2.0-dev.5",
59
+ "@itwin/core-bentley": "5.2.0-dev.5",
60
+ "@itwin/core-frontend": "5.2.0-dev.5",
61
+ "internal-tools": "3.0.0-dev.69",
62
+ "@itwin/core-geometry": "5.2.0-dev.5"
63
63
  },
64
64
  "peerDependencies": {
65
- "@itwin/appui-abstract": "5.2.0-dev.2",
66
- "@itwin/core-frontend": "5.2.0-dev.2",
67
- "@itwin/core-bentley": "5.2.0-dev.2",
68
- "@itwin/core-common": "5.2.0-dev.2",
69
- "@itwin/core-geometry": "5.2.0-dev.2"
65
+ "@itwin/appui-abstract": "5.2.0-dev.5",
66
+ "@itwin/core-bentley": "5.2.0-dev.5",
67
+ "@itwin/core-common": "5.2.0-dev.5",
68
+ "@itwin/core-frontend": "5.2.0-dev.5",
69
+ "@itwin/core-geometry": "5.2.0-dev.5"
70
70
  },
71
71
  "dependencies": {
72
72
  "google-protobuf": "~3.20.1",