@itwin/map-layers-auth 3.3.0-dev.5 → 3.3.0-dev.50

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 +31 -0
  2. package/package.json +9 -9
package/CHANGELOG.md ADDED
@@ -0,0 +1,31 @@
1
+ # Change Log - @itwin/map-layers-auth
2
+
3
+ This log was last generated on Tue, 21 Jun 2022 18:06:33 GMT and should not be manually modified.
4
+
5
+ ## 3.2.4
6
+ Tue, 21 Jun 2022 18:06:33 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.2.3
11
+ Fri, 17 Jun 2022 15:18:39 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.2.2
16
+ Fri, 10 Jun 2022 16:11:37 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.2.1
21
+ Tue, 07 Jun 2022 15:02:56 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.2.0
26
+ Fri, 20 May 2022 13:10:54 GMT
27
+
28
+ ### Updates
29
+
30
+ - New package containing various implementation of authentication methods
31
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-auth",
3
- "version": "3.3.0-dev.5",
3
+ "version": "3.3.0-dev.50",
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",
@@ -21,12 +21,12 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "devDependencies": {
24
- "@itwin/build-tools": "3.3.0-dev.5",
25
- "@itwin/core-bentley": "3.3.0-dev.5",
26
- "@itwin/core-common": "3.3.0-dev.5",
27
- "@itwin/core-frontend": "3.3.0-dev.5",
28
- "@itwin/eslint-plugin": "3.3.0-dev.5",
29
- "@types/chai": "^4.1.4",
24
+ "@itwin/build-tools": "3.3.0-dev.50",
25
+ "@itwin/core-bentley": "3.3.0-dev.50",
26
+ "@itwin/core-common": "3.3.0-dev.50",
27
+ "@itwin/core-frontend": "3.3.0-dev.50",
28
+ "@itwin/eslint-plugin": "3.3.0-dev.50",
29
+ "@types/chai": "4.3.1",
30
30
  "@types/mocha": "^8.2.2",
31
31
  "@types/sinon": "^9.0.0",
32
32
  "@types/sinon-chai": "^3.2.0",
@@ -34,7 +34,7 @@
34
34
  "eslint": "^7.11.0",
35
35
  "jsdom": "^19.0.0",
36
36
  "jsdom-global": "3.0.2",
37
- "mocha": "^8.3.2",
37
+ "mocha": "^10.0.0",
38
38
  "nyc": "^15.1.0",
39
39
  "rimraf": "^3.0.2",
40
40
  "sinon": "^9.0.2",
@@ -43,7 +43,7 @@
43
43
  "typescript": "~4.4.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "@itwin/core-bentley": "3.3.0-dev.5"
46
+ "@itwin/core-bentley": "3.3.0-dev.50"
47
47
  },
48
48
  "nyc": {
49
49
  "extends": "./node_modules/@itwin/build-tools/.nycrc",