@itwin/linear-referencing-backend 5.1.0-dev.4 → 5.1.0-dev.41

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 +46 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  # Change Log - @itwin/linear-referencing-backend
2
2
 
3
- This log was last generated on Thu, 10 Apr 2025 17:50:15 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jun 2025 15:03:02 GMT and should not be manually modified.
4
+
5
+ ## 5.0.0
6
+ Fri, 13 Jun 2025 20:25:38 GMT
7
+
8
+ ### Updates
9
+
10
+ - Depreciate ECSqlStatement API
11
+ - Dropped support for Node 18
12
+ - Added ESM support
13
+ - Change core peer dependencies to strict version.
14
+
15
+ ## 4.11.6
16
+ Mon, 16 Jun 2025 15:00:15 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.11.5
21
+ Fri, 06 Jun 2025 13:41:18 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 4.11.4
26
+ Tue, 03 Jun 2025 16:15:19 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 4.11.3
31
+ Wed, 28 May 2025 13:56:23 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 4.11.2
36
+ Tue, 20 May 2025 20:14:46 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 4.11.1
41
+ Wed, 30 Apr 2025 13:13:21 GMT
42
+
43
+ _Version update only_
44
+
45
+ ## 4.11.0
46
+ Wed, 16 Apr 2025 15:50:28 GMT
47
+
48
+ _Version update only_
4
49
 
5
50
  ## 4.10.13
6
51
  Thu, 10 Apr 2025 17:47: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.4",
3
+ "version": "5.1.0-dev.41",
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,10 +30,10 @@
30
30
  "url": "http://www.bentley.com"
31
31
  },
32
32
  "peerDependencies": {
33
- "@itwin/core-backend": "5.1.0-dev.4",
34
- "@itwin/core-common": "5.1.0-dev.4",
35
- "@itwin/core-bentley": "5.1.0-dev.4",
36
- "@itwin/linear-referencing-common": "5.1.0-dev.4"
33
+ "@itwin/core-backend": "5.1.0-dev.41",
34
+ "@itwin/core-bentley": "5.1.0-dev.41",
35
+ "@itwin/linear-referencing-common": "5.1.0-dev.41",
36
+ "@itwin/core-common": "5.1.0-dev.41"
37
37
  },
38
38
  "//devDependencies": [
39
39
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -51,12 +51,12 @@
51
51
  "nyc": "^17.1.0",
52
52
  "rimraf": "^6.0.1",
53
53
  "typescript": "~5.6.2",
54
- "@itwin/core-backend": "5.1.0-dev.4",
55
- "@itwin/build-tools": "5.1.0-dev.4",
54
+ "@itwin/core-bentley": "5.1.0-dev.41",
55
+ "@itwin/core-backend": "5.1.0-dev.41",
56
+ "@itwin/build-tools": "5.1.0-dev.41",
56
57
  "internal-tools": "3.0.0-dev.69",
57
- "@itwin/core-bentley": "5.1.0-dev.4",
58
- "@itwin/linear-referencing-common": "5.1.0-dev.4",
59
- "@itwin/core-common": "5.1.0-dev.4"
58
+ "@itwin/core-common": "5.1.0-dev.41",
59
+ "@itwin/linear-referencing-common": "5.1.0-dev.41"
60
60
  },
61
61
  "nyc": {
62
62
  "extends": "./node_modules/@itwin/build-tools/.nycrc"