@itwin/core-extension 4.3.0-dev.23 → 4.3.0-dev.25
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/index.d.ts +3 -0
- package/index.js +1 -0
- package/package.json +4 -4
package/index.d.ts
CHANGED
|
@@ -327,6 +327,7 @@ export {
|
|
|
327
327
|
ChangeOpCode,
|
|
328
328
|
ChangedValueState,
|
|
329
329
|
ChangesetType,
|
|
330
|
+
ClipIntersectionStyle,
|
|
330
331
|
ColorByName,
|
|
331
332
|
ColorDef,
|
|
332
333
|
CommonLoggerCategory,
|
|
@@ -416,6 +417,8 @@ export type {
|
|
|
416
417
|
ChangesetIndexOrId,
|
|
417
418
|
ChangesetRange,
|
|
418
419
|
ChannelRootAspectProps,
|
|
420
|
+
ClipIntersectionStyleProps,
|
|
421
|
+
ClipStyleCreateArgs,
|
|
419
422
|
ClipStyleProps,
|
|
420
423
|
CodeProps,
|
|
421
424
|
CodeScopeProps,
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-extension",
|
|
3
|
-
"version": "4.3.0-dev.
|
|
3
|
+
"version": "4.3.0-dev.25",
|
|
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.3.0-dev.
|
|
26
|
-
"@itwin/core-common": "4.3.0-dev.
|
|
25
|
+
"@itwin/core-frontend": "4.3.0-dev.25",
|
|
26
|
+
"@itwin/core-common": "4.3.0-dev.25"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@itwin/eslint-plugin": "4.0.0-dev.44",
|
|
30
30
|
"eslint": "^8.44.0",
|
|
31
31
|
"rimraf": "^3.0.2",
|
|
32
32
|
"typescript": "~5.0.2",
|
|
33
|
-
"@itwin/build-tools": "4.3.0-dev.
|
|
33
|
+
"@itwin/build-tools": "4.3.0-dev.25"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"compile": "",
|