@itwin/core-extension 3.6.0-dev.11 → 3.6.0-dev.21

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, 07 Dec 2022 19:12:36 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 15 Dec 2022 16:38:28 GMT and should not be manually modified.
4
+
5
+ ## 3.5.1
6
+ Thu, 15 Dec 2022 16:38:28 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.5.0
6
11
  Wed, 07 Dec 2022 19:12:36 GMT
package/index.d.ts CHANGED
@@ -180,6 +180,8 @@ export {
180
180
  ViewManager,
181
181
  ViewManip,
182
182
  ViewPose,
183
+ ViewPose2d,
184
+ ViewPose3d,
183
185
  ViewRect,
184
186
  ViewState,
185
187
  ViewState2d,
package/index.js CHANGED
@@ -169,6 +169,8 @@ export const {
169
169
  ViewManager,
170
170
  ViewManip,
171
171
  ViewPose,
172
+ ViewPose2d,
173
+ ViewPose3d,
172
174
  ViewRect,
173
175
  ViewState,
174
176
  ViewState2d,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "3.6.0-dev.11",
3
+ "version": "3.6.0-dev.21",
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": "3.6.0-dev.11",
24
- "@itwin/core-common": "3.6.0-dev.11"
23
+ "@itwin/core-frontend": "3.6.0-dev.21",
24
+ "@itwin/core-common": "3.6.0-dev.21"
25
25
  },
26
26
  "devDependencies": {
27
- "@itwin/build-tools": "3.6.0-dev.11",
28
- "@itwin/eslint-plugin": "3.6.0-dev.11",
27
+ "@itwin/build-tools": "3.6.0-dev.21",
28
+ "@itwin/eslint-plugin": "3.6.0-dev.21",
29
29
  "eslint": "^7.11.0",
30
30
  "rimraf": "^3.0.2"
31
31
  },