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

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 +41 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
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 Tue, 02 Dec 2025 21:22:25 GMT and should not be manually modified.
4
+
5
+ ## 5.4.0
6
+ Tue, 02 Dec 2025 21:22:25 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.3.3
11
+ Thu, 20 Nov 2025 22:30:37 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.3.2
16
+ Thu, 13 Nov 2025 23:23:24 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.3.1
21
+ Thu, 06 Nov 2025 20:29:07 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 5.3.0
26
+ Mon, 03 Nov 2025 19:02:35 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 5.2.6
31
+ Thu, 13 Nov 2025 21:13:51 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 5.2.5
36
+ Thu, 13 Nov 2025 07:45:15 GMT
37
+
38
+ _Version update only_
4
39
 
5
40
  ## 5.2.4
6
41
  Fri, 24 Oct 2025 16:20:38 GMT
@@ -125,6 +160,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
125
160
  - Upgrade compile target to ES2023 and module to ES2022
126
161
  - change map-layers-formats to pure esm
127
162
 
163
+ ## 4.11.7
164
+ Thu, 13 Nov 2025 20:49:33 GMT
165
+
166
+ _Version update only_
167
+
128
168
  ## 4.11.6
129
169
  Mon, 16 Jun 2025 15:00:15 GMT
130
170
 
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.4.0",
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.4.0",
57
+ "@itwin/core-geometry": "5.4.0",
58
+ "@itwin/build-tools": "5.4.0",
59
+ "@itwin/core-common": "5.4.0",
60
+ "@itwin/core-bentley": "5.4.0",
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-frontend": "5.4.0"
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.4.0",
66
+ "@itwin/core-geometry": "5.4.0",
67
+ "@itwin/core-common": "5.4.0",
68
+ "@itwin/core-bentley": "5.4.0",
69
+ "@itwin/core-frontend": "5.4.0"
70
70
  },
71
71
  "dependencies": {
72
72
  "google-protobuf": "~3.20.1",