@itwin/map-layers-formats 4.3.0 → 4.3.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.
- package/CHANGELOG.md +11 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/map-layers-formats
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 13 Dec 2023 17:25:55 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.3.1
|
|
6
|
+
Wed, 13 Dec 2023 17:25:55 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 4.3.0
|
|
6
11
|
Thu, 07 Dec 2023 17:43:09 GMT
|
|
@@ -142,6 +147,11 @@ Mon, 22 May 2023 15:34:14 GMT
|
|
|
142
147
|
- Update to eslint@8
|
|
143
148
|
- Upgrade TypeScript compile target to es2021.
|
|
144
149
|
|
|
150
|
+
## 3.8.0
|
|
151
|
+
Fri, 08 Dec 2023 15:23:59 GMT
|
|
152
|
+
|
|
153
|
+
_Version update only_
|
|
154
|
+
|
|
145
155
|
## 3.7.17
|
|
146
156
|
Mon, 20 Nov 2023 18:24:23 GMT
|
|
147
157
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers-formats",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.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",
|
|
@@ -44,19 +44,19 @@
|
|
|
44
44
|
"source-map-support": "^0.5.6",
|
|
45
45
|
"typemoq": "^2.1.0",
|
|
46
46
|
"typescript": "~5.0.2",
|
|
47
|
-
"@itwin/
|
|
48
|
-
"@itwin/
|
|
49
|
-
"@itwin/core-
|
|
50
|
-
"@itwin/core-
|
|
51
|
-
"@itwin/core-
|
|
52
|
-
"@itwin/core-
|
|
47
|
+
"@itwin/appui-abstract": "4.3.1",
|
|
48
|
+
"@itwin/build-tools": "4.3.1",
|
|
49
|
+
"@itwin/core-common": "4.3.1",
|
|
50
|
+
"@itwin/core-bentley": "4.3.1",
|
|
51
|
+
"@itwin/core-geometry": "4.3.1",
|
|
52
|
+
"@itwin/core-frontend": "4.3.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@itwin/
|
|
56
|
-
"@itwin/
|
|
57
|
-
"@itwin/core-
|
|
58
|
-
"@itwin/core-
|
|
59
|
-
"@itwin/core-geometry": "4.3.
|
|
55
|
+
"@itwin/core-frontend": "4.3.1",
|
|
56
|
+
"@itwin/appui-abstract": "4.3.1",
|
|
57
|
+
"@itwin/core-bentley": "4.3.1",
|
|
58
|
+
"@itwin/core-common": "4.3.1",
|
|
59
|
+
"@itwin/core-geometry": "4.3.1"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"google-protobuf": "~3.20.1"
|