@itwin/core-backend 4.4.0-dev.1 → 4.4.0-dev.2

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 +16 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Thu, 30 Nov 2023 17:07:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 07 Dec 2023 18:52:09 GMT and should not be manually modified.
4
+
5
+ ## 4.3.0
6
+ Thu, 07 Dec 2023 17:43:09 GMT
7
+
8
+ ### Updates
9
+
10
+ - Inserting, updating and deleting of an element aspect requires exclusive lock on the element that owns it
11
+ - Add changeset reader api
12
+ - Save changes before closing IModels opened in ReadWrite mode
13
+ - vDirection is deprecated
14
+ - Add `ECDb.getSchemaProps`
15
+ - Add support for Node 20.
16
+ - Change reserved SQLite keywords from tests.
17
+ - modified getAspects to handle dot separator in full class name
18
+ - lint fix
4
19
 
5
20
  ## 4.2.4
6
21
  Mon, 20 Nov 2023 16:14:45 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.4.0-dev.1",
3
+ "version": "4.4.0-dev.2",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "typings": "lib/cjs/core-backend",
@@ -25,9 +25,9 @@
25
25
  "url": "http://www.bentley.com"
26
26
  },
27
27
  "peerDependencies": {
28
- "@itwin/core-bentley": "^4.4.0-dev.1",
29
- "@itwin/core-common": "^4.4.0-dev.1",
30
- "@itwin/core-geometry": "^4.4.0-dev.1",
28
+ "@itwin/core-bentley": "^4.4.0-dev.2",
29
+ "@itwin/core-common": "^4.4.0-dev.2",
30
+ "@itwin/core-geometry": "^4.4.0-dev.2",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -69,12 +69,12 @@
69
69
  "ts-node": "^10.8.2",
70
70
  "typescript": "~5.0.2",
71
71
  "webpack": "^5.76.0",
72
- "@itwin/build-tools": "4.4.0-dev.1",
73
- "@itwin/core-bentley": "4.4.0-dev.1",
74
- "@itwin/core-common": "4.4.0-dev.1",
75
- "@itwin/core-geometry": "4.4.0-dev.1",
76
- "@itwin/core-webpack-tools": "4.4.0-dev.1",
77
- "@itwin/ecsql-common": "4.4.0-dev.1",
72
+ "@itwin/build-tools": "4.4.0-dev.2",
73
+ "@itwin/core-bentley": "4.4.0-dev.2",
74
+ "@itwin/core-geometry": "4.4.0-dev.2",
75
+ "@itwin/core-common": "4.4.0-dev.2",
76
+ "@itwin/core-webpack-tools": "4.4.0-dev.2",
77
+ "@itwin/ecsql-common": "4.4.0-dev.2",
78
78
  "internal-tools": "3.0.0-dev.69"
79
79
  },
80
80
  "dependencies": {
@@ -91,7 +91,7 @@
91
91
  "semver": "^7.3.5",
92
92
  "touch": "^3.1.0",
93
93
  "ws": "^7.5.3",
94
- "@itwin/core-telemetry": "4.4.0-dev.1"
94
+ "@itwin/core-telemetry": "4.4.0-dev.2"
95
95
  },
96
96
  "nyc": {
97
97
  "extends": "./node_modules/@itwin/build-tools/.nycrc"