@itwin/presentation-common 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 +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-common",
3
- "version": "4.0.0-dev.90",
3
+ "version": "4.0.0-dev.91",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,17 +22,12 @@
22
22
  "module": "lib/esm/presentation-common.js",
23
23
  "typings": "lib/cjs/presentation-common",
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^4.0.0-dev.90",
26
- "@itwin/core-common": "^4.0.0-dev.90",
27
- "@itwin/core-quantity": "^4.0.0-dev.90",
28
- "@itwin/ecschema-metadata": "^4.0.0-dev.90"
25
+ "@itwin/core-bentley": "^4.0.0-dev.91",
26
+ "@itwin/core-common": "^4.0.0-dev.91",
27
+ "@itwin/core-quantity": "^4.0.0-dev.91",
28
+ "@itwin/ecschema-metadata": "^4.0.0-dev.91"
29
29
  },
30
30
  "devDependencies": {
31
- "@itwin/build-tools": "4.0.0-dev.90",
32
- "@itwin/core-bentley": "4.0.0-dev.90",
33
- "@itwin/core-common": "4.0.0-dev.90",
34
- "@itwin/core-quantity": "4.0.0-dev.90",
35
- "@itwin/ecschema-metadata": "4.0.0-dev.90",
36
31
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
37
32
  "@types/chai": "4.3.1",
38
33
  "@types/chai-as-promised": "^7",
@@ -62,7 +57,12 @@
62
57
  "typemoq": "^2.1.0",
63
58
  "typescript": "~5.0.2",
64
59
  "typescript-json-schema": "^0.55.0",
65
- "yargs": "^17.4.0"
60
+ "yargs": "^17.4.0",
61
+ "@itwin/build-tools": "4.0.0-dev.91",
62
+ "@itwin/core-bentley": "4.0.0-dev.91",
63
+ "@itwin/core-common": "4.0.0-dev.91",
64
+ "@itwin/core-quantity": "4.0.0-dev.91",
65
+ "@itwin/ecschema-metadata": "4.0.0-dev.91"
66
66
  },
67
67
  "nyc": {
68
68
  "extends": "./node_modules/@itwin/build-tools/.nycrc"
@@ -96,6 +96,5 @@
96
96
  "pseudolocalize:public": "betools pseudolocalize --englishDir ./assets/locales/en --out ./lib/public/locales/en-PSEUDO",
97
97
  "test": "mocha --config ../.mocharc.json --file ./lib/cjs/test/index.test.js \"./lib/cjs/test/**/*.test.js\"",
98
98
  "test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch"
99
- },
100
- "readme": "# @itwin/presentation-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/presentation-common__ package contains types and classes for working with\r\niModel presentation data. The package can be used in both the frontend and backend.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
99
+ }
101
100
  }