@itwin/core-extension 5.13.0-dev.8 → 5.13.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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,49 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Mon, 03 Aug 2026 12:28:16 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 03 Sep 2026 18:49:56 GMT and should not be manually modified.
4
+
5
+ ## 5.13.0
6
+ Thu, 03 Sep 2026 18:49:56 GMT
7
+
8
+ ### Updates
9
+
10
+ - Update the @itwin/core-extension type declarations to re-export TxnEntityMetadata from @itwin/core-common.
11
+
12
+ ## 5.12.5
13
+ Tue, 25 Aug 2026 21:22:08 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 5.12.4
18
+ Tue, 18 Aug 2026 15:45:35 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 5.12.3
23
+ Mon, 17 Aug 2026 11:29:39 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 5.12.2
28
+ Mon, 10 Aug 2026 20:38:45 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 5.12.1
33
+ Mon, 10 Aug 2026 19:07:26 GMT
34
+
35
+ _Version update only_
4
36
 
5
37
  ## 5.12.0
6
38
  Mon, 03 Aug 2026 12:25:49 GMT
7
39
 
8
40
  _Version update only_
9
41
 
42
+ ## 5.11.4
43
+ Tue, 25 Aug 2026 19:54:22 GMT
44
+
45
+ _Version update only_
46
+
10
47
  ## 5.11.3
11
48
  Wed, 15 Jul 2026 19:40:44 GMT
12
49
 
package/index.d.ts CHANGED
@@ -314,7 +314,6 @@ export type {
314
314
  TxnEntityChangeType,
315
315
  TxnEntityChanges,
316
316
  TxnEntityChangesFilterOptions,
317
- TxnEntityMetadata,
318
317
  TxnEntityMetadataCriterion,
319
318
  Uniform,
320
319
  UniformArrayParams,
@@ -611,6 +610,7 @@ export type {
611
610
  ThumbnailProps,
612
611
  TileVersionInfo,
613
612
  TweenCallback,
613
+ TxnEntityMetadata,
614
614
  TypeDefinitionElementProps,
615
615
  UnitType,
616
616
  UpdateCallback,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "5.13.0-dev.8",
3
+ "version": "5.13.0",
4
4
  "description": "iTwin.js Extension API",
5
5
  "type": "module",
6
6
  "typings": "index.d.ts",
@@ -22,15 +22,14 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "dependencies": {
25
- "@itwin/core-frontend": "5.13.0-dev.8",
26
- "@itwin/core-common": "5.13.0-dev.8"
25
+ "@itwin/core-frontend": "5.13.0",
26
+ "@itwin/core-common": "5.13.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@itwin/eslint-plugin": "^6.0.0",
30
30
  "eslint": "^9.31.0",
31
31
  "rimraf": "^6.0.1",
32
- "typescript": "~5.6.2",
33
- "@itwin/build-tools": "5.13.0-dev.8"
32
+ "typescript": "~5.6.2"
34
33
  },
35
34
  "scripts": {
36
35
  "compile": "",