@itwin/ecschema-rpcinterface-impl 4.0.0-dev.90 → 4.0.0-dev.92

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.
Files changed (1) hide show
  1. package/package.json +16 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-rpcinterface-impl",
3
- "version": "4.0.0-dev.90",
3
+ "version": "4.0.0-dev.92",
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",
@@ -21,25 +21,25 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-backend": "4.0.0-dev.90",
25
- "@itwin/core-bentley": "4.0.0-dev.90",
26
- "@itwin/core-common": "4.0.0-dev.90",
27
- "@itwin/core-geometry": "4.0.0-dev.90",
28
- "@itwin/ecschema-metadata": "4.0.0-dev.90",
29
- "@itwin/ecschema-rpcinterface-common": "4.0.0-dev.90"
24
+ "@itwin/core-backend": "4.0.0-dev.92",
25
+ "@itwin/core-bentley": "4.0.0-dev.92",
26
+ "@itwin/core-common": "4.0.0-dev.92",
27
+ "@itwin/core-geometry": "4.0.0-dev.92",
28
+ "@itwin/ecschema-rpcinterface-common": "4.0.0-dev.92",
29
+ "@itwin/ecschema-metadata": "4.0.0-dev.92"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "4.0.0-dev.90",
33
- "@itwin/core-backend": "4.0.0-dev.90",
34
- "@itwin/core-bentley": "4.0.0-dev.90",
35
- "@itwin/core-common": "4.0.0-dev.90",
36
- "@itwin/core-geometry": "4.0.0-dev.90",
37
- "@itwin/ecschema-metadata": "4.0.0-dev.90",
38
- "@itwin/ecschema-rpcinterface-common": "4.0.0-dev.90",
39
32
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
40
33
  "eslint": "^8.36.0",
41
34
  "rimraf": "^3.0.2",
42
- "typescript": "~5.0.2"
35
+ "typescript": "~5.0.2",
36
+ "@itwin/build-tools": "4.0.0-dev.92",
37
+ "@itwin/core-backend": "4.0.0-dev.92",
38
+ "@itwin/core-bentley": "4.0.0-dev.92",
39
+ "@itwin/core-common": "4.0.0-dev.92",
40
+ "@itwin/core-geometry": "4.0.0-dev.92",
41
+ "@itwin/ecschema-metadata": "4.0.0-dev.92",
42
+ "@itwin/ecschema-rpcinterface-common": "4.0.0-dev.92"
43
43
  },
44
44
  "eslintConfig": {
45
45
  "plugins": [
@@ -56,6 +56,5 @@
56
56
  "extract-api": "betools extract-api --entry=ecschema-rpc-impl",
57
57
  "lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
58
58
  "test": ""
59
- },
60
- "readme": "# iTwin.js Schema RPC Interface Implementation\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved.\r\n\r\nThis package contains the Schema RPC Interface Implementation which can be added to a backend.\r\n\r\n## Testing\r\n\r\nThe tests for this RPC Interface are available in the [@itwin/ecschema-rpcinterface-tests](https://www.npmjs.com/package/@itwin/ecschema-rpcinterface-tests) package, please visit the README in that package for more information.\r\n"
59
+ }
61
60
  }