@itwin/linear-referencing-backend 5.1.0-dev.7 → 5.1.0-dev.71

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 +56 -1
  2. package/package.json +14 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,61 @@
1
1
  # Change Log - @itwin/linear-referencing-backend
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 Wed, 16 Jul 2025 15:01:35 GMT and should not be manually modified.
4
+
5
+ ## 5.0.4
6
+ Wed, 16 Jul 2025 14:59:59 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.0.3
11
+ Fri, 11 Jul 2025 00:56:56 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.0.2
16
+ Thu, 26 Jun 2025 22:16:01 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.0.1
21
+ Tue, 17 Jun 2025 18:33:52 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 5.0.0
26
+ Fri, 13 Jun 2025 20:25:38 GMT
27
+
28
+ ### Updates
29
+
30
+ - Depreciate ECSqlStatement API
31
+ - Dropped support for Node 18
32
+ - Added ESM support
33
+ - Change core peer dependencies to strict version.
34
+
35
+ ## 4.11.6
36
+ Mon, 16 Jun 2025 15:00:15 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 4.11.5
41
+ Fri, 06 Jun 2025 13:41:18 GMT
42
+
43
+ _Version update only_
44
+
45
+ ## 4.11.4
46
+ Tue, 03 Jun 2025 16:15:19 GMT
47
+
48
+ _Version update only_
49
+
50
+ ## 4.11.3
51
+ Wed, 28 May 2025 13:56:23 GMT
52
+
53
+ _Version update only_
54
+
55
+ ## 4.11.2
56
+ Tue, 20 May 2025 20:14:46 GMT
57
+
58
+ _Version update only_
4
59
 
5
60
  ## 4.11.1
6
61
  Wed, 30 Apr 2025 13:13:21 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/linear-referencing-backend",
3
- "version": "5.1.0-dev.7",
3
+ "version": "5.1.0-dev.71",
4
4
  "main": "lib/cjs/linear-referencing-backend.js",
5
5
  "module": "lib/esm/linear-referencing-backend.js",
6
6
  "typings": "lib/cjs/linear-referencing-backend",
@@ -30,33 +30,33 @@
30
30
  "url": "http://www.bentley.com"
31
31
  },
32
32
  "peerDependencies": {
33
- "@itwin/core-backend": "5.1.0-dev.7",
34
- "@itwin/core-bentley": "5.1.0-dev.7",
35
- "@itwin/core-common": "5.1.0-dev.7",
36
- "@itwin/linear-referencing-common": "5.1.0-dev.7"
33
+ "@itwin/core-backend": "5.1.0-dev.71",
34
+ "@itwin/core-bentley": "5.1.0-dev.71",
35
+ "@itwin/core-common": "5.1.0-dev.71",
36
+ "@itwin/linear-referencing-common": "5.1.0-dev.71"
37
37
  },
38
38
  "//devDependencies": [
39
39
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
40
40
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
41
41
  ],
42
42
  "devDependencies": {
43
- "@itwin/eslint-plugin": "5.0.0-dev.1",
43
+ "@itwin/eslint-plugin": "5.2.2-dev.2",
44
44
  "@types/chai": "4.3.1",
45
45
  "@types/mocha": "^10.0.6",
46
46
  "@types/node": "~20.17.0",
47
47
  "chai": "^4.3.10",
48
48
  "cpx2": "^8.0.0",
49
- "eslint": "^9.13.0",
49
+ "eslint": "^9.31.0",
50
50
  "mocha": "^11.1.0",
51
51
  "nyc": "^17.1.0",
52
52
  "rimraf": "^6.0.1",
53
53
  "typescript": "~5.6.2",
54
- "@itwin/build-tools": "5.1.0-dev.7",
55
- "@itwin/core-backend": "5.1.0-dev.7",
56
- "@itwin/core-bentley": "5.1.0-dev.7",
57
- "@itwin/linear-referencing-common": "5.1.0-dev.7",
58
- "@itwin/core-common": "5.1.0-dev.7",
59
- "internal-tools": "3.0.0-dev.69"
54
+ "@itwin/core-backend": "5.1.0-dev.71",
55
+ "@itwin/build-tools": "5.1.0-dev.71",
56
+ "@itwin/core-bentley": "5.1.0-dev.71",
57
+ "internal-tools": "3.0.0-dev.69",
58
+ "@itwin/linear-referencing-common": "5.1.0-dev.71",
59
+ "@itwin/core-common": "5.1.0-dev.71"
60
60
  },
61
61
  "nyc": {
62
62
  "extends": "./node_modules/@itwin/build-tools/.nycrc"
@@ -71,6 +71,7 @@
71
71
  "docs": "betools docs --json=../../../generated-docs/domains/linear-referencing-backend/file.json --tsIndexFile=./linear-referencing-backend.ts --onlyJson",
72
72
  "extract-api": "betools extract-api --entry=linear-referencing-backend",
73
73
  "lint": "eslint \"./src/**/*.ts\" 1>&2",
74
+ "lint-deprecation": "eslint --fix -f visualstudio --no-inline-config -c ../../../common/config/eslint/eslint.config.deprecation-policy.js \"./src/**/*.ts\"",
74
75
  "test": "mocha"
75
76
  }
76
77
  }