@itwin/express-server 4.0.0-dev.90 → 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 +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/express-server",
3
- "version": "4.0.0-dev.90",
3
+ "version": "4.0.0-dev.91",
4
4
  "description": "iTwin.js express utilities",
5
5
  "main": "lib/cjs/ExpressServer.js",
6
6
  "typings": "lib/cjs/ExpressServer",
@@ -25,9 +25,6 @@
25
25
  "url": "http://www.bentley.com"
26
26
  },
27
27
  "devDependencies": {
28
- "@itwin/build-tools": "4.0.0-dev.90",
29
- "@itwin/core-common": "4.0.0-dev.90",
30
- "@itwin/core-backend": "4.0.0-dev.90",
31
28
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
32
29
  "@types/body-parser": "^1.17.0",
33
30
  "@types/chai": "4.3.1",
@@ -44,10 +41,13 @@
44
41
  "rimraf": "^3.0.2",
45
42
  "sinon": "^9.0.2",
46
43
  "supertest": "^3.0.0",
47
- "typescript": "~5.0.2"
44
+ "typescript": "~5.0.2",
45
+ "@itwin/build-tools": "4.0.0-dev.91",
46
+ "@itwin/core-common": "4.0.0-dev.91",
47
+ "@itwin/core-backend": "4.0.0-dev.91"
48
48
  },
49
49
  "peerDependencies": {
50
- "@itwin/core-backend": "4.0.0-dev.90"
50
+ "@itwin/core-backend": "4.0.0-dev.91"
51
51
  },
52
52
  "dependencies": {
53
53
  "express": "^4.16.3",
@@ -71,6 +71,5 @@
71
71
  "lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
72
72
  "test": "mocha",
73
73
  "cover": "nyc npm -s test"
74
- },
75
- "readme": "# @itwin/express-server\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/express-server__ package contains the express webserver utilities to write an iTwin.js backend service.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
74
+ }
76
75
  }