@itwin/core-extension 4.6.0-dev.9 → 4.6.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,6 +1,16 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Wed, 03 Apr 2024 18:28:10 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 13 May 2024 20:32:51 GMT and should not be manually modified.
4
+
5
+ ## 4.6.0
6
+ Mon, 13 May 2024 20:32:51 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.5.2
11
+ Tue, 16 Apr 2024 14:46:21 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 4.5.1
6
16
  Wed, 03 Apr 2024 18:26:58 GMT
@@ -12,6 +22,11 @@ Tue, 02 Apr 2024 19:06:00 GMT
12
22
 
13
23
  _Version update only_
14
24
 
25
+ ## 4.4.9
26
+ Mon, 15 Apr 2024 20:29:22 GMT
27
+
28
+ _Version update only_
29
+
15
30
  ## 4.4.8
16
31
  Mon, 25 Mar 2024 22:22:26 GMT
17
32
 
package/eslint.config.js CHANGED
@@ -1,8 +1,8 @@
1
- const iTwinPlugin = require("@itwin/eslint-plugin");
1
+ import iTwinPlugin from "@itwin/eslint-plugin";
2
2
 
3
- module.exports = [
3
+ export default [
4
4
  {
5
5
  files: ["**/*.ts"],
6
6
  ...iTwinPlugin.configs.iTwinjsRecommendedConfig,
7
- }
7
+ },
8
8
  ];
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,
@@ -586,6 +593,8 @@ export type {
586
593
  SubjectProps,
587
594
  TerrainProps,
588
595
  TerrainProviderName,
596
+ TextAnnotation2dProps,
597
+ TextAnnotation3dProps,
589
598
  TextStringPrimitive,
590
599
  TextStringProps,
591
600
  TextureData,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "4.6.0-dev.9",
3
+ "version": "4.6.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.6.0-dev.9",
26
- "@itwin/core-common": "4.6.0-dev.9"
25
+ "@itwin/core-frontend": "4.6.0",
26
+ "@itwin/core-common": "4.6.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@itwin/eslint-plugin": "4.0.0-dev.44",
29
+ "@itwin/eslint-plugin": "^4.0.2",
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.9"
32
+ "typescript": "~5.3.3",
33
+ "@itwin/build-tools": "4.6.0"
34
34
  },
35
35
  "scripts": {
36
36
  "compile": "",
package/preview.d.ts DELETED
@@ -1,18 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- // BEGIN GENERATED CODE
6
- export {
7
- } from "@itwin/core-frontend";
8
-
9
- export type {
10
- } from "@itwin/core-frontend";
11
-
12
- export {
13
- } from "@itwin/core-common";
14
-
15
- export type {
16
- } from "@itwin/core-common";
17
-
18
- // END GENERATED CODE
package/preview.js DELETED
@@ -1,14 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
-
6
- const globalSymbol = Symbol.for("itwin.core.frontend.globals");
7
- const ext = globalThis[globalSymbol].getExtensionApi(import.meta.url);
8
-
9
- // BEGIN GENERATED CODE
10
- export const {
11
- // @itwin/core-frontend:
12
- // @itwin/core-common:
13
- } = ext.exports;
14
- // END GENERATED CODE