@itwin/core-frontend 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 +21 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "4.0.0-dev.90",
3
+ "version": "4.0.0-dev.91",
4
4
  "description": "iTwin.js frontend components",
5
5
  "main": "lib/cjs/core-frontend.js",
6
6
  "module": "lib/esm/core-frontend.js",
@@ -23,26 +23,18 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/appui-abstract": "^4.0.0-dev.90",
27
- "@itwin/core-bentley": "^4.0.0-dev.90",
28
- "@itwin/core-common": "^4.0.0-dev.90",
29
- "@itwin/core-geometry": "^4.0.0-dev.90",
30
- "@itwin/core-orbitgt": "^4.0.0-dev.90",
31
- "@itwin/core-quantity": "^4.0.0-dev.90"
26
+ "@itwin/appui-abstract": "^4.0.0-dev.91",
27
+ "@itwin/core-bentley": "^4.0.0-dev.91",
28
+ "@itwin/core-common": "^4.0.0-dev.91",
29
+ "@itwin/core-geometry": "^4.0.0-dev.91",
30
+ "@itwin/core-orbitgt": "^4.0.0-dev.91",
31
+ "@itwin/core-quantity": "^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/appui-abstract": "4.0.0-dev.90",
39
- "@itwin/build-tools": "4.0.0-dev.90",
40
- "@itwin/core-bentley": "4.0.0-dev.90",
41
- "@itwin/core-common": "4.0.0-dev.90",
42
- "@itwin/core-geometry": "4.0.0-dev.90",
43
- "@itwin/core-orbitgt": "4.0.0-dev.90",
44
- "@itwin/core-quantity": "4.0.0-dev.90",
45
- "@itwin/certa": "4.0.0-dev.90",
46
38
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
47
39
  "@types/chai": "4.3.1",
48
40
  "@types/chai-as-promised": "^7",
@@ -62,7 +54,15 @@
62
54
  "sinon": "^9.0.2",
63
55
  "source-map-loader": "^4.0.0",
64
56
  "typescript": "~5.0.2",
65
- "webpack": "^5.76.0"
57
+ "webpack": "^5.76.0",
58
+ "@itwin/appui-abstract": "4.0.0-dev.91",
59
+ "@itwin/build-tools": "4.0.0-dev.91",
60
+ "@itwin/core-bentley": "4.0.0-dev.91",
61
+ "@itwin/core-common": "4.0.0-dev.91",
62
+ "@itwin/core-geometry": "4.0.0-dev.91",
63
+ "@itwin/core-orbitgt": "4.0.0-dev.91",
64
+ "@itwin/core-quantity": "4.0.0-dev.91",
65
+ "@itwin/certa": "4.0.0-dev.91"
66
66
  },
67
67
  "//dependencies": [
68
68
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
@@ -72,14 +72,14 @@
72
72
  "@itwin/object-storage-azure": "^1.5.0",
73
73
  "@itwin/cloud-agnostic-core": "^1.5.0",
74
74
  "@itwin/object-storage-core": "^1.5.0",
75
- "@itwin/core-i18n": "4.0.0-dev.90",
76
- "@itwin/core-telemetry": "4.0.0-dev.90",
77
- "@itwin/webgl-compatibility": "4.0.0-dev.90",
78
75
  "@loaders.gl/core": "^3.1.6",
79
76
  "@loaders.gl/draco": "^3.1.6",
80
77
  "fuse.js": "^3.3.0",
81
78
  "wms-capabilities": "0.4.0",
82
- "reflect-metadata": "0.1.13"
79
+ "reflect-metadata": "0.1.13",
80
+ "@itwin/core-i18n": "4.0.0-dev.91",
81
+ "@itwin/core-telemetry": "4.0.0-dev.91",
82
+ "@itwin/webgl-compatibility": "4.0.0-dev.91"
83
83
  },
84
84
  "nyc": {
85
85
  "extends": "./node_modules/@itwin/build-tools/.nycrc"
@@ -139,6 +139,5 @@
139
139
  "cover": "npm -s test",
140
140
  "test:debug": "certa -r chrome --debug",
141
141
  "webpackTests": "webpack --config ./src/test/utils/webpack.config.js 1>&2"
142
- },
143
- "readme": "# @itwin/core-frontend\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/core-frontend__ package contains the frontend (specific to running in a web browser) classes for querying iModels and showing views.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
142
+ }
144
143
  }