@itwin/core-extension 3.6.0-dev.8 → 4.0.0-dev.2

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,31 @@
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, 26 Jan 2023 22:53:27 GMT and should not be manually modified.
4
+
5
+ ## 3.5.5
6
+ Thu, 26 Jan 2023 22:53:27 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.5.4
11
+ Wed, 18 Jan 2023 15:27:15 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.5.3
16
+ Fri, 13 Jan 2023 17:23:07 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.5.2
21
+ Wed, 11 Jan 2023 16:46:30 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.5.1
26
+ Thu, 15 Dec 2022 16:38:28 GMT
27
+
28
+ _Version update only_
4
29
 
5
30
  ## 3.5.0
6
31
  Wed, 07 Dec 2022 19:12:36 GMT
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2022 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2022-2023 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
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,
@@ -325,6 +327,7 @@ export {
325
327
  FillDisplay,
326
328
  FillFlags,
327
329
  FontType,
330
+ FrustumPlanes,
328
331
  GeoCoordStatus,
329
332
  GeometryClass,
330
333
  GeometryStreamFlags,
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,
@@ -213,6 +215,7 @@ export const {
213
215
  FillDisplay,
214
216
  FillFlags,
215
217
  FontType,
218
+ FrustumPlanes,
216
219
  GeoCoordStatus,
217
220
  GeometryClass,
218
221
  GeometryStreamFlags,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "3.6.0-dev.8",
3
+ "version": "4.0.0-dev.2",
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.8",
24
- "@itwin/core-common": "3.6.0-dev.8"
23
+ "@itwin/core-frontend": "4.0.0-dev.2",
24
+ "@itwin/core-common": "4.0.0-dev.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@itwin/build-tools": "3.6.0-dev.8",
28
- "@itwin/eslint-plugin": "3.6.0-dev.8",
27
+ "@itwin/build-tools": "4.0.0-dev.2",
28
+ "@itwin/eslint-plugin": "4.0.0-dev.2",
29
29
  "eslint": "^7.11.0",
30
30
  "rimraf": "^3.0.2"
31
31
  },