@itwin/core-extension 4.6.0-dev.22 → 4.6.0-dev.24

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/index.d.ts +7 -0
  2. package/package.json +6 -6
package/index.d.ts CHANGED
@@ -307,6 +307,13 @@ export type {
307
307
  ToolList,
308
308
  ToolTipOptions,
309
309
  ToolType,
310
+ TxnEntityChange,
311
+ TxnEntityChangeIterable,
312
+ TxnEntityChangeType,
313
+ TxnEntityChanges,
314
+ TxnEntityChangesFilterOptions,
315
+ TxnEntityMetadata,
316
+ TxnEntityMetadataCriterion,
310
317
  Uniform,
311
318
  UniformArrayParams,
312
319
  UniformContext,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "4.6.0-dev.22",
3
+ "version": "4.6.0-dev.24",
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.6.0-dev.22",
26
- "@itwin/core-common": "4.6.0-dev.22"
25
+ "@itwin/core-frontend": "4.6.0-dev.24",
26
+ "@itwin/core-common": "4.6.0-dev.24"
27
27
  },
28
28
  "devDependencies": {
29
- "@itwin/eslint-plugin": "4.0.0-dev.44",
29
+ "@itwin/eslint-plugin": "4.0.0-dev.52",
30
30
  "eslint": "^8.44.0",
31
31
  "rimraf": "^3.0.2",
32
- "typescript": "~5.0.2",
33
- "@itwin/build-tools": "4.6.0-dev.22"
32
+ "typescript": "~5.3.3",
33
+ "@itwin/build-tools": "4.6.0-dev.24"
34
34
  },
35
35
  "scripts": {
36
36
  "compile": "",