@itwin/ecschema-rpcinterface-common 5.3.0-dev.7 → 5.3.0-dev.8
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 +8 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-rpcinterface-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 02 Oct 2025 14:56:13 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.2.0
|
|
6
|
+
Wed, 01 Oct 2025 20:22:54 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Moved exception handling of 'schema not found' to backend implementation to avoid RPC error logging.
|
|
4
11
|
|
|
5
12
|
## 5.1.9
|
|
6
13
|
Wed, 24 Sep 2025 17:38:08 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-rpcinterface-common",
|
|
3
|
-
"version": "5.3.0-dev.
|
|
3
|
+
"version": "5.3.0-dev.8",
|
|
4
4
|
"description": "Schema RPC Interface common interface",
|
|
5
5
|
"main": "lib/cjs/ecschema-rpc-interface.js",
|
|
6
6
|
"module": "lib/esm/ecschema-rpc-interface.js",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-bentley": "5.3.0-dev.
|
|
26
|
-
"@itwin/core-common": "5.3.0-dev.
|
|
27
|
-
"@itwin/
|
|
28
|
-
"@itwin/
|
|
25
|
+
"@itwin/core-bentley": "5.3.0-dev.8",
|
|
26
|
+
"@itwin/core-common": "5.3.0-dev.8",
|
|
27
|
+
"@itwin/ecschema-metadata": "5.3.0-dev.8",
|
|
28
|
+
"@itwin/core-geometry": "5.3.0-dev.8"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@itwin/eslint-plugin": "5.2.2-dev.2",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"sinon": "^17.0.2",
|
|
39
39
|
"rimraf": "^6.0.1",
|
|
40
40
|
"typescript": "~5.6.2",
|
|
41
|
-
"@itwin/build-tools": "5.3.0-dev.
|
|
42
|
-
"@itwin/core-
|
|
43
|
-
"@itwin/
|
|
44
|
-
"@itwin/core-
|
|
45
|
-
"@itwin/
|
|
41
|
+
"@itwin/build-tools": "5.3.0-dev.8",
|
|
42
|
+
"@itwin/core-bentley": "5.3.0-dev.8",
|
|
43
|
+
"@itwin/core-geometry": "5.3.0-dev.8",
|
|
44
|
+
"@itwin/core-common": "5.3.0-dev.8",
|
|
45
|
+
"@itwin/ecschema-metadata": "5.3.0-dev.8"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|