@itwin/core-backend 5.0.0-dev.12 → 5.0.0-dev.14
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.
- package/CHANGELOG.md +9 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 22 Nov 2024 17:59:04 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.10.2
|
|
6
|
+
Thu, 21 Nov 2024 15:22:20 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Add test for BE_SQLITE_CONSTRAINT_UNIQUE
|
|
11
|
+
- Fix CloudSqlite.DbAccess.createBlobContainer always overwriting containerType with "property-store".
|
|
4
12
|
|
|
5
13
|
## 4.10.1
|
|
6
14
|
Thu, 14 Nov 2024 18:11:00 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "5.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.14",
|
|
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": "^5.0.0-dev.
|
|
29
|
-
"@itwin/core-common": "^5.0.0-dev.
|
|
30
|
-
"@itwin/core-geometry": "^5.0.0-dev.
|
|
28
|
+
"@itwin/core-bentley": "^5.0.0-dev.14",
|
|
29
|
+
"@itwin/core-common": "^5.0.0-dev.14",
|
|
30
|
+
"@itwin/core-geometry": "^5.0.0-dev.14",
|
|
31
31
|
"@opentelemetry/api": "^1.0.4"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"source-map-loader": "^4.0.0",
|
|
69
69
|
"typescript": "~5.6.2",
|
|
70
70
|
"webpack": "^5.76.0",
|
|
71
|
-
"@itwin/
|
|
72
|
-
"@itwin/
|
|
73
|
-
"@itwin/core-common": "5.0.0-dev.
|
|
74
|
-
"@itwin/core-
|
|
75
|
-
"@itwin/core-webpack-tools": "5.0.0-dev.
|
|
76
|
-
"
|
|
77
|
-
"
|
|
71
|
+
"@itwin/build-tools": "5.0.0-dev.14",
|
|
72
|
+
"@itwin/core-geometry": "5.0.0-dev.14",
|
|
73
|
+
"@itwin/core-common": "5.0.0-dev.14",
|
|
74
|
+
"@itwin/core-bentley": "5.0.0-dev.14",
|
|
75
|
+
"@itwin/core-webpack-tools": "5.0.0-dev.14",
|
|
76
|
+
"internal-tools": "3.0.0-dev.69",
|
|
77
|
+
"@itwin/ecsql-common": "5.0.0-dev.14"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@bentley/imodeljs-native": "5.0.
|
|
80
|
+
"@bentley/imodeljs-native": "5.0.12",
|
|
81
81
|
"@itwin/cloud-agnostic-core": "^2.2.4",
|
|
82
82
|
"@itwin/object-storage-azure": "^2.2.5",
|
|
83
83
|
"@itwin/object-storage-core": "^2.2.5",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"semver": "^7.5.2",
|
|
92
92
|
"touch": "^3.1.0",
|
|
93
93
|
"ws": "^7.5.10",
|
|
94
|
-
"@itwin/core-telemetry": "5.0.0-dev.
|
|
94
|
+
"@itwin/core-telemetry": "5.0.0-dev.14"
|
|
95
95
|
},
|
|
96
96
|
"nyc": {
|
|
97
97
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|