@itwin/map-layers-formats 5.4.0-dev.6 → 5.5.0-dev.1

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 +36 -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 Fri, 24 Oct 2025 16:22:32 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Nov 2025 22:31:49 GMT and should not be manually modified.
4
+
5
+ ## 5.3.3
6
+ Thu, 20 Nov 2025 22:30:37 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.3.2
11
+ Thu, 13 Nov 2025 23:23:24 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.3.1
16
+ Thu, 06 Nov 2025 20:29:07 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.3.0
21
+ Mon, 03 Nov 2025 19:02:35 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 5.2.6
26
+ Thu, 13 Nov 2025 21:13:51 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 5.2.5
31
+ Thu, 13 Nov 2025 07:45:15 GMT
32
+
33
+ _Version update only_
4
34
 
5
35
  ## 5.2.4
6
36
  Fri, 24 Oct 2025 16:20:38 GMT
@@ -125,6 +155,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
125
155
  - Upgrade compile target to ES2023 and module to ES2022
126
156
  - change map-layers-formats to pure esm
127
157
 
158
+ ## 4.11.7
159
+ Thu, 13 Nov 2025 20:49:33 GMT
160
+
161
+ _Version update only_
162
+
128
163
  ## 4.11.6
129
164
  Mon, 16 Jun 2025 15:00:15 GMT
130
165
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "5.4.0-dev.6",
3
+ "version": "5.5.0-dev.1",
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.4.0-dev.6",
57
- "@itwin/core-bentley": "5.4.0-dev.6",
58
- "@itwin/core-common": "5.4.0-dev.6",
59
- "@itwin/core-geometry": "5.4.0-dev.6",
56
+ "@itwin/appui-abstract": "5.5.0-dev.1",
57
+ "@itwin/build-tools": "5.5.0-dev.1",
58
+ "@itwin/core-bentley": "5.5.0-dev.1",
59
+ "@itwin/core-frontend": "5.5.0-dev.1",
60
+ "@itwin/core-common": "5.5.0-dev.1",
60
61
  "internal-tools": "3.0.0-dev.69",
61
- "@itwin/build-tools": "5.4.0-dev.6",
62
- "@itwin/core-frontend": "5.4.0-dev.6"
62
+ "@itwin/core-geometry": "5.5.0-dev.1"
63
63
  },
64
64
  "peerDependencies": {
65
- "@itwin/appui-abstract": "5.4.0-dev.6",
66
- "@itwin/core-bentley": "5.4.0-dev.6",
67
- "@itwin/core-frontend": "5.4.0-dev.6",
68
- "@itwin/core-common": "5.4.0-dev.6",
69
- "@itwin/core-geometry": "5.4.0-dev.6"
65
+ "@itwin/appui-abstract": "5.5.0-dev.1",
66
+ "@itwin/core-bentley": "5.5.0-dev.1",
67
+ "@itwin/core-common": "5.5.0-dev.1",
68
+ "@itwin/core-geometry": "5.5.0-dev.1",
69
+ "@itwin/core-frontend": "5.5.0-dev.1"
70
70
  },
71
71
  "dependencies": {
72
72
  "google-protobuf": "~3.20.1",