@thi.ng/quad-edge
Advanced tools
Comparing version 3.1.37 to 3.1.39
# Change Log | ||
- **Last updated**: 2023-10-23T07:37:37Z | ||
- **Last updated**: 2023-11-09T10:28:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [3.1.38](https://github.com/thi-ng/umbrella/tree/@thi.ng/quad-edge@3.1.38) (2023-11-09) | ||
#### ♻️ Refactoring | ||
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4)) | ||
## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/quad-edge@3.1.0) (2021-11-17) | ||
@@ -14,0 +20,0 @@ |
@@ -26,2 +26,5 @@ import { assert } from "@thi.ng/errors/assert"; | ||
export class Edge { | ||
id; | ||
parent; | ||
origin; | ||
constructor(parent, id) { | ||
@@ -32,2 +35,6 @@ this.parent = parent; | ||
/** | ||
* Next CCW edge from this edge's origin. | ||
*/ | ||
onext; | ||
/** | ||
* Next CW edge from this edge's origin. | ||
@@ -34,0 +41,0 @@ */ |
{ | ||
"name": "@thi.ng/quad-edge", | ||
"version": "3.1.37", | ||
"version": "3.1.39", | ||
"description": "Quadedge data structure after Guibas & Stolfi", | ||
@@ -31,16 +31,15 @@ "type": "module", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
"test": "bun test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/errors": "^2.4.0" | ||
"@thi.ng/errors": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@thi.ng/testament": "^0.3.24", | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.1", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.2", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
@@ -82,3 +81,3 @@ }, | ||
}, | ||
"gitHead": "dc7eeaba72f3c3977f2d6cc201e595ed6d68e2ad\n" | ||
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n" | ||
} |
@@ -69,3 +69,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 473 bytes | ||
Package sizes (brotli'd, pre-treeshake): ESM: 559 bytes | ||
@@ -72,0 +72,0 @@ ## Dependencies |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27235
278
Updated@thi.ng/errors@^2.4.2