@itwin/core-backend 4.0.0-dev.99 → 4.1.0-dev.0
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/lib/cjs/BlobContainerService.d.ts +4 -4
- package/lib/cjs/BlobContainerService.d.ts.map +1 -1
- package/lib/cjs/BlobContainerService.js.map +1 -1
- package/lib/cjs/ChangeSummaryManager.d.ts +1 -28
- package/lib/cjs/ChangeSummaryManager.d.ts.map +1 -1
- package/lib/cjs/ChangeSummaryManager.js +0 -99
- package/lib/cjs/ChangeSummaryManager.js.map +1 -1
- package/lib/cjs/CheckpointManager.js +2 -2
- package/lib/cjs/CheckpointManager.js.map +1 -1
- package/lib/cjs/CloudSqlite.d.ts +17 -20
- package/lib/cjs/CloudSqlite.d.ts.map +1 -1
- package/lib/cjs/CloudSqlite.js +1 -0
- package/lib/cjs/CloudSqlite.js.map +1 -1
- package/lib/cjs/GeoCoordConfig.d.ts.map +1 -1
- package/lib/cjs/GeoCoordConfig.js +4 -6
- package/lib/cjs/GeoCoordConfig.js.map +1 -1
- package/lib/cjs/assets/Settings/Schemas/Cloud.Schema.json +6 -29
- package/lib/cjs/assets/Settings/backend.setting.json5 +2 -8
- package/lib/cjs/workspace/Workspace.d.ts +8 -27
- package/lib/cjs/workspace/Workspace.d.ts.map +1 -1
- package/lib/cjs/workspace/Workspace.js +10 -25
- package/lib/cjs/workspace/Workspace.js.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0-dev.0",
|
|
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.
|
|
29
|
-
"@itwin/core-common": "^4.
|
|
30
|
-
"@itwin/core-geometry": "^4.
|
|
28
|
+
"@itwin/core-bentley": "^4.1.0-dev.0",
|
|
29
|
+
"@itwin/core-common": "^4.1.0-dev.0",
|
|
30
|
+
"@itwin/core-geometry": "^4.1.0-dev.0",
|
|
31
31
|
"@opentelemetry/api": "^1.0.4"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"source-map-loader": "^4.0.0",
|
|
67
67
|
"typescript": "~5.0.2",
|
|
68
68
|
"webpack": "^5.76.0",
|
|
69
|
-
"@itwin/build-tools": "4.
|
|
70
|
-
"@itwin/core-
|
|
71
|
-
"@itwin/core-
|
|
72
|
-
"@itwin/core-
|
|
73
|
-
"@itwin/core-
|
|
69
|
+
"@itwin/build-tools": "4.1.0-dev.0",
|
|
70
|
+
"@itwin/core-common": "4.1.0-dev.0",
|
|
71
|
+
"@itwin/core-bentley": "4.1.0-dev.0",
|
|
72
|
+
"@itwin/core-webpack-tools": "4.1.0-dev.0",
|
|
73
|
+
"@itwin/core-geometry": "4.1.0-dev.0",
|
|
74
74
|
"internal-tools": "3.0.0-dev.69"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@bentley/imodeljs-native": "4.0.
|
|
77
|
+
"@bentley/imodeljs-native": "4.0.8",
|
|
78
78
|
"@itwin/cloud-agnostic-core": "^1.5.0",
|
|
79
79
|
"@itwin/object-storage-azure": "^1.5.0",
|
|
80
80
|
"@itwin/object-storage-core": "^1.5.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"multiparty": "^4.2.1",
|
|
86
86
|
"semver": "^7.3.5",
|
|
87
87
|
"ws": "^7.5.3",
|
|
88
|
-
"@itwin/core-telemetry": "4.
|
|
88
|
+
"@itwin/core-telemetry": "4.1.0-dev.0"
|
|
89
89
|
},
|
|
90
90
|
"nyc": {
|
|
91
91
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|