@itwin/map-layers-auth 4.6.0-dev.13 → 4.6.0-dev.14
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 +8 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @itwin/map-layers-auth
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 16 Apr 2024 14:47:36 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.5.2
|
|
6
|
+
Tue, 16 Apr 2024 14:46:22 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Use fetch-mock package to correctly mock fetch calls in tests.
|
|
4
11
|
|
|
5
12
|
## 4.5.1
|
|
6
13
|
Wed, 03 Apr 2024 18:26:59 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers-auth",
|
|
3
|
-
"version": "4.6.0-dev.
|
|
3
|
+
"version": "4.6.0-dev.14",
|
|
4
4
|
"description": "Extension that adds a Map Layers Widget",
|
|
5
5
|
"main": "lib/cjs/map-layers-auth.js",
|
|
6
6
|
"module": "lib/esm/map-layers-auth.js",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"source-map-support": "^0.5.6",
|
|
41
41
|
"typescript": "~5.0.2",
|
|
42
42
|
"fetch-mock": "~9.11.0",
|
|
43
|
-
"@itwin/build-tools": "4.6.0-dev.
|
|
44
|
-
"@itwin/core-
|
|
45
|
-
"@itwin/core-common": "4.6.0-dev.
|
|
46
|
-
"@itwin/core-
|
|
43
|
+
"@itwin/build-tools": "4.6.0-dev.14",
|
|
44
|
+
"@itwin/core-bentley": "4.6.0-dev.14",
|
|
45
|
+
"@itwin/core-common": "4.6.0-dev.14",
|
|
46
|
+
"@itwin/core-frontend": "4.6.0-dev.14"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@itwin/core-bentley": "4.6.0-dev.
|
|
49
|
+
"@itwin/core-bentley": "4.6.0-dev.14"
|
|
50
50
|
},
|
|
51
51
|
"nyc": {
|
|
52
52
|
"extends": "./node_modules/@itwin/build-tools/.nycrc",
|