@itwin/map-layers-auth 3.7.0-dev.1 → 3.7.0-dev.2

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 +5 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -9,6 +9,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
9
9
 
10
10
  - Map-layers oauth2 requests optimization and improvements
11
11
 
12
+ ## 3.5.6
13
+ Fri, 24 Feb 2023 16:02:47 GMT
14
+
15
+ _Version update only_
16
+
12
17
  ## 3.5.5
13
18
  Thu, 26 Jan 2023 22:53:27 GMT
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-auth",
3
- "version": "3.7.0-dev.1",
3
+ "version": "3.7.0-dev.2",
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.7.0-dev.1",
25
- "@itwin/core-bentley": "3.7.0-dev.1",
26
- "@itwin/core-common": "3.7.0-dev.1",
27
- "@itwin/core-frontend": "3.7.0-dev.1",
28
- "@itwin/eslint-plugin": "3.7.0-dev.1",
24
+ "@itwin/build-tools": "3.7.0-dev.2",
25
+ "@itwin/core-bentley": "3.7.0-dev.2",
26
+ "@itwin/core-common": "3.7.0-dev.2",
27
+ "@itwin/core-frontend": "3.7.0-dev.2",
28
+ "@itwin/eslint-plugin": "3.7.0-dev.2",
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.7.0-dev.1"
46
+ "@itwin/core-bentley": "3.7.0-dev.2"
47
47
  },
48
48
  "nyc": {
49
49
  "extends": "./node_modules/@itwin/build-tools/.nycrc",