@itwin/map-layers-auth 4.4.0-dev.1 → 4.4.0-dev.13

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 +23 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @itwin/map-layers-auth
2
2
 
3
- This log was last generated on Thu, 30 Nov 2023 17:07:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Dec 2023 20:24:02 GMT and should not be manually modified.
4
+
5
+ ## 4.3.2
6
+ Thu, 14 Dec 2023 20:23:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.3.1
11
+ Wed, 13 Dec 2023 17:25:55 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.3.0
16
+ Thu, 07 Dec 2023 17:43:09 GMT
17
+
18
+ ### Updates
19
+
20
+ - Fix legacy token flow for ArcGIS services not supporting Oauth2.
4
21
 
5
22
  ## 4.2.4
6
23
  Mon, 20 Nov 2023 16:14:45 GMT
@@ -125,6 +142,11 @@ Mon, 22 May 2023 15:34:14 GMT
125
142
  - Update to eslint@8
126
143
  - Upgrade TypeScript compile target to es2021.
127
144
 
145
+ ## 3.8.0
146
+ Fri, 08 Dec 2023 15:23:59 GMT
147
+
148
+ _Version update only_
149
+
128
150
  ## 3.7.17
129
151
  Mon, 20 Nov 2023 18:24:23 GMT
130
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-auth",
3
- "version": "4.4.0-dev.1",
3
+ "version": "4.4.0-dev.13",
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",
@@ -24,28 +24,28 @@
24
24
  "devDependencies": {
25
25
  "@itwin/eslint-plugin": "4.0.0-dev.44",
26
26
  "@types/chai": "4.3.1",
27
- "@types/mocha": "^8.2.2",
28
- "@types/sinon": "^10.0.15",
27
+ "@types/mocha": "^10.0.6",
28
+ "@types/sinon": "^17.0.2",
29
29
  "@types/sinon-chai": "^3.2.0",
30
30
  "chai": "^4.3.10",
31
31
  "eslint": "^8.44.0",
32
32
  "ignore-styles": "^5.0.1",
33
33
  "jsdom": "^19.0.0",
34
34
  "jsdom-global": "3.0.2",
35
- "mocha": "^10.0.0",
35
+ "mocha": "^10.2.0",
36
36
  "nyc": "^15.1.0",
37
37
  "rimraf": "^3.0.2",
38
- "sinon": "^15.0.4",
39
- "sinon-chai": "^3.2.0",
38
+ "sinon": "^17.0.1",
39
+ "sinon-chai": "^3.7.0",
40
40
  "source-map-support": "^0.5.6",
41
41
  "typescript": "~5.0.2",
42
- "@itwin/core-frontend": "4.4.0-dev.1",
43
- "@itwin/build-tools": "4.4.0-dev.1",
44
- "@itwin/core-bentley": "4.4.0-dev.1",
45
- "@itwin/core-common": "4.4.0-dev.1"
42
+ "@itwin/build-tools": "4.4.0-dev.13",
43
+ "@itwin/core-common": "4.4.0-dev.13",
44
+ "@itwin/core-bentley": "4.4.0-dev.13",
45
+ "@itwin/core-frontend": "4.4.0-dev.13"
46
46
  },
47
47
  "peerDependencies": {
48
- "@itwin/core-bentley": "4.4.0-dev.1"
48
+ "@itwin/core-bentley": "4.4.0-dev.13"
49
49
  },
50
50
  "nyc": {
51
51
  "extends": "./node_modules/@itwin/build-tools/.nycrc",