@itwin/frontend-tiles 5.6.0-dev.11 → 5.6.0-dev.13
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/CHANGELOG.md +6 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/frontend-tiles
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 22 Jan 2026 16:18:35 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.5.2
|
|
6
|
+
Thu, 22 Jan 2026 16:16:54 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 5.5.1
|
|
6
11
|
Wed, 14 Jan 2026 17:52:53 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/frontend-tiles",
|
|
3
|
-
"version": "5.6.0-dev.
|
|
3
|
+
"version": "5.6.0-dev.13",
|
|
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",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"url": "http://www.bentley.com"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@itwin/core-bentley": "5.6.0-dev.
|
|
32
|
-
"@itwin/core-common": "5.6.0-dev.
|
|
33
|
-
"@itwin/core-frontend": "5.6.0-dev.
|
|
34
|
-
"@itwin/core-geometry": "5.6.0-dev.
|
|
31
|
+
"@itwin/core-bentley": "5.6.0-dev.13",
|
|
32
|
+
"@itwin/core-common": "5.6.0-dev.13",
|
|
33
|
+
"@itwin/core-frontend": "5.6.0-dev.13",
|
|
34
|
+
"@itwin/core-geometry": "5.6.0-dev.13"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@itwin/eslint-plugin": "5.2.2-dev.2",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"source-map-loader": "^5.0.0",
|
|
53
53
|
"typescript": "~5.6.2",
|
|
54
54
|
"webpack": "^5.97.1",
|
|
55
|
-
"@itwin/build-tools": "5.6.0-dev.
|
|
56
|
-
"@itwin/certa": "5.6.0-dev.
|
|
57
|
-
"@itwin/core-
|
|
58
|
-
"@itwin/core-
|
|
59
|
-
"@itwin/core-
|
|
60
|
-
"
|
|
61
|
-
"
|
|
55
|
+
"@itwin/build-tools": "5.6.0-dev.13",
|
|
56
|
+
"@itwin/certa": "5.6.0-dev.13",
|
|
57
|
+
"@itwin/core-common": "5.6.0-dev.13",
|
|
58
|
+
"@itwin/core-geometry": "5.6.0-dev.13",
|
|
59
|
+
"@itwin/core-frontend": "5.6.0-dev.13",
|
|
60
|
+
"@itwin/core-bentley": "5.6.0-dev.13",
|
|
61
|
+
"internal-tools": "3.0.0-dev.69"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|