@itwin/core-mobile 3.1.0-dev.8 → 3.2.0-dev.12

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 +26 -1
  2. package/package.json +15 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
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 Thu, 10 Mar 2022 21:18:13 GMT and should not be manually modified.
4
+
5
+ ## 3.0.2
6
+ Thu, 10 Mar 2022 21:18:13 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.0.1
11
+ Thu, 24 Feb 2022 15:26:55 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.0.0
16
+ Mon, 24 Jan 2022 14:00:52 GMT
17
+
18
+ ### Updates
19
+
20
+ - Upgrade target to ES2019
21
+ - use new @itwin package names
22
+ - rename to @itwin/core-mobile
23
+ - remove ClientRequestContext and its subclasses
24
+ - Removed config.app usage
25
+ - remove ClientRequestContext.current
26
+ - Flattened MobileAuthorizationClient heirarchy
27
+ - Bumped dotenv and removed deprecated @types/dotenv
28
+ - Removed references to the deleted config-loader package
4
29
 
5
30
  ## 2.19.28
6
31
  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.8",
3
+ "version": "3.2.0-dev.12",
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.8",
25
- "@itwin/core-bentley": "^3.1.0-dev.8",
26
- "@itwin/core-common": "^3.1.0-dev.8",
27
- "@itwin/core-frontend": "^3.1.0-dev.8",
28
- "@itwin/presentation-common": "^3.1.0-dev.8"
24
+ "@itwin/core-backend": "^3.2.0-dev.12",
25
+ "@itwin/core-bentley": "^3.2.0-dev.12",
26
+ "@itwin/core-common": "^3.2.0-dev.12",
27
+ "@itwin/core-frontend": "^3.2.0-dev.12",
28
+ "@itwin/presentation-common": "^3.2.0-dev.12"
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.8",
40
- "@itwin/core-backend": "3.1.0-dev.8",
41
- "@itwin/core-bentley": "3.1.0-dev.8",
42
- "@itwin/core-common": "3.1.0-dev.8",
43
- "@itwin/core-frontend": "3.1.0-dev.8",
44
- "@itwin/eslint-plugin": "3.1.0-dev.8",
45
- "@itwin/presentation-common": "3.1.0-dev.8",
39
+ "@itwin/build-tools": "3.2.0-dev.12",
40
+ "@itwin/core-backend": "3.2.0-dev.12",
41
+ "@itwin/core-bentley": "3.2.0-dev.12",
42
+ "@itwin/core-common": "3.2.0-dev.12",
43
+ "@itwin/core-frontend": "3.2.0-dev.12",
44
+ "@itwin/eslint-plugin": "3.2.0-dev.12",
45
+ "@itwin/presentation-common": "3.2.0-dev.12",
46
46
  "@types/chai": "^4.1.4",
47
47
  "@types/deep-assign": "^0.1.0",
48
48
  "@types/fs-extra": "^4.0.7",
@@ -51,7 +51,7 @@
51
51
  "@types/node": "14.14.31",
52
52
  "@types/qs": "^6.5.0",
53
53
  "@types/superagent": "^4.1.14",
54
- "@types/ws": "^6.0.4",
54
+ "@types/ws": "^7.0.0",
55
55
  "chai": "^4.1.2",
56
56
  "chai-as-promised": "^7",
57
57
  "dotenv": "^10.0.0",
@@ -60,8 +60,7 @@
60
60
  "js-base64": "^3.6.1",
61
61
  "mocha": "^8.3.2",
62
62
  "rimraf": "^3.0.2",
63
- "typescript": "~4.4.0",
64
- "ws": "^7.5.3"
63
+ "typescript": "~4.4.0"
65
64
  },
66
65
  "eslintConfig": {
67
66
  "plugins": [