@itwin/map-layers-formats 4.3.0-dev.8 → 4.3.0-dev.9
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 +6 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/map-layers-formats
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 16 Oct 2023 12:52:11 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
## 4.1.9
|
|
6
6
|
Tue, 10 Oct 2023 18:48:12 GMT
|
|
@@ -103,6 +103,11 @@ Mon, 22 May 2023 15:34:14 GMT
|
|
|
103
103
|
- Update to eslint@8
|
|
104
104
|
- Upgrade TypeScript compile target to es2021.
|
|
105
105
|
|
|
106
|
+
## 3.7.16
|
|
107
|
+
Mon, 16 Oct 2023 12:49:08 GMT
|
|
108
|
+
|
|
109
|
+
_Version update only_
|
|
110
|
+
|
|
106
111
|
## 3.7.15
|
|
107
112
|
Tue, 10 Oct 2023 19:58:35 GMT
|
|
108
113
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers-formats",
|
|
3
|
-
"version": "4.3.0-dev.
|
|
3
|
+
"version": "4.3.0-dev.9",
|
|
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,18 +44,18 @@
|
|
|
44
44
|
"source-map-support": "^0.5.6",
|
|
45
45
|
"typemoq": "^2.1.0",
|
|
46
46
|
"typescript": "~5.0.2",
|
|
47
|
-
"@itwin/appui-abstract": "4.3.0-dev.
|
|
48
|
-
"@itwin/
|
|
49
|
-
"@itwin/core-
|
|
50
|
-
"@itwin/core-
|
|
51
|
-
"@itwin/
|
|
52
|
-
"@itwin/core-frontend": "4.3.0-dev.
|
|
47
|
+
"@itwin/appui-abstract": "4.3.0-dev.9",
|
|
48
|
+
"@itwin/build-tools": "4.3.0-dev.9",
|
|
49
|
+
"@itwin/core-bentley": "4.3.0-dev.9",
|
|
50
|
+
"@itwin/core-common": "4.3.0-dev.9",
|
|
51
|
+
"@itwin/core-geometry": "4.3.0-dev.9",
|
|
52
|
+
"@itwin/core-frontend": "4.3.0-dev.9"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@itwin/
|
|
56
|
-
"@itwin/
|
|
57
|
-
"@itwin/core-common": "4.3.0-dev.
|
|
58
|
-
"@itwin/core-geometry": "4.3.0-dev.
|
|
55
|
+
"@itwin/core-bentley": "4.3.0-dev.9",
|
|
56
|
+
"@itwin/appui-abstract": "4.3.0-dev.9",
|
|
57
|
+
"@itwin/core-common": "4.3.0-dev.9",
|
|
58
|
+
"@itwin/core-geometry": "4.3.0-dev.9"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"google-protobuf": "~3.20.1"
|