@itwin/frontend-tiles 3.7.0-dev.8 → 3.7.1

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.
@@ -0,0 +1,10 @@
1
+ Start time: Mon Apr 03 2023 11:21:02 GMT-0400 (Eastern Daylight Time)
2
+ Invoking "C:\WINDOWS\system32\tar.exe -x -m -f D:\vsts_a\4\s\common\temp\build-cache\b6c8755e0f205b8891a04a7ea482651e7728ba6c"
3
+
4
+ ======= BEGIN PROCESS INPUT ======
5
+
6
+ ======== END PROCESS INPUT =======
7
+ ======= BEGIN PROCESS OUTPUT =======
8
+ ======== END PROCESS OUTPUT ========
9
+
10
+ Exited with code "0"
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 17356.02956699999
2
+ "nonCachedDurationMs": 17546.84812900005
3
3
  }
package/CHANGELOG.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@itwin/frontend-tiles",
3
+ "entries": [
4
+ {
5
+ "version": "3.7.1",
6
+ "tag": "@itwin/frontend-tiles_v3.7.1",
7
+ "date": "Mon, 03 Apr 2023 15:15:37 GMT",
8
+ "comments": {}
9
+ },
10
+ {
11
+ "version": "3.7.0",
12
+ "tag": "@itwin/frontend-tiles_v3.7.0",
13
+ "date": "Wed, 29 Mar 2023 15:02:27 GMT",
14
+ "comments": {
15
+ "none": [
16
+ {
17
+ "comment": "Remove y-up-to-z-up display transform."
18
+ },
19
+ {
20
+ "comment": "Ensure fitting the view fits to the extents of the currently-viewed models."
21
+ },
22
+ {
23
+ "comment": "Add new experimental package providing alternate technique for visualizing iModels."
24
+ }
25
+ ]
26
+ }
27
+ }
28
+ ]
29
+ }
package/CHANGELOG.md ADDED
@@ -0,0 +1,18 @@
1
+ # Change Log - @itwin/frontend-tiles
2
+
3
+ This log was last generated on Mon, 03 Apr 2023 15:15:37 GMT and should not be manually modified.
4
+
5
+ ## 3.7.1
6
+ Mon, 03 Apr 2023 15:15:37 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.7.0
11
+ Wed, 29 Mar 2023 15:02:27 GMT
12
+
13
+ ### Updates
14
+
15
+ - Remove y-up-to-z-up display transform.
16
+ - Ensure fitting the view fits to the extents of the currently-viewed models.
17
+ - Add new experimental package providing alternate technique for visualizing iModels.
18
+