@itwin/ecschema-metadata 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 +8 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-metadata",
3
- "version": "4.0.0-dev.89",
3
+ "version": "4.0.0-dev.91",
4
4
  "description": "ECObjects core concepts in typescript",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-metadata.js",
@@ -23,9 +23,6 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@bentley/units-schema": "^1.0.5",
26
- "@itwin/build-tools": "4.0.0-dev.89",
27
- "@itwin/core-bentley": "4.0.0-dev.89",
28
- "@itwin/core-quantity": "4.0.0-dev.89",
29
26
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
30
27
  "@types/almost-equal": "1.1.0",
31
28
  "@types/benchmark": "^2.1.0",
@@ -44,11 +41,14 @@
44
41
  "nyc": "^15.1.0",
45
42
  "rimraf": "^3.0.2",
46
43
  "sinon": "^9.0.2",
47
- "typescript": "~5.0.2"
44
+ "typescript": "~5.0.2",
45
+ "@itwin/core-bentley": "4.0.0-dev.91",
46
+ "@itwin/build-tools": "4.0.0-dev.91",
47
+ "@itwin/core-quantity": "4.0.0-dev.91"
48
48
  },
49
49
  "peerDependencies": {
50
- "@itwin/core-bentley": "^4.0.0-dev.89",
51
- "@itwin/core-quantity": "^4.0.0-dev.89"
50
+ "@itwin/core-bentley": "^4.0.0-dev.91",
51
+ "@itwin/core-quantity": "^4.0.0-dev.91"
52
52
  },
53
53
  "dependencies": {
54
54
  "almost-equal": "^1.1.0"
@@ -98,6 +98,5 @@
98
98
  "docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/ecschema-metadata/file.json --tsIndexFile=./ecschema-metadata.ts --onlyJson",
99
99
  "cover": "nyc npm -s test",
100
100
  "start": "npm run -s lint && npm run -s clean && npm run -s build && npm run -s test & npm run -s cover & npm run -s docs"
101
- },
102
- "readme": "# @itwin/ecschema-metadata\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/ecschema-metadata__ package contains classes for working with EC metadata.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
101
+ }
103
102
  }