@itwin/core-mobile 5.1.0-dev.9 → 5.1.1

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 +70 -1
  2. package/package.json +13 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,75 @@
1
1
  # Change Log - @itwin/core-mobile
2
2
 
3
- This log was last generated on Wed, 30 Apr 2025 13:16:15 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 08 Aug 2025 18:06:10 GMT and should not be manually modified.
4
+
5
+ ## 5.1.1
6
+ Fri, 08 Aug 2025 18:06:10 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.1.0
11
+ Fri, 08 Aug 2025 12:51:53 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.0.5
16
+ Wed, 06 Aug 2025 15:34:15 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.0.4
21
+ Wed, 16 Jul 2025 14:59:59 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 5.0.3
26
+ Fri, 11 Jul 2025 00:56:56 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 5.0.2
31
+ Thu, 26 Jun 2025 22:16:01 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 5.0.1
36
+ Tue, 17 Jun 2025 18:33:52 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 5.0.0
41
+ Fri, 13 Jun 2025 20:25:38 GMT
42
+
43
+ ### Updates
44
+
45
+ - Dropped support for Node 18
46
+ - Change core peer dependencies to strict version.
47
+ - Update to target iOS 17
48
+
49
+ ## 4.11.6
50
+ Mon, 16 Jun 2025 15:00:15 GMT
51
+
52
+ _Version update only_
53
+
54
+ ## 4.11.5
55
+ Fri, 06 Jun 2025 13:41:18 GMT
56
+
57
+ _Version update only_
58
+
59
+ ## 4.11.4
60
+ Tue, 03 Jun 2025 16:15:19 GMT
61
+
62
+ _Version update only_
63
+
64
+ ## 4.11.3
65
+ Wed, 28 May 2025 13:56:22 GMT
66
+
67
+ _Version update only_
68
+
69
+ ## 4.11.2
70
+ Tue, 20 May 2025 20:14:45 GMT
71
+
72
+ _Version update only_
4
73
 
5
74
  ## 4.11.1
6
75
  Wed, 30 Apr 2025 13:13:21 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-mobile",
3
- "version": "5.1.0-dev.9",
3
+ "version": "5.1.1",
4
4
  "description": "iTwin.js MobileHost and MobileApp",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -22,10 +22,10 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-backend": "5.1.0-dev.9",
26
- "@itwin/core-bentley": "5.1.0-dev.9",
27
- "@itwin/core-common": "5.1.0-dev.9",
28
- "@itwin/core-frontend": "5.1.0-dev.9"
25
+ "@itwin/core-backend": "5.1.1",
26
+ "@itwin/core-bentley": "5.1.1",
27
+ "@itwin/core-common": "5.1.1",
28
+ "@itwin/core-frontend": "5.1.1"
29
29
  },
30
30
  "dependencies": {
31
31
  "lodash": "^4.17.21",
@@ -33,7 +33,7 @@
33
33
  "ws": "^7.5.10"
34
34
  },
35
35
  "devDependencies": {
36
- "@itwin/eslint-plugin": "5.0.0-dev.1",
36
+ "@itwin/eslint-plugin": "5.2.2-dev.2",
37
37
  "@types/chai": "4.3.1",
38
38
  "@types/fs-extra": "^4.0.7",
39
39
  "@types/lodash": "^4.14.202",
@@ -45,15 +45,15 @@
45
45
  "chai-as-promised": "^7.1.1",
46
46
  "dotenv": "^16.4.5",
47
47
  "dotenv-expand": "^5.1.0",
48
- "eslint": "^9.13.0",
48
+ "eslint": "^9.31.0",
49
49
  "mocha": "^11.1.0",
50
50
  "rimraf": "^6.0.1",
51
51
  "typescript": "~5.6.2",
52
- "@itwin/build-tools": "5.1.0-dev.9",
53
- "@itwin/core-backend": "5.1.0-dev.9",
54
- "@itwin/core-bentley": "5.1.0-dev.9",
55
- "@itwin/core-frontend": "5.1.0-dev.9",
56
- "@itwin/core-common": "5.1.0-dev.9"
52
+ "@itwin/build-tools": "5.1.1",
53
+ "@itwin/core-frontend": "5.1.1",
54
+ "@itwin/core-backend": "5.1.1",
55
+ "@itwin/core-bentley": "5.1.1",
56
+ "@itwin/core-common": "5.1.1"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "npm run -s build:cjs",
@@ -62,6 +62,7 @@
62
62
  "docs": "betools docs --json=../../generated-docs/core/core-mobile/file.json --tsIndexFile=./core-mobile.ts --onlyJson",
63
63
  "extract-api": "betools extract-api --entry=core-mobile",
64
64
  "lint": "eslint \"./src/**/*.ts\" 1>&2",
65
+ "lint-deprecation": "eslint --fix -f visualstudio --no-inline-config -c ../../common/config/eslint/eslint.config.deprecation-policy.js \"./src/**/*.ts\"",
65
66
  "test": "",
66
67
  "cover": ""
67
68
  }