@itwin/map-layers-auth 3.5.0-dev.30 → 3.5.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 +13 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/map-layers-auth
2
2
 
3
- This log was last generated on Mon, 17 Oct 2022 20:06:51 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 28 Oct 2022 13:34:58 GMT and should not be manually modified.
4
+
5
+ ## 3.4.3
6
+ Fri, 28 Oct 2022 13:34:58 GMT
7
+
8
+ ### Updates
9
+
10
+ - ArcGIS access client now allow default client id. Also, oauth2 endpoint validation will be ignored if a CORS error occurs. Also fixed 'tilemap' requests not including oauth2 token.
11
+
12
+ ## 3.4.2
13
+ Mon, 24 Oct 2022 13:23:45 GMT
14
+
15
+ _Version update only_
4
16
 
5
17
  ## 3.4.1
6
18
  Mon, 17 Oct 2022 20:06:51 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-auth",
3
- "version": "3.5.0-dev.30",
3
+ "version": "3.5.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",
@@ -21,11 +21,11 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "devDependencies": {
24
- "@itwin/build-tools": "3.5.0-dev.30",
25
- "@itwin/core-bentley": "3.5.0-dev.30",
26
- "@itwin/core-common": "3.5.0-dev.30",
27
- "@itwin/core-frontend": "3.5.0-dev.30",
28
- "@itwin/eslint-plugin": "3.5.0-dev.30",
24
+ "@itwin/build-tools": "3.5.0-dev.31",
25
+ "@itwin/core-bentley": "3.5.0-dev.31",
26
+ "@itwin/core-common": "3.5.0-dev.31",
27
+ "@itwin/core-frontend": "3.5.0-dev.31",
28
+ "@itwin/eslint-plugin": "3.5.0-dev.31",
29
29
  "@types/chai": "4.3.1",
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.5.0-dev.30"
46
+ "@itwin/core-bentley": "3.5.0-dev.31"
47
47
  },
48
48
  "nyc": {
49
49
  "extends": "./node_modules/@itwin/build-tools/.nycrc",