@itwin/core-extension 4.10.0-dev.8 → 4.10.0

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 +28 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,33 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Wed, 25 Sep 2024 20:12:30 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 13 Nov 2024 15:23:38 GMT and should not be manually modified.
4
+
5
+ ## 4.10.0
6
+ Wed, 13 Nov 2024 15:23:38 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add support for Node 22
11
+
12
+ ## 4.9.5
13
+ Tue, 22 Oct 2024 20:01:40 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 4.9.4
18
+ Wed, 09 Oct 2024 20:22:04 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 4.9.3
23
+ Thu, 03 Oct 2024 19:15:45 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 4.9.2
28
+ Wed, 02 Oct 2024 15:14:43 GMT
29
+
30
+ _Version update only_
4
31
 
5
32
  ## 4.9.1
6
33
  Wed, 25 Sep 2024 20:10:58 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "4.10.0-dev.8",
3
+ "version": "4.10.0",
4
4
  "description": "iTwin.js Extension API",
5
5
  "type": "module",
6
6
  "typings": "index.d.ts",
@@ -22,15 +22,15 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "dependencies": {
25
- "@itwin/core-frontend": "4.10.0-dev.8",
26
- "@itwin/core-common": "4.10.0-dev.8"
25
+ "@itwin/core-frontend": "4.10.0",
26
+ "@itwin/core-common": "4.10.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@itwin/eslint-plugin": "^4.0.2",
30
- "eslint": "^8.56.0",
29
+ "@itwin/eslint-plugin": "5.0.0-dev.1",
30
+ "eslint": "^9.13.0",
31
31
  "rimraf": "^3.0.2",
32
- "typescript": "~5.3.3",
33
- "@itwin/build-tools": "4.10.0-dev.8"
32
+ "typescript": "~5.6.2",
33
+ "@itwin/build-tools": "4.10.0"
34
34
  },
35
35
  "scripts": {
36
36
  "compile": "",