@itwin/frontend-devtools 5.1.0-dev.40 → 5.1.0-dev.41

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 +14 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # Change Log - @itwin/frontend-devtools
2
2
 
3
- This log was last generated on Fri, 06 Jun 2025 13:44:02 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jun 2025 15:03:02 GMT and should not be manually modified.
4
+
5
+ ## 5.0.0
6
+ Fri, 13 Jun 2025 20:25:38 GMT
7
+
8
+ ### Updates
9
+
10
+ - Upgrade compile target to ES2023 and module to ES2022
11
+ - fdt tooltips outputs contour line information.
12
+
13
+ ## 4.11.6
14
+ Mon, 16 Jun 2025 15:00:15 GMT
15
+
16
+ _Version update only_
4
17
 
5
18
  ## 4.11.5
6
19
  Fri, 06 Jun 2025 13:41:18 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-devtools",
3
- "version": "5.1.0-dev.40",
3
+ "version": "5.1.0-dev.41",
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",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "file-saver": "^2.0.2",
27
- "@itwin/core-frontend": "5.1.0-dev.40",
28
- "@itwin/core-common": "5.1.0-dev.40",
29
- "@itwin/core-bentley": "5.1.0-dev.40",
30
- "@itwin/core-geometry": "5.1.0-dev.40"
27
+ "@itwin/core-bentley": "5.1.0-dev.41",
28
+ "@itwin/core-geometry": "5.1.0-dev.41",
29
+ "@itwin/core-common": "5.1.0-dev.41",
30
+ "@itwin/core-frontend": "5.1.0-dev.41"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@itwin/eslint-plugin": "5.0.0-dev.1",
@@ -36,7 +36,7 @@
36
36
  "eslint": "^9.13.0",
37
37
  "rimraf": "^6.0.1",
38
38
  "typescript": "~5.6.2",
39
- "@itwin/build-tools": "5.1.0-dev.40"
39
+ "@itwin/build-tools": "5.1.0-dev.41"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm",