@itwin/map-layers-formats 5.2.0-dev.3 → 5.2.0-dev.7
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/CHANGELOG.md +16 -1
- package/package.json +12 -12
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
|
|
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.
|
|
3
|
+
"version": "5.2.0-dev.7",
|
|
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/
|
|
57
|
-
"@itwin/
|
|
58
|
-
"@itwin/core-geometry": "5.2.0-dev.
|
|
59
|
-
"@itwin/core-
|
|
60
|
-
"@itwin/
|
|
61
|
-
"@itwin/core-
|
|
56
|
+
"@itwin/build-tools": "5.2.0-dev.7",
|
|
57
|
+
"@itwin/appui-abstract": "5.2.0-dev.7",
|
|
58
|
+
"@itwin/core-geometry": "5.2.0-dev.7",
|
|
59
|
+
"@itwin/core-common": "5.2.0-dev.7",
|
|
60
|
+
"@itwin/core-bentley": "5.2.0-dev.7",
|
|
61
|
+
"@itwin/core-frontend": "5.2.0-dev.7",
|
|
62
62
|
"internal-tools": "3.0.0-dev.69"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@itwin/
|
|
66
|
-
"@itwin/core-common": "5.2.0-dev.
|
|
67
|
-
"@itwin/
|
|
68
|
-
"@itwin/core-
|
|
69
|
-
"@itwin/core-
|
|
65
|
+
"@itwin/appui-abstract": "5.2.0-dev.7",
|
|
66
|
+
"@itwin/core-common": "5.2.0-dev.7",
|
|
67
|
+
"@itwin/core-bentley": "5.2.0-dev.7",
|
|
68
|
+
"@itwin/core-frontend": "5.2.0-dev.7",
|
|
69
|
+
"@itwin/core-geometry": "5.2.0-dev.7"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"google-protobuf": "~3.20.1",
|