@itwin/ecschema-rpcinterface-impl 3.4.0-dev.8 → 3.4.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/CHANGELOG.md CHANGED
@@ -1,6 +1,46 @@
1
1
  # Change Log - @itwin/ecschema-rpcinterface-impl
2
2
 
3
- This log was last generated on Tue, 09 Aug 2022 15:52:41 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
4
+
5
+ ## 3.4.0
6
+ Thu, 13 Oct 2022 20:24:47 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.3.5
11
+ Tue, 27 Sep 2022 11:50:59 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.3.4
16
+ Thu, 08 Sep 2022 19:00:05 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.3.3
21
+ Tue, 06 Sep 2022 20:54:19 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.3.2
26
+ Thu, 01 Sep 2022 14:37:22 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.3.1
31
+ Fri, 26 Aug 2022 15:40:02 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 3.3.0
36
+ Thu, 18 Aug 2022 19:08:02 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 3.2.9
41
+ Fri, 26 Aug 2022 14:21:40 GMT
42
+
43
+ _Version update only_
4
44
 
5
45
  ## 3.2.8
6
46
  Tue, 09 Aug 2022 15:52:41 GMT
@@ -1 +1 @@
1
- {"version":3,"file":"ECSchemaRpcImpl.d.ts","sourceRoot":"","sources":["../../src/ECSchemaRpcImpl.ts"],"names":[],"mappings":"AACA,OAAO,EAA+B,cAAc,EAAgC,YAAY,EAAc,MAAM,oBAAoB,CAAC;AACzI,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAKvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAY3E;;;GAGG;AACH,qBAAa,eAAgB,SAAQ,YAAa,YAAW,oBAAoB;IAC/E;;OAEG;WACW,QAAQ;IAItB;;;;;OAKG;YACW,iBAAiB;IAM/B;;;;;OAKG;IACU,aAAa,CAAC,UAAU,EAAE,cAAc,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IAmBjF;;;;;;OAMG;IACU,aAAa,CAAC,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;CAmBjG"}
1
+ {"version":3,"file":"ECSchemaRpcImpl.d.ts","sourceRoot":"","sources":["../../src/ECSchemaRpcImpl.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAkB,YAAY,EAAc,MAAM,oBAAoB,CAAC;AAC9F,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAY3E;;;GAGG;AACH,qBAAa,eAAgB,SAAQ,YAAa,YAAW,oBAAoB;IAC/E;;OAEG;WACW,QAAQ;IAItB;;;;;OAKG;YACW,iBAAiB;IAM/B;;;;;OAKG;IACU,aAAa,CAAC,UAAU,EAAE,cAAc,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IAmBjF;;;;;;OAMG;IACU,aAAa,CAAC,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;CAQjG"}
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ECSchemaRpcImpl = void 0;
4
- const backend = require("@itwin/core-backend");
5
- const core_common_1 = require("@itwin/core-common");
6
2
  /*---------------------------------------------------------------------------------------------
7
3
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
8
4
  * See LICENSE.md in the project root for license terms and full copyright notice.
9
5
  *--------------------------------------------------------------------------------------------*/
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.ECSchemaRpcImpl = void 0;
8
+ const backend = require("@itwin/core-backend");
9
+ const core_common_1 = require("@itwin/core-common");
10
10
  const ecschema_rpcinterface_common_1 = require("@itwin/ecschema-rpcinterface-common");
11
11
  /**
12
12
  * Implementation of the SchemaRpcInterface.
@@ -64,15 +64,7 @@ class ECSchemaRpcImpl extends core_common_1.RpcInterface {
64
64
  throw new Error(`Schema name must not be undefined or empty.`);
65
65
  }
66
66
  const iModelDb = await this.getIModelDatabase(tokenProps);
67
- const schemaResult = iModelDb.nativeDb.getSchema(schemaName);
68
- if (schemaResult.error !== undefined) {
69
- const defaultMessage = schemaResult.error.status === core_common_1.IModelStatus.NotFound ? `${schemaName} schema Not Found` : schemaResult.error.message;
70
- throw new core_common_1.BentleyError(schemaResult.error.status, defaultMessage);
71
- }
72
- if (schemaResult.result === undefined) {
73
- throw new core_common_1.BentleyError(core_common_1.BentleyStatus.ERROR, `${schemaName} schema could not be retrieved.`);
74
- }
75
- return JSON.parse(schemaResult.result);
67
+ return iModelDb.nativeDb.getSchemaProps(schemaName);
76
68
  }
77
69
  }
78
70
  exports.ECSchemaRpcImpl = ECSchemaRpcImpl;
@@ -1 +1 @@
1
- {"version":3,"file":"ECSchemaRpcImpl.js","sourceRoot":"","sources":["../../src/ECSchemaRpcImpl.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,oDAAyI;AAEzI;;;+FAG+F;AAC/F,sFAA2E;AAY3E;;;GAGG;AACH,MAAa,eAAgB,SAAQ,0BAAY;IAC/C;;OAEG;IACI,MAAM,CAAC,QAAQ;QACpB,wBAAU,CAAC,YAAY,CAAC,mDAAoB,EAAE,eAAe,CAAC,CAAC;IACjE,CAAC;IAED;;;;;OAKG;IACK,KAAK,CAAC,iBAAiB,CAAC,UAA0B;QACxD,OAAO,IAAI,OAAO,CAAmB,CAAC,OAAO,EAAE,EAAE;YAC/C,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;QACtD,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,KAAK,CAAC,aAAa,CAAC,UAA0B;QAEnD,MAAM,cAAc,GAAqB,EAAE,CAAC;QAC5C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;QAE1D,+FAA+F;QAC/F,uCAAuC;QACvC,MAAM,eAAe,GAAG,0HAA0H,CAAC;QACnJ,IAAI,KAAK,EAAE,MAAM,GAAG,IAAI,QAAQ,CAAC,KAAK,CAAC,eAAe,EAAE,SAAS,EAAE,EAAC,SAAS,EAAE,4BAAc,CAAC,kBAAkB,EAAC,CAAC,EAAE;YAClH,MAAM,mBAAmB,GAAG,GAAoB,CAAC;YACjD,MAAM,cAAc,GAAG,mBAAmB,CAAC,UAAU,CAAC;YACtD,MAAM,IAAI,GAAG,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC;YAC9C,MAAM,KAAK,GAAG,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;YAChD,MAAM,KAAK,GAAG,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;YAChD,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;SACnE;QACD,OAAO,cAAc,CAAC;IACxB,CAAC;IAED;;;;;;OAMG;IACI,KAAK,CAAC,aAAa,CAAC,UAA0B,EAAE,UAAkB;QACvE,IAAI,UAAU,KAAK,SAAS,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE;YACrD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;SAChE;QAED,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;QAC1D,MAAM,YAAY,GAAG,QAAQ,CAAC,QAAQ,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;QAE7D,IAAI,YAAY,CAAC,KAAK,KAAK,SAAS,EAAE;YACpC,MAAM,cAAc,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,KAAK,0BAAY,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,UAAU,mBAAmB,CAAC,CAAC,CAAC,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC;YAC3I,MAAM,IAAI,0BAAY,CAAC,YAAY,CAAC,KAAK,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;SACnE;QAED,IAAI,YAAY,CAAC,MAAM,KAAK,SAAS,EAAE;YACrC,MAAM,IAAI,0BAAY,CAAC,2BAAa,CAAC,KAAK,EAAE,GAAG,UAAU,iCAAiC,CAAC,CAAC;SAC7F;QAED,OAAO,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC;IACzC,CAAC;CACF;AAvED,0CAuEC","sourcesContent":["import * as backend from \"@itwin/core-backend\";\r\nimport { BentleyError, BentleyStatus, IModelRpcProps, IModelStatus, QueryRowFormat, RpcInterface, RpcManager } from \"@itwin/core-common\";\r\nimport { SchemaKeyProps, SchemaProps } from \"@itwin/ecschema-metadata\";\r\n/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\nimport { ECSchemaRpcInterface } from \"@itwin/ecschema-rpcinterface-common\";\r\n\r\n/**\r\n * Defines the interface how the rows of the iModel query look like.\r\n */\r\ninterface SchemaNameRow {\r\n schemaName: string;\r\n read: string;\r\n write: string;\r\n minor: string;\r\n}\r\n\r\n/**\r\n * Implementation of the SchemaRpcInterface.\r\n * @internal\r\n */\r\nexport class ECSchemaRpcImpl extends RpcInterface implements ECSchemaRpcInterface {\r\n /**\r\n * Registers the RPC interface with its corresponding implementation class.\r\n */\r\n public static register() {\r\n RpcManager.registerImpl(ECSchemaRpcInterface, ECSchemaRpcImpl);\r\n }\r\n\r\n /**\r\n * Gets an iModelDb instance. It is important that the database has been opened before\r\n * otherwise it can't be found.\r\n * @param tokenProps The iModelToken props that hold the information which iModel is used.\r\n * @returns Instance of IModelDb.\r\n */\r\n private async getIModelDatabase(tokenProps: IModelRpcProps): Promise<backend.IModelDb> {\r\n return new Promise<backend.IModelDb>((resolve) => {\r\n resolve(backend.IModelDb.findByKey(tokenProps.key));\r\n });\r\n }\r\n\r\n /**\r\n * Returns an array of SchemaKeyProps that exists in the current iModel context. The client can call\r\n * SchemaKey.fromJson() to parse the props to a SchemaKey.\r\n * @param tokenProps The iModelToken props that hold the information which iModel is used.\r\n * @returns An array of SchemaKeyProps.\r\n */\r\n public async getSchemaKeys(tokenProps: IModelRpcProps): Promise<SchemaKeyProps[]> {\r\n\r\n const schemaKeyProps: SchemaKeyProps[] = [];\r\n const iModelDb = await this.getIModelDatabase(tokenProps);\r\n\r\n // Iterate over the rows returned from AsyncIterableIterator. The custom Query overload returns\r\n // a typed row instance instead of any.\r\n const schemaNameQuery = `SELECT Name as schemaName, VersionMajor as read, VersionWrite as write, VersionMinor as minor FROM main.meta.ECSchemaDef`;\r\n for await (const row of iModelDb.query(schemaNameQuery, undefined, {rowFormat: QueryRowFormat.UseJsPropertyNames})) {\r\n const schemaDefinitionRow = row as SchemaNameRow;\r\n const schemaFullName = schemaDefinitionRow.schemaName;\r\n const read = Number(schemaDefinitionRow.read);\r\n const write = Number(schemaDefinitionRow.write);\r\n const minor = Number(schemaDefinitionRow.minor);\r\n schemaKeyProps.push({ name: schemaFullName, read, write, minor });\r\n }\r\n return schemaKeyProps;\r\n }\r\n\r\n /**\r\n * Gets the schema JSON for the current iModel context and returns the schema as a SchemaProps which\r\n * the client can call Schema.fromJson() to return a Schema.\r\n * @param tokenProps The iModelToken props that hold the information which iModel is used.\r\n * @param schemaName The name of the schema that shall be returned.\r\n * @returns The SchemaProps.\r\n */\r\n public async getSchemaJSON(tokenProps: IModelRpcProps, schemaName: string): Promise<SchemaProps> {\r\n if (schemaName === undefined || schemaName.length < 1) {\r\n throw new Error(`Schema name must not be undefined or empty.`);\r\n }\r\n\r\n const iModelDb = await this.getIModelDatabase(tokenProps);\r\n const schemaResult = iModelDb.nativeDb.getSchema(schemaName);\r\n\r\n if (schemaResult.error !== undefined) {\r\n const defaultMessage = schemaResult.error.status === IModelStatus.NotFound ? `${schemaName} schema Not Found` : schemaResult.error.message;\r\n throw new BentleyError(schemaResult.error.status, defaultMessage);\r\n }\r\n\r\n if (schemaResult.result === undefined) {\r\n throw new BentleyError(BentleyStatus.ERROR, `${schemaName} schema could not be retrieved.`);\r\n }\r\n\r\n return JSON.parse(schemaResult.result);\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"ECSchemaRpcImpl.js","sourceRoot":"","sources":["../../src/ECSchemaRpcImpl.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;AAE/F,+CAA+C;AAC/C,oDAA8F;AAE9F,sFAA2E;AAY3E;;;GAGG;AACH,MAAa,eAAgB,SAAQ,0BAAY;IAC/C;;OAEG;IACI,MAAM,CAAC,QAAQ;QACpB,wBAAU,CAAC,YAAY,CAAC,mDAAoB,EAAE,eAAe,CAAC,CAAC;IACjE,CAAC;IAED;;;;;OAKG;IACK,KAAK,CAAC,iBAAiB,CAAC,UAA0B;QACxD,OAAO,IAAI,OAAO,CAAmB,CAAC,OAAO,EAAE,EAAE;YAC/C,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;QACtD,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACI,KAAK,CAAC,aAAa,CAAC,UAA0B;QAEnD,MAAM,cAAc,GAAqB,EAAE,CAAC;QAC5C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;QAE1D,+FAA+F;QAC/F,uCAAuC;QACvC,MAAM,eAAe,GAAG,0HAA0H,CAAC;QACnJ,IAAI,KAAK,EAAE,MAAM,GAAG,IAAI,QAAQ,CAAC,KAAK,CAAC,eAAe,EAAE,SAAS,EAAE,EAAE,SAAS,EAAE,4BAAc,CAAC,kBAAkB,EAAE,CAAC,EAAE;YACpH,MAAM,mBAAmB,GAAG,GAAoB,CAAC;YACjD,MAAM,cAAc,GAAG,mBAAmB,CAAC,UAAU,CAAC;YACtD,MAAM,IAAI,GAAG,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC;YAC9C,MAAM,KAAK,GAAG,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;YAChD,MAAM,KAAK,GAAG,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;YAChD,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;SACnE;QACD,OAAO,cAAc,CAAC;IACxB,CAAC;IAED;;;;;;OAMG;IACI,KAAK,CAAC,aAAa,CAAC,UAA0B,EAAE,UAAkB;QACvE,IAAI,UAAU,KAAK,SAAS,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE;YACrD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;SAChE;QAED,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;QAC1D,OAAO,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;IACtD,CAAC;CACF;AA5DD,0CA4DC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n\r\nimport * as backend from \"@itwin/core-backend\";\r\nimport { IModelRpcProps, QueryRowFormat, RpcInterface, RpcManager } from \"@itwin/core-common\";\r\nimport { SchemaKeyProps, SchemaProps } from \"@itwin/ecschema-metadata\";\r\nimport { ECSchemaRpcInterface } from \"@itwin/ecschema-rpcinterface-common\";\r\n\r\n/**\r\n * Defines the interface how the rows of the iModel query look like.\r\n */\r\ninterface SchemaNameRow {\r\n schemaName: string;\r\n read: string;\r\n write: string;\r\n minor: string;\r\n}\r\n\r\n/**\r\n * Implementation of the SchemaRpcInterface.\r\n * @internal\r\n */\r\nexport class ECSchemaRpcImpl extends RpcInterface implements ECSchemaRpcInterface {\r\n /**\r\n * Registers the RPC interface with its corresponding implementation class.\r\n */\r\n public static register() {\r\n RpcManager.registerImpl(ECSchemaRpcInterface, ECSchemaRpcImpl);\r\n }\r\n\r\n /**\r\n * Gets an iModelDb instance. It is important that the database has been opened before\r\n * otherwise it can't be found.\r\n * @param tokenProps The iModelToken props that hold the information which iModel is used.\r\n * @returns Instance of IModelDb.\r\n */\r\n private async getIModelDatabase(tokenProps: IModelRpcProps): Promise<backend.IModelDb> {\r\n return new Promise<backend.IModelDb>((resolve) => {\r\n resolve(backend.IModelDb.findByKey(tokenProps.key));\r\n });\r\n }\r\n\r\n /**\r\n * Returns an array of SchemaKeyProps that exists in the current iModel context. The client can call\r\n * SchemaKey.fromJson() to parse the props to a SchemaKey.\r\n * @param tokenProps The iModelToken props that hold the information which iModel is used.\r\n * @returns An array of SchemaKeyProps.\r\n */\r\n public async getSchemaKeys(tokenProps: IModelRpcProps): Promise<SchemaKeyProps[]> {\r\n\r\n const schemaKeyProps: SchemaKeyProps[] = [];\r\n const iModelDb = await this.getIModelDatabase(tokenProps);\r\n\r\n // Iterate over the rows returned from AsyncIterableIterator. The custom Query overload returns\r\n // a typed row instance instead of any.\r\n const schemaNameQuery = `SELECT Name as schemaName, VersionMajor as read, VersionWrite as write, VersionMinor as minor FROM main.meta.ECSchemaDef`;\r\n for await (const row of iModelDb.query(schemaNameQuery, undefined, { rowFormat: QueryRowFormat.UseJsPropertyNames })) {\r\n const schemaDefinitionRow = row as SchemaNameRow;\r\n const schemaFullName = schemaDefinitionRow.schemaName;\r\n const read = Number(schemaDefinitionRow.read);\r\n const write = Number(schemaDefinitionRow.write);\r\n const minor = Number(schemaDefinitionRow.minor);\r\n schemaKeyProps.push({ name: schemaFullName, read, write, minor });\r\n }\r\n return schemaKeyProps;\r\n }\r\n\r\n /**\r\n * Gets the schema JSON for the current iModel context and returns the schema as a SchemaProps which\r\n * the client can call Schema.fromJson() to return a Schema.\r\n * @param tokenProps The iModelToken props that hold the information which iModel is used.\r\n * @param schemaName The name of the schema that shall be returned.\r\n * @returns The SchemaProps.\r\n */\r\n public async getSchemaJSON(tokenProps: IModelRpcProps, schemaName: string): Promise<SchemaProps> {\r\n if (schemaName === undefined || schemaName.length < 1) {\r\n throw new Error(`Schema name must not be undefined or empty.`);\r\n }\r\n\r\n const iModelDb = await this.getIModelDatabase(tokenProps);\r\n return iModelDb.nativeDb.getSchemaProps(schemaName);\r\n }\r\n}\r\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-rpcinterface-impl",
3
- "version": "3.4.0-dev.8",
3
+ "version": "3.4.0",
4
4
  "description": "Schema RPC Interface backend implementation",
5
5
  "main": "lib/cjs/ecschema-rpc-impl.js",
6
6
  "typings": "lib/cjs/ecschema-rpc-impl",
@@ -20,22 +20,22 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/core-backend": "3.4.0-dev.8",
24
- "@itwin/core-bentley": "3.4.0-dev.8",
25
- "@itwin/core-common": "3.4.0-dev.8",
26
- "@itwin/core-geometry": "3.4.0-dev.8",
27
- "@itwin/ecschema-metadata": "3.4.0-dev.8",
28
- "@itwin/ecschema-rpcinterface-common": "3.4.0-dev.8"
23
+ "@itwin/core-backend": "3.4.0",
24
+ "@itwin/core-bentley": "3.4.0",
25
+ "@itwin/core-common": "3.4.0",
26
+ "@itwin/core-geometry": "3.4.0",
27
+ "@itwin/ecschema-metadata": "3.4.0",
28
+ "@itwin/ecschema-rpcinterface-common": "3.4.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@itwin/build-tools": "3.4.0-dev.8",
32
- "@itwin/core-backend": "3.4.0-dev.8",
33
- "@itwin/core-bentley": "3.4.0-dev.8",
34
- "@itwin/core-common": "3.4.0-dev.8",
35
- "@itwin/core-geometry": "3.4.0-dev.8",
36
- "@itwin/ecschema-metadata": "3.4.0-dev.8",
37
- "@itwin/ecschema-rpcinterface-common": "3.4.0-dev.8",
38
- "@itwin/eslint-plugin": "3.4.0-dev.8",
31
+ "@itwin/build-tools": "3.4.0",
32
+ "@itwin/core-backend": "3.4.0",
33
+ "@itwin/core-bentley": "3.4.0",
34
+ "@itwin/core-common": "3.4.0",
35
+ "@itwin/core-geometry": "3.4.0",
36
+ "@itwin/ecschema-metadata": "3.4.0",
37
+ "@itwin/ecschema-rpcinterface-common": "3.4.0",
38
+ "@itwin/eslint-plugin": "3.4.0",
39
39
  "eslint": "^7.11.0",
40
40
  "rimraf": "^3.0.2",
41
41
  "typescript": "~4.4.0"