@itwin/core-mobile 3.1.0-dev.27 → 3.1.0-dev.32

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 +16 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @itwin/core-mobile
2
2
 
3
- This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
4
+
5
+ ## 3.0.0
6
+ Mon, 24 Jan 2022 14:00:52 GMT
7
+
8
+ ### Updates
9
+
10
+ - Upgrade target to ES2019
11
+ - use new @itwin package names
12
+ - rename to @itwin/core-mobile
13
+ - remove ClientRequestContext and its subclasses
14
+ - Removed config.app usage
15
+ - remove ClientRequestContext.current
16
+ - Flattened MobileAuthorizationClient heirarchy
17
+ - Bumped dotenv and removed deprecated @types/dotenv
18
+ - Removed references to the deleted config-loader package
4
19
 
5
20
  ## 2.19.28
6
21
  Wed, 12 Jan 2022 14:52:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-mobile",
3
- "version": "3.1.0-dev.27",
3
+ "version": "3.1.0-dev.32",
4
4
  "description": "iTwin.js MobileHost and MobileApp",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -21,11 +21,11 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-backend": "^3.1.0-dev.27",
25
- "@itwin/core-bentley": "^3.1.0-dev.27",
26
- "@itwin/core-common": "^3.1.0-dev.27",
27
- "@itwin/core-frontend": "^3.1.0-dev.27",
28
- "@itwin/presentation-common": "^3.1.0-dev.27"
24
+ "@itwin/core-backend": "^3.1.0-dev.32",
25
+ "@itwin/core-bentley": "^3.1.0-dev.32",
26
+ "@itwin/core-common": "^3.1.0-dev.32",
27
+ "@itwin/core-frontend": "^3.1.0-dev.32",
28
+ "@itwin/presentation-common": "^3.1.0-dev.32"
29
29
  },
30
30
  "dependencies": {
31
31
  "deep-assign": "^2.0.0",
@@ -36,13 +36,13 @@
36
36
  "ws": "^7.5.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@itwin/build-tools": "3.1.0-dev.27",
40
- "@itwin/core-backend": "3.1.0-dev.27",
41
- "@itwin/core-bentley": "3.1.0-dev.27",
42
- "@itwin/core-common": "3.1.0-dev.27",
43
- "@itwin/core-frontend": "3.1.0-dev.27",
44
- "@itwin/eslint-plugin": "3.1.0-dev.27",
45
- "@itwin/presentation-common": "3.1.0-dev.27",
39
+ "@itwin/build-tools": "3.1.0-dev.32",
40
+ "@itwin/core-backend": "3.1.0-dev.32",
41
+ "@itwin/core-bentley": "3.1.0-dev.32",
42
+ "@itwin/core-common": "3.1.0-dev.32",
43
+ "@itwin/core-frontend": "3.1.0-dev.32",
44
+ "@itwin/eslint-plugin": "3.1.0-dev.32",
45
+ "@itwin/presentation-common": "3.1.0-dev.32",
46
46
  "@types/chai": "^4.1.4",
47
47
  "@types/deep-assign": "^0.1.0",
48
48
  "@types/fs-extra": "^4.0.7",