@itwin/editor-common 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 +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-common",
3
- "version": "4.0.0-dev.90",
3
+ "version": "4.0.0-dev.92",
4
4
  "description": "iTwin.js editing properties common to frontend and backend",
5
5
  "main": "lib/cjs/editor-common.js",
6
6
  "module": "lib/esm/editor-common.js",
@@ -23,16 +23,12 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/core-bentley": "^4.0.0-dev.90",
27
- "@itwin/core-geometry": "^4.0.0-dev.90",
28
- "@itwin/core-common": "^4.0.0-dev.90"
26
+ "@itwin/core-bentley": "^4.0.0-dev.92",
27
+ "@itwin/core-geometry": "^4.0.0-dev.92",
28
+ "@itwin/core-common": "^4.0.0-dev.92"
29
29
  },
30
30
  "devDependencies": {
31
- "@itwin/core-bentley": "4.0.0-dev.90",
32
- "@itwin/build-tools": "4.0.0-dev.90",
33
31
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
34
- "@itwin/core-geometry": "4.0.0-dev.90",
35
- "@itwin/core-common": "4.0.0-dev.90",
36
32
  "@types/chai": "4.3.1",
37
33
  "@types/mocha": "^8.2.2",
38
34
  "@types/node": "^18.11.5",
@@ -40,7 +36,11 @@
40
36
  "eslint": "^8.36.0",
41
37
  "mocha": "^10.0.0",
42
38
  "rimraf": "^3.0.2",
43
- "typescript": "~5.0.2"
39
+ "typescript": "~5.0.2",
40
+ "@itwin/core-bentley": "4.0.0-dev.92",
41
+ "@itwin/build-tools": "4.0.0-dev.92",
42
+ "@itwin/core-geometry": "4.0.0-dev.92",
43
+ "@itwin/core-common": "4.0.0-dev.92"
44
44
  },
45
45
  "eslintConfig": {
46
46
  "plugins": [
@@ -58,6 +58,5 @@
58
58
  "lint": "eslint -f visualstudio --max-warnings 0 ./src/**/*.ts 1>&2",
59
59
  "test": "",
60
60
  "cover": ""
61
- },
62
- "readme": "# @itwin/editor-common\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe __@itwin/editor-common__ package contains properties for commnunicating between the frontend and backend for editing iModels.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
61
+ }
63
62
  }