@itwin/core-extension 4.0.0-dev.6 → 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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Thu, 26 Jan 2023 22:53:27 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
4
+
5
+ ## 3.6.0
6
+ Wed, 08 Feb 2023 14:58:39 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.5.6
11
+ Fri, 24 Feb 2023 16:02:47 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 3.5.5
6
16
  Thu, 26 Jan 2023 22:53:27 GMT
@@ -102,7 +112,7 @@ Thu, 18 Aug 2022 19:08:02 GMT
102
112
 
103
113
  ### Updates
104
114
 
105
- -
115
+ -
106
116
 
107
117
  ## 3.2.9
108
118
  Fri, 26 Aug 2022 14:21:40 GMT
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.6",
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,12 +20,12 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "dependencies": {
23
- "@itwin/core-frontend": "4.0.0-dev.6",
24
- "@itwin/core-common": "4.0.0-dev.6"
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.6",
28
- "@itwin/eslint-plugin": "4.0.0-dev.6",
27
+ "@itwin/build-tools": "4.0.0-dev.61",
28
+ "@itwin/eslint-plugin": "^4.0.0-dev.32",
29
29
  "eslint": "^7.11.0",
30
30
  "rimraf": "^3.0.2"
31
31
  },