@itwin/core-extension 4.0.0-dev.60 → 4.0.0-dev.61

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 (3) hide show
  1. package/index.d.ts +1 -0
  2. package/index.js +1 -0
  3. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -173,6 +173,7 @@ export {
173
173
  UniformType,
174
174
  VaryingType,
175
175
  ViewClipClearTool,
176
+ ViewClipDecoration,
176
177
  ViewClipDecorationProvider,
177
178
  ViewClipTool,
178
179
  ViewCreator2d,
package/index.js CHANGED
@@ -162,6 +162,7 @@ export const {
162
162
  UniformType,
163
163
  VaryingType,
164
164
  ViewClipClearTool,
165
+ ViewClipDecoration,
165
166
  ViewClipDecorationProvider,
166
167
  ViewClipTool,
167
168
  ViewCreator2d,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "4.0.0-dev.60",
3
+ "version": "4.0.0-dev.61",
4
4
  "description": "iTwin.js Extension API",
5
5
  "typings": "index.d.ts",
6
6
  "license": "MIT",
@@ -20,11 +20,11 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "dependencies": {
23
- "@itwin/core-frontend": "4.0.0-dev.60",
24
- "@itwin/core-common": "4.0.0-dev.60"
23
+ "@itwin/core-frontend": "4.0.0-dev.61",
24
+ "@itwin/core-common": "4.0.0-dev.61"
25
25
  },
26
26
  "devDependencies": {
27
- "@itwin/build-tools": "4.0.0-dev.60",
27
+ "@itwin/build-tools": "4.0.0-dev.61",
28
28
  "@itwin/eslint-plugin": "^4.0.0-dev.32",
29
29
  "eslint": "^7.11.0",
30
30
  "rimraf": "^3.0.2"