@itwin/linear-referencing-backend 5.1.0-dev.5 → 5.1.0-dev.52

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