@itwin/editor-backend 4.0.0-dev.89 → 4.0.0-dev.91

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 +13 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-backend",
3
- "version": "4.0.0-dev.89",
3
+ "version": "4.0.0-dev.91",
4
4
  "description": "iTwin.js editor backend",
5
5
  "main": "lib/cjs/editor-backend.js",
6
6
  "typings": "lib/cjs/editor-backend",
@@ -25,28 +25,28 @@
25
25
  "url": "http://www.bentley.com"
26
26
  },
27
27
  "peerDependencies": {
28
- "@itwin/core-backend": "^4.0.0-dev.89",
29
- "@itwin/core-bentley": "^4.0.0-dev.89",
30
- "@itwin/core-common": "^4.0.0-dev.89",
31
- "@itwin/core-geometry": "^4.0.0-dev.89"
28
+ "@itwin/core-backend": "^4.0.0-dev.91",
29
+ "@itwin/core-bentley": "^4.0.0-dev.91",
30
+ "@itwin/core-common": "^4.0.0-dev.91",
31
+ "@itwin/core-geometry": "^4.0.0-dev.91"
32
32
  },
33
33
  "//devDependencies": [
34
34
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
35
35
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
36
36
  ],
37
37
  "devDependencies": {
38
- "@itwin/build-tools": "4.0.0-dev.89",
39
- "@itwin/core-backend": "4.0.0-dev.89",
40
- "@itwin/core-bentley": "4.0.0-dev.89",
41
- "@itwin/core-common": "4.0.0-dev.89",
42
- "@itwin/core-geometry": "4.0.0-dev.89",
43
38
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
44
39
  "eslint": "^8.36.0",
45
40
  "rimraf": "^3.0.2",
46
- "typescript": "~5.0.2"
41
+ "typescript": "~5.0.2",
42
+ "@itwin/build-tools": "4.0.0-dev.91",
43
+ "@itwin/core-backend": "4.0.0-dev.91",
44
+ "@itwin/core-bentley": "4.0.0-dev.91",
45
+ "@itwin/core-common": "4.0.0-dev.91",
46
+ "@itwin/core-geometry": "4.0.0-dev.91"
47
47
  },
48
48
  "dependencies": {
49
- "@itwin/editor-common": "4.0.0-dev.89"
49
+ "@itwin/editor-common": "4.0.0-dev.91"
50
50
  },
51
51
  "eslintConfig": {
52
52
  "plugins": [
@@ -63,6 +63,5 @@
63
63
  "lint": "eslint -f visualstudio --max-warnings 0 ./src/**/*.ts 1>&2",
64
64
  "test": "",
65
65
  "cover": ""
66
- },
67
- "readme": "# @itwin/editor-backend\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-backend__ package contains backend classes 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"
66
+ }
68
67
  }