@itwin/core-extension 5.0.0-dev.96 → 5.0.0-dev.98

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,11 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Wed, 19 Mar 2025 15:33:24 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 02 Apr 2025 19:38:36 GMT and should not be manually modified.
4
+
5
+ ## 4.10.12
6
+ Wed, 02 Apr 2025 19:35:47 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.10.11
6
11
  Wed, 19 Mar 2025 15:30:39 GMT
package/index.d.ts CHANGED
@@ -451,6 +451,7 @@ export type {
451
451
  DisplayStyleSettingsOptions,
452
452
  DisplayStyleSettingsProps,
453
453
  DisplayStyleSubCategoryProps,
454
+ DrawingProps,
454
455
  DynamicGraphicsRequest2dProps,
455
456
  DynamicGraphicsRequest3dProps,
456
457
  DynamicGraphicsRequestProps,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "5.0.0-dev.96",
3
+ "version": "5.0.0-dev.98",
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": "5.0.0-dev.96",
26
- "@itwin/core-common": "5.0.0-dev.96"
25
+ "@itwin/core-frontend": "5.0.0-dev.98",
26
+ "@itwin/core-common": "5.0.0-dev.98"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@itwin/eslint-plugin": "5.0.0-dev.1",
30
30
  "eslint": "^9.13.0",
31
31
  "rimraf": "^6.0.1",
32
32
  "typescript": "~5.6.2",
33
- "@itwin/build-tools": "5.0.0-dev.96"
33
+ "@itwin/build-tools": "5.0.0-dev.98"
34
34
  },
35
35
  "scripts": {
36
36
  "compile": "",