@itwin/frontend-devtools 3.2.0-dev.5 → 3.2.0-dev.52

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 (2) hide show
  1. package/CHANGELOG.md +34 -1
  2. package/package.json +7 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,39 @@
1
1
  # Change Log - @itwin/frontend-devtools
2
2
 
3
- This log was last generated on Thu, 24 Feb 2022 15:26:55 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 15 Apr 2022 13:49:25 GMT and should not be manually modified.
4
+
5
+ ## 3.1.3
6
+ Fri, 15 Apr 2022 13:49:25 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.1.2
11
+ Wed, 06 Apr 2022 22:27:56 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.1.1
16
+ Thu, 31 Mar 2022 15:55:48 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.1.0
21
+ Tue, 29 Mar 2022 20:53:47 GMT
22
+
23
+ ### Updates
24
+
25
+ - Added `fdt attach model maplayer` keyin.
26
+ - Add an option to InspectElementTool to also summarize the geometry of each part reference.
27
+
28
+ ## 3.0.3
29
+ Fri, 25 Mar 2022 15:10:02 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 3.0.2
34
+ Thu, 10 Mar 2022 21:18:13 GMT
35
+
36
+ _Version update only_
4
37
 
5
38
  ## 3.0.1
6
39
  Thu, 24 Feb 2022 15:26:55 GMT
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@itwin/frontend-devtools",
3
- "version": "3.2.0-dev.5",
3
+ "version": "3.2.0-dev.52",
4
4
  "description": "Debug menu and supporting UI widgets",
5
5
  "main": "lib/cjs/frontend-devtools.js",
6
6
  "module": "lib/esm/frontend-devtools.js",
7
7
  "typings": "lib/cjs/frontend-devtools",
8
- "imodeljsSharedLibrary": true,
9
8
  "license": "MIT",
10
9
  "repository": {
11
10
  "type": "git",
@@ -23,15 +22,15 @@
23
22
  "url": "http://www.bentley.com"
24
23
  },
25
24
  "dependencies": {
26
- "@itwin/core-bentley": "3.2.0-dev.5",
27
- "@itwin/core-common": "3.2.0-dev.5",
28
- "@itwin/core-frontend": "3.2.0-dev.5",
29
- "@itwin/core-geometry": "3.2.0-dev.5",
25
+ "@itwin/core-bentley": "3.2.0-dev.52",
26
+ "@itwin/core-common": "3.2.0-dev.52",
27
+ "@itwin/core-frontend": "3.2.0-dev.52",
28
+ "@itwin/core-geometry": "3.2.0-dev.52",
30
29
  "file-saver": "^2.0.2"
31
30
  },
32
31
  "devDependencies": {
33
- "@itwin/build-tools": "3.2.0-dev.5",
34
- "@itwin/eslint-plugin": "3.2.0-dev.5",
32
+ "@itwin/build-tools": "3.2.0-dev.52",
33
+ "@itwin/eslint-plugin": "3.2.0-dev.52",
35
34
  "@types/file-saver": "^2.0.1",
36
35
  "@types/node": "14.14.31",
37
36
  "cpx2": "^3.0.0",