@itwin/core-geometry 4.3.0-dev.14 → 4.3.0-dev.15

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 (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @itwin/core-geometry
2
2
 
3
- This log was last generated on Mon, 16 Oct 2023 12:52:10 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 24 Oct 2023 15:10:47 GMT and should not be manually modified.
4
+
5
+ ## 4.2.1
6
+ Tue, 24 Oct 2023 15:09:13 GMT
7
+
8
+ ### Updates
9
+
10
+ - restore open bcurve json import
11
+
12
+ ## 4.2.0
13
+ Tue, 17 Oct 2023 15:14:32 GMT
14
+
15
+ ### Updates
16
+
17
+ - improvements to GrowableXYArray, Path, Loop
18
+ - PolyfaceClip.drapeRegion
4
19
 
5
20
  ## 4.1.9
6
21
  Tue, 10 Oct 2023 18:48:12 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-geometry",
3
- "version": "4.3.0-dev.14",
3
+ "version": "4.3.0-dev.15",
4
4
  "description": "iTwin.js Core Geometry library",
5
5
  "main": "lib/cjs/core-geometry.js",
6
6
  "module": "lib/esm/core-geometry.js",
@@ -35,11 +35,11 @@
35
35
  "nyc": "^15.1.0",
36
36
  "rimraf": "^3.0.2",
37
37
  "typescript": "~5.0.2",
38
- "@itwin/build-tools": "4.3.0-dev.14"
38
+ "@itwin/build-tools": "4.3.0-dev.15"
39
39
  },
40
40
  "dependencies": {
41
41
  "flatbuffers": "~1.12.0",
42
- "@itwin/core-bentley": "4.3.0-dev.14"
42
+ "@itwin/core-bentley": "4.3.0-dev.15"
43
43
  },
44
44
  "nyc": {
45
45
  "extends": "./node_modules/@itwin/build-tools/.nycrc",