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

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 -0
  2. package/package.json +7 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Change Log - @itwin/map-layers-auth
2
+
3
+ This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
4
+
5
+ ## 3.2.0
6
+ Fri, 20 May 2022 13:10:54 GMT
7
+
8
+ ### Updates
9
+
10
+ - New package containing various implementation of authentication methods
11
+
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.8",
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,11 +21,11 @@
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",
24
+ "@itwin/build-tools": "3.3.0-dev.8",
25
+ "@itwin/core-bentley": "3.3.0-dev.8",
26
+ "@itwin/core-common": "3.3.0-dev.8",
27
+ "@itwin/core-frontend": "3.3.0-dev.8",
28
+ "@itwin/eslint-plugin": "3.3.0-dev.8",
29
29
  "@types/chai": "^4.1.4",
30
30
  "@types/mocha": "^8.2.2",
31
31
  "@types/sinon": "^9.0.0",
@@ -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.8"
47
47
  },
48
48
  "nyc": {
49
49
  "extends": "./node_modules/@itwin/build-tools/.nycrc",