@itwin/frontend-tiles 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-tiles",
3
- "version": "4.0.0-dev.90",
3
+ "version": "4.0.0-dev.91",
4
4
  "description": "Experimental alternative technique for visualizing the contents of iModels",
5
5
  "main": "lib/cjs/frontend-tiles.js",
6
6
  "module": "lib/esm/frontend-tiles.js",
@@ -23,22 +23,22 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/core-bentley": "4.0.0-dev.90",
27
- "@itwin/core-common": "4.0.0-dev.90",
28
- "@itwin/core-frontend": "4.0.0-dev.90",
29
- "@itwin/core-geometry": "4.0.0-dev.90"
26
+ "@itwin/core-common": "4.0.0-dev.91",
27
+ "@itwin/core-bentley": "4.0.0-dev.91",
28
+ "@itwin/core-frontend": "4.0.0-dev.91",
29
+ "@itwin/core-geometry": "4.0.0-dev.91"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "4.0.0-dev.90",
33
- "@itwin/core-bentley": "4.0.0-dev.90",
34
- "@itwin/core-common": "4.0.0-dev.90",
35
- "@itwin/core-frontend": "4.0.0-dev.90",
36
- "@itwin/core-geometry": "4.0.0-dev.90",
37
32
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
38
33
  "@types/node": "^18.11.5",
39
34
  "eslint": "^8.36.0",
40
35
  "rimraf": "^3.0.2",
41
- "typescript": "~5.0.2"
36
+ "typescript": "~5.0.2",
37
+ "@itwin/build-tools": "4.0.0-dev.91",
38
+ "@itwin/core-bentley": "4.0.0-dev.91",
39
+ "@itwin/core-geometry": "4.0.0-dev.91",
40
+ "@itwin/core-common": "4.0.0-dev.91",
41
+ "@itwin/core-frontend": "4.0.0-dev.91"
42
42
  },
43
43
  "eslintConfig": {
44
44
  "plugins": [
@@ -56,6 +56,5 @@
56
56
  "lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
57
57
  "test": "",
58
58
  "cover": ""
59
- },
60
- "readme": "# @itwin/frontend-tiles\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/frontend-tiles__ package provides an experimental alternative technique for visualizing the contents of an iModel. Use `initializeFrontendTiles` to activate it.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n\r\n"
59
+ }
61
60
  }