@itwin/map-layers-auth 4.2.0-dev.30 → 4.2.0-dev.31

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 Tue, 12 Sep 2023 15:40:33 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 29 Sep 2023 18:24:48 GMT and should not be manually modified.
4
+
5
+ ## 4.1.7
6
+ Thu, 28 Sep 2023 21:41:33 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.1.6
6
11
  Tue, 12 Sep 2023 15:38:52 GMT
@@ -83,6 +88,11 @@ Mon, 22 May 2023 15:34:14 GMT
83
88
  - Update to eslint@8
84
89
  - Upgrade TypeScript compile target to es2021.
85
90
 
91
+ ## 3.7.14
92
+ Fri, 29 Sep 2023 16:57:16 GMT
93
+
94
+ _Version update only_
95
+
86
96
  ## 3.7.13
87
97
  Tue, 08 Aug 2023 19:49:18 GMT
88
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-auth",
3
- "version": "4.2.0-dev.30",
3
+ "version": "4.2.0-dev.31",
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",
@@ -27,7 +27,7 @@
27
27
  "@types/mocha": "^8.2.2",
28
28
  "@types/sinon": "^10.0.15",
29
29
  "@types/sinon-chai": "^3.2.0",
30
- "chai": "^4.1.2",
30
+ "chai": "^4.3.10",
31
31
  "eslint": "^8.44.0",
32
32
  "ignore-styles": "^5.0.1",
33
33
  "jsdom": "^19.0.0",
@@ -39,13 +39,13 @@
39
39
  "sinon-chai": "^3.2.0",
40
40
  "source-map-support": "^0.5.6",
41
41
  "typescript": "~5.0.2",
42
- "@itwin/core-bentley": "4.2.0-dev.30",
43
- "@itwin/core-common": "4.2.0-dev.30",
44
- "@itwin/build-tools": "4.2.0-dev.30",
45
- "@itwin/core-frontend": "4.2.0-dev.30"
42
+ "@itwin/build-tools": "4.2.0-dev.31",
43
+ "@itwin/core-bentley": "4.2.0-dev.31",
44
+ "@itwin/core-frontend": "4.2.0-dev.31",
45
+ "@itwin/core-common": "4.2.0-dev.31"
46
46
  },
47
47
  "peerDependencies": {
48
- "@itwin/core-bentley": "4.2.0-dev.30"
48
+ "@itwin/core-bentley": "4.2.0-dev.31"
49
49
  },
50
50
  "nyc": {
51
51
  "extends": "./node_modules/@itwin/build-tools/.nycrc",