@itwin/map-layers-formats 4.4.0-dev.2 → 4.4.0-dev.4

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 +6 -1
  2. package/package.json +12 -12
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 Thu, 07 Dec 2023 18:52:09 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 08 Dec 2023 15:26:18 GMT and should not be manually modified.
4
4
 
5
5
  ## 4.3.0
6
6
  Thu, 07 Dec 2023 17:43:09 GMT
@@ -142,6 +142,11 @@ Mon, 22 May 2023 15:34:14 GMT
142
142
  - Update to eslint@8
143
143
  - Upgrade TypeScript compile target to es2021.
144
144
 
145
+ ## 3.8.0
146
+ Fri, 08 Dec 2023 15:23:59 GMT
147
+
148
+ _Version update only_
149
+
145
150
  ## 3.7.17
146
151
  Mon, 20 Nov 2023 18:24:23 GMT
147
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "4.4.0-dev.2",
3
+ "version": "4.4.0-dev.4",
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/appui-abstract": "4.4.0-dev.2",
48
- "@itwin/core-geometry": "4.4.0-dev.2",
49
- "@itwin/core-bentley": "4.4.0-dev.2",
50
- "@itwin/build-tools": "4.4.0-dev.2",
51
- "@itwin/core-frontend": "4.4.0-dev.2",
52
- "@itwin/core-common": "4.4.0-dev.2"
47
+ "@itwin/appui-abstract": "4.4.0-dev.4",
48
+ "@itwin/build-tools": "4.4.0-dev.4",
49
+ "@itwin/core-bentley": "4.4.0-dev.4",
50
+ "@itwin/core-geometry": "4.4.0-dev.4",
51
+ "@itwin/core-frontend": "4.4.0-dev.4",
52
+ "@itwin/core-common": "4.4.0-dev.4"
53
53
  },
54
54
  "peerDependencies": {
55
- "@itwin/appui-abstract": "4.4.0-dev.2",
56
- "@itwin/core-bentley": "4.4.0-dev.2",
57
- "@itwin/core-common": "4.4.0-dev.2",
58
- "@itwin/core-geometry": "4.4.0-dev.2",
59
- "@itwin/core-frontend": "4.4.0-dev.2"
55
+ "@itwin/appui-abstract": "4.4.0-dev.4",
56
+ "@itwin/core-frontend": "4.4.0-dev.4",
57
+ "@itwin/core-bentley": "4.4.0-dev.4",
58
+ "@itwin/core-common": "4.4.0-dev.4",
59
+ "@itwin/core-geometry": "4.4.0-dev.4"
60
60
  },
61
61
  "dependencies": {
62
62
  "google-protobuf": "~3.20.1"