@itwin/map-layers-formats 5.14.0-dev.1 → 5.14.0-dev.10

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 +8 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @itwin/map-layers-formats
2
2
 
3
- This log was last generated on Tue, 25 Aug 2026 21:23:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 03 Sep 2026 18:51:17 GMT and should not be manually modified.
4
+
5
+ ## 5.13.0
6
+ Thu, 03 Sep 2026 18:49:56 GMT
7
+
8
+ ### Updates
9
+
10
+ - Google Maps attribution text is rendered as plain text instead of HTML. OGC API Features source validation now honors the opt-in map-layer credential origin restriction.
4
11
 
5
12
  ## 5.12.5
6
13
  Tue, 25 Aug 2026 21:22:08 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "5.14.0-dev.1",
3
+ "version": "5.14.0-dev.10",
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",
@@ -52,20 +52,20 @@
52
52
  "source-map-support": "^0.5.6",
53
53
  "typescript": "~5.6.2",
54
54
  "fetch-mock": "~11.1.3",
55
- "@itwin/appui-abstract": "5.14.0-dev.1",
56
- "@itwin/core-geometry": "5.14.0-dev.1",
57
- "@itwin/core-bentley": "5.14.0-dev.1",
58
- "@itwin/build-tools": "5.14.0-dev.1",
59
- "@itwin/core-frontend": "5.14.0-dev.1",
60
- "@itwin/core-common": "5.14.0-dev.1",
61
- "internal-tools": "3.0.0-dev.69"
55
+ "@itwin/core-bentley": "5.14.0-dev.10",
56
+ "@itwin/build-tools": "5.14.0-dev.10",
57
+ "@itwin/appui-abstract": "5.14.0-dev.10",
58
+ "@itwin/core-geometry": "5.14.0-dev.10",
59
+ "@itwin/core-common": "5.14.0-dev.10",
60
+ "internal-tools": "3.0.0-dev.69",
61
+ "@itwin/core-frontend": "5.14.0-dev.10"
62
62
  },
63
63
  "peerDependencies": {
64
- "@itwin/appui-abstract": "5.14.0-dev.1",
65
- "@itwin/core-bentley": "5.14.0-dev.1",
66
- "@itwin/core-common": "5.14.0-dev.1",
67
- "@itwin/core-geometry": "5.14.0-dev.1",
68
- "@itwin/core-frontend": "5.14.0-dev.1"
64
+ "@itwin/appui-abstract": "5.14.0-dev.10",
65
+ "@itwin/core-frontend": "5.14.0-dev.10",
66
+ "@itwin/core-geometry": "5.14.0-dev.10",
67
+ "@itwin/core-bentley": "5.14.0-dev.10",
68
+ "@itwin/core-common": "5.14.0-dev.10"
69
69
  },
70
70
  "dependencies": {
71
71
  "google-protobuf": "~3.20.1",