@itwin/map-layers-formats 4.4.0-dev.1 → 4.4.0-dev.13

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 +26 -1
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @itwin/map-layers-formats
2
2
 
3
- This log was last generated on Thu, 30 Nov 2023 17:07:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Dec 2023 20:24:02 GMT and should not be manually modified.
4
+
5
+ ## 4.3.2
6
+ Thu, 14 Dec 2023 20:23:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.3.1
11
+ Wed, 13 Dec 2023 17:25:55 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.3.0
16
+ Thu, 07 Dec 2023 17:43:09 GMT
17
+
18
+ ### Updates
19
+
20
+ - Improve documentation
21
+ - Custom query parameters can now be configured on map layers objects.
22
+ - Improved MapFeatureInfo display of decorations outside of project extent.
23
+ - Added missing `@itwin/core-frontend` peer dependency
4
24
 
5
25
  ## 4.2.4
6
26
  Mon, 20 Nov 2023 16:14:45 GMT
@@ -132,6 +152,11 @@ Mon, 22 May 2023 15:34:14 GMT
132
152
  - Update to eslint@8
133
153
  - Upgrade TypeScript compile target to es2021.
134
154
 
155
+ ## 3.8.0
156
+ Fri, 08 Dec 2023 15:23:59 GMT
157
+
158
+ _Version update only_
159
+
135
160
  ## 3.7.17
136
161
  Mon, 20 Nov 2023 18:24:23 GMT
137
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "4.4.0-dev.1",
3
+ "version": "4.4.0-dev.13",
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",
@@ -26,37 +26,37 @@
26
26
  "@types/chai": "4.3.1",
27
27
  "@types/chai-as-promised": "^7",
28
28
  "@types/google-protobuf": "~3.15.6",
29
- "@types/mocha": "^8.2.2",
30
- "@types/sinon": "^10.0.15",
29
+ "@types/mocha": "^10.0.6",
30
+ "@types/sinon": "^17.0.2",
31
31
  "@types/sinon-chai": "^3.2.0",
32
32
  "chai": "^4.3.10",
33
- "chai-as-promised": "^7",
33
+ "chai-as-promised": "^7.1.1",
34
34
  "cpx2": "^3.0.0",
35
35
  "eslint": "^8.44.0",
36
36
  "ignore-styles": "^5.0.1",
37
37
  "jsdom": "^19.0.0",
38
38
  "jsdom-global": "3.0.2",
39
- "mocha": "^10.0.0",
39
+ "mocha": "^10.2.0",
40
40
  "nyc": "^15.1.0",
41
41
  "rimraf": "^3.0.2",
42
- "sinon": "^15.0.4",
43
- "sinon-chai": "^3.2.0",
42
+ "sinon": "^17.0.1",
43
+ "sinon-chai": "^3.7.0",
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.1",
48
- "@itwin/core-bentley": "4.4.0-dev.1",
49
- "@itwin/core-common": "4.4.0-dev.1",
50
- "@itwin/build-tools": "4.4.0-dev.1",
51
- "@itwin/core-geometry": "4.4.0-dev.1",
52
- "@itwin/core-frontend": "4.4.0-dev.1"
47
+ "@itwin/appui-abstract": "4.4.0-dev.13",
48
+ "@itwin/build-tools": "4.4.0-dev.13",
49
+ "@itwin/core-common": "4.4.0-dev.13",
50
+ "@itwin/core-bentley": "4.4.0-dev.13",
51
+ "@itwin/core-geometry": "4.4.0-dev.13",
52
+ "@itwin/core-frontend": "4.4.0-dev.13"
53
53
  },
54
54
  "peerDependencies": {
55
- "@itwin/appui-abstract": "4.4.0-dev.1",
56
- "@itwin/core-bentley": "4.4.0-dev.1",
57
- "@itwin/core-common": "4.4.0-dev.1",
58
- "@itwin/core-frontend": "4.4.0-dev.1",
59
- "@itwin/core-geometry": "4.4.0-dev.1"
55
+ "@itwin/core-bentley": "4.4.0-dev.13",
56
+ "@itwin/appui-abstract": "4.4.0-dev.13",
57
+ "@itwin/core-common": "4.4.0-dev.13",
58
+ "@itwin/core-frontend": "4.4.0-dev.13",
59
+ "@itwin/core-geometry": "4.4.0-dev.13"
60
60
  },
61
61
  "dependencies": {
62
62
  "google-protobuf": "~3.20.1"