apollonius
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "apollonius", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Solves Apollonius' problem by finding a fourth circle tangent to three given circles", | ||
@@ -14,3 +14,6 @@ "type": "module", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"CHANGELOG.md", | ||
"index.d.ts", | ||
"index.js" | ||
], | ||
@@ -21,3 +24,3 @@ "scripts": { | ||
"test:unit": "node test/index.js", | ||
"test:types": "echo \"Expect error:\" && ! tsc test/types.ts", | ||
"test:types": "tsc test/types.ts", | ||
"test:cjs": "node test/commonjs.cjs", | ||
@@ -24,0 +27,0 @@ "test": "npm run lint && npm run test:types && npm run build && npm run test:cjs && npm run test:unit", |
@@ -20,3 +20,3 @@ # apollonius | ||
[Installation](#installation) – [Usage](#usage) – [Special Cases](#special-cases) – [API](#api) – [Contribute](#contribute) | ||
[Installation](#installation) – [Usage](#usage) – [Special Cases](#special-cases) – [API](#api) – [Contribute](#contribute) - [GitHub](https://github.com/axelpale/apollonius) | ||
@@ -193,7 +193,13 @@ | ||
- [Affineplane](https://github.com/axelpale/affineplane) geometry library provided reference to data structures and documentation. | ||
- [Affineplane Circlepack](https://github.com/axelpale/affineplane-circlepack) was the first application to use the `apollonius` library. | ||
- [A theorem on circle configurations](https://arxiv.org/abs/0706.0372) by *Jerzy Kocik* provided general insight to the theory of the problem and its special cases. | ||
## Versioning | ||
The versioning convention of the package follows [Semantic Versioning 2.0.0](http://semver.org/). | ||
## License | ||
The apollonius source code is released under [MIT](LICENSE) license. | ||
The apollonius source code is open source and free to use. It is released under [MIT license](LICENSE). |
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
32753
8
458
204