@itwin/core-backend 5.2.0 → 5.3.0-dev.10
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 +1 -1
- package/lib/cjs/CloudSqlite.d.ts +10 -9
- package/lib/cjs/CloudSqlite.d.ts.map +1 -1
- package/lib/cjs/CloudSqlite.js.map +1 -1
- package/lib/cjs/GeographicCRSServices.d.ts.map +1 -1
- package/lib/cjs/GeographicCRSServices.js +2 -0
- package/lib/cjs/GeographicCRSServices.js.map +1 -1
- package/lib/cjs/IModelHost.d.ts +1 -2
- package/lib/cjs/IModelHost.d.ts.map +1 -1
- package/lib/cjs/IModelHost.js +9 -17
- package/lib/cjs/IModelHost.js.map +1 -1
- package/lib/cjs/TileStorage.d.ts +1 -1
- package/lib/cjs/TileStorage.d.ts.map +1 -1
- package/lib/cjs/TileStorage.js.map +1 -1
- package/lib/cjs/annotations/ElementDrivesTextAnnotation.d.ts +7 -1
- package/lib/cjs/annotations/ElementDrivesTextAnnotation.d.ts.map +1 -1
- package/lib/cjs/annotations/ElementDrivesTextAnnotation.js +25 -0
- package/lib/cjs/annotations/ElementDrivesTextAnnotation.js.map +1 -1
- package/lib/cjs/annotations/TextAnnotationElement.d.ts +20 -1
- package/lib/cjs/annotations/TextAnnotationElement.d.ts.map +1 -1
- package/lib/cjs/annotations/TextAnnotationElement.js +84 -2
- package/lib/cjs/annotations/TextAnnotationElement.js.map +1 -1
- package/lib/cjs/internal/annotations/fields.d.ts.map +1 -1
- package/lib/cjs/internal/annotations/fields.js +1 -0
- package/lib/cjs/internal/annotations/fields.js.map +1 -1
- package/lib/esm/CloudSqlite.d.ts +10 -9
- package/lib/esm/CloudSqlite.d.ts.map +1 -1
- package/lib/esm/CloudSqlite.js.map +1 -1
- package/lib/esm/GeographicCRSServices.d.ts.map +1 -1
- package/lib/esm/GeographicCRSServices.js +2 -0
- package/lib/esm/GeographicCRSServices.js.map +1 -1
- package/lib/esm/IModelHost.d.ts +1 -2
- package/lib/esm/IModelHost.d.ts.map +1 -1
- package/lib/esm/IModelHost.js +10 -18
- package/lib/esm/IModelHost.js.map +1 -1
- package/lib/esm/TileStorage.d.ts +1 -1
- package/lib/esm/TileStorage.d.ts.map +1 -1
- package/lib/esm/TileStorage.js.map +1 -1
- package/lib/esm/annotations/ElementDrivesTextAnnotation.d.ts +7 -1
- package/lib/esm/annotations/ElementDrivesTextAnnotation.d.ts.map +1 -1
- package/lib/esm/annotations/ElementDrivesTextAnnotation.js +25 -0
- package/lib/esm/annotations/ElementDrivesTextAnnotation.js.map +1 -1
- package/lib/esm/annotations/TextAnnotationElement.d.ts +20 -1
- package/lib/esm/annotations/TextAnnotationElement.d.ts.map +1 -1
- package/lib/esm/annotations/TextAnnotationElement.js +86 -5
- package/lib/esm/annotations/TextAnnotationElement.js.map +1 -1
- package/lib/esm/internal/annotations/fields.d.ts.map +1 -1
- package/lib/esm/internal/annotations/fields.js +1 -0
- package/lib/esm/internal/annotations/fields.js.map +1 -1
- package/lib/esm/test/IModelHost.test.js +17 -11
- package/lib/esm/test/IModelHost.test.js.map +1 -1
- package/lib/esm/test/annotations/Fields.test.js +146 -51
- package/lib/esm/test/annotations/Fields.test.js.map +1 -1
- package/lib/esm/test/annotations/TextAnnotation.test.js +227 -2
- package/lib/esm/test/annotations/TextAnnotation.test.js.map +1 -1
- package/lib/esm/test/imodel/IModel.test.js +18 -0
- package/lib/esm/test/imodel/IModel.test.js.map +1 -1
- package/package.json +17 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0-dev.10",
|
|
4
4
|
"description": "iTwin.js backend components",
|
|
5
5
|
"main": "lib/cjs/core-backend.js",
|
|
6
6
|
"module": "lib/esm/core-backend.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@opentelemetry/api": "^1.0.4",
|
|
30
|
-
"@itwin/core-
|
|
31
|
-
"@itwin/core-
|
|
32
|
-
"@itwin/core-
|
|
33
|
-
"@itwin/ecschema-metadata": "5.
|
|
30
|
+
"@itwin/core-bentley": "5.3.0-dev.10",
|
|
31
|
+
"@itwin/core-common": "5.3.0-dev.10",
|
|
32
|
+
"@itwin/core-geometry": "5.3.0-dev.10",
|
|
33
|
+
"@itwin/ecschema-metadata": "5.3.0-dev.10"
|
|
34
34
|
},
|
|
35
35
|
"peerDependenciesMeta": {
|
|
36
36
|
"@opentelemetry/api": {
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@itwin/eslint-plugin": "5.2.2-dev.2",
|
|
46
|
+
"@itwin/object-storage-core": "^3.0.4",
|
|
46
47
|
"@opentelemetry/api": "1.0.4",
|
|
47
48
|
"@types/chai": "4.3.1",
|
|
48
49
|
"@types/chai-as-promised": "^7",
|
|
@@ -76,27 +77,24 @@
|
|
|
76
77
|
"marked": "^14.1.3",
|
|
77
78
|
"sql-formatter": "^15.4.6",
|
|
78
79
|
"webpack": "^5.97.1",
|
|
79
|
-
"@itwin/core-common": "5.
|
|
80
|
-
"@itwin/
|
|
81
|
-
"@itwin/
|
|
82
|
-
"@itwin/ecschema-locaters": "5.
|
|
83
|
-
"
|
|
84
|
-
"@itwin/
|
|
85
|
-
"@itwin/
|
|
86
|
-
"
|
|
80
|
+
"@itwin/core-common": "5.3.0-dev.10",
|
|
81
|
+
"@itwin/build-tools": "5.3.0-dev.10",
|
|
82
|
+
"@itwin/core-bentley": "5.3.0-dev.10",
|
|
83
|
+
"@itwin/ecschema-locaters": "5.3.0-dev.10",
|
|
84
|
+
"@itwin/ecschema-metadata": "5.3.0-dev.10",
|
|
85
|
+
"@itwin/ecsql-common": "5.3.0-dev.10",
|
|
86
|
+
"@itwin/core-geometry": "5.3.0-dev.10",
|
|
87
|
+
"internal-tools": "3.0.0-dev.69"
|
|
87
88
|
},
|
|
88
89
|
"dependencies": {
|
|
89
|
-
"@bentley/imodeljs-native": "5.
|
|
90
|
-
"@itwin/
|
|
91
|
-
"@
|
|
92
|
-
"@itwin/object-storage-core": "^2.3.0",
|
|
90
|
+
"@bentley/imodeljs-native": "5.3.8",
|
|
91
|
+
"@itwin/object-storage-azure": "^3.0.4",
|
|
92
|
+
"@azure/storage-blob": "^12.28.0",
|
|
93
93
|
"form-data": "^4.0.4",
|
|
94
94
|
"fs-extra": "^8.1.0",
|
|
95
|
-
"inversify": "~6.0.1",
|
|
96
95
|
"json5": "^2.2.3",
|
|
97
96
|
"linebreak": "^1.1.0",
|
|
98
97
|
"multiparty": "^4.2.1",
|
|
99
|
-
"reflect-metadata": "^0.1.13",
|
|
100
98
|
"semver": "^7.5.2",
|
|
101
99
|
"touch": "^3.1.0",
|
|
102
100
|
"ws": "^7.5.10"
|