@itwin/map-layers-auth 5.0.0 → 5.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/map-layers-auth
2
2
 
3
- This log was last generated on Fri, 13 Jun 2025 20:25:38 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 17 Jun 2025 18:33:52 GMT and should not be manually modified.
4
+
5
+ ## 5.0.1
6
+ Tue, 17 Jun 2025 18:33:52 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.0.0
6
11
  Fri, 13 Jun 2025 20:25:38 GMT
@@ -10,6 +15,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
10
15
  - Upgrade compile target to ES2023 and module to ES2022
11
16
  - change map-layers-auth to pure esm
12
17
 
18
+ ## 4.11.6
19
+ Mon, 16 Jun 2025 15:00:15 GMT
20
+
21
+ _Version update only_
22
+
13
23
  ## 4.11.5
14
24
  Fri, 06 Jun 2025 13:41:18 GMT
15
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-auth",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
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",
@@ -44,14 +44,14 @@
44
44
  "source-map-support": "^0.5.6",
45
45
  "typescript": "~5.6.2",
46
46
  "fetch-mock": "~11.1.3",
47
- "@itwin/build-tools": "5.0.0",
48
- "@itwin/core-bentley": "5.0.0",
49
- "internal-tools": "3.0.0-dev.69",
50
- "@itwin/core-common": "5.0.0",
51
- "@itwin/core-frontend": "5.0.0"
47
+ "@itwin/build-tools": "5.0.1",
48
+ "@itwin/core-frontend": "5.0.1",
49
+ "@itwin/core-common": "5.0.1",
50
+ "@itwin/core-bentley": "5.0.1",
51
+ "internal-tools": "3.0.0-dev.69"
52
52
  },
53
53
  "peerDependencies": {
54
- "@itwin/core-bentley": "5.0.0"
54
+ "@itwin/core-bentley": "5.0.1"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc",