@itwin/core-extension 3.6.0-dev.40 → 3.6.0-dev.44

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 Thu, 15 Dec 2022 16:38:28 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 11 Jan 2023 16:46:30 GMT and should not be manually modified.
4
+
5
+ ## 3.5.2
6
+ Wed, 11 Jan 2023 16:46:30 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.5.1
6
11
  Thu, 15 Dec 2022 16:38:28 GMT
package/index.d.ts CHANGED
@@ -327,6 +327,7 @@ export {
327
327
  FillDisplay,
328
328
  FillFlags,
329
329
  FontType,
330
+ FrustumPlanes,
330
331
  GeoCoordStatus,
331
332
  GeometryClass,
332
333
  GeometryStreamFlags,
package/index.js CHANGED
@@ -215,6 +215,7 @@ export const {
215
215
  FillDisplay,
216
216
  FillFlags,
217
217
  FontType,
218
+ FrustumPlanes,
218
219
  GeoCoordStatus,
219
220
  GeometryClass,
220
221
  GeometryStreamFlags,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "3.6.0-dev.40",
3
+ "version": "3.6.0-dev.44",
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.40",
24
- "@itwin/core-common": "3.6.0-dev.40"
23
+ "@itwin/core-frontend": "3.6.0-dev.44",
24
+ "@itwin/core-common": "3.6.0-dev.44"
25
25
  },
26
26
  "devDependencies": {
27
- "@itwin/build-tools": "3.6.0-dev.40",
28
- "@itwin/eslint-plugin": "3.6.0-dev.40",
27
+ "@itwin/build-tools": "3.6.0-dev.44",
28
+ "@itwin/eslint-plugin": "3.6.0-dev.44",
29
29
  "eslint": "^7.11.0",
30
30
  "rimraf": "^3.0.2"
31
31
  },