Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 16, 2023
1 parent fe2007b commit a6a6217
Show file tree
Hide file tree
Showing 55 changed files with 345 additions and 335 deletions.
4 changes: 2 additions & 2 deletions packages/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.1.6",
"version": "1.1.7",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/math": "^5.4.11",
"@thi.ng/transducers": "^8.4.6",
"@thi.ng/units": "^0.4.5",
"@thi.ng/vectors": "^7.6.15",
"@thi.ng/vectors": "^7.7.0",
"serialport": "^11.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/color-palettes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color-palettes",
"version": "1.1.2",
"version": "1.1.3",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.8.2",
"@thi.ng/base-n": "^2.5.5",
"@thi.ng/checks": "^3.3.14",
"@thi.ng/color": "^5.5.3",
"@thi.ng/color": "^5.5.4",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/hex": "^2.3.11"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "5.5.3",
"version": "5.5.4",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@thi.ng/random": "^3.4.2",
"@thi.ng/strings": "^3.4.7",
"@thi.ng/transducers": "^8.4.6",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/complex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/complex",
"version": "0.1.46",
"version": "0.1.47",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.8.2",
"@thi.ng/checks": "^3.3.14",
"@thi.ng/math": "^5.4.11",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/distance",
"version": "2.4.1",
"version": "2.4.2",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/errors": "^2.2.17",
"@thi.ng/heaps": "^2.1.33",
"@thi.ng/math": "^5.4.11",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/fuzzy-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fuzzy-viz",
"version": "2.1.67",
"version": "2.1.68",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@thi.ng/api": "^8.8.2",
"@thi.ng/fuzzy": "^2.1.35",
"@thi.ng/hiccup": "^4.2.42",
"@thi.ng/hiccup-svg": "^5.0.4",
"@thi.ng/hiccup-svg": "^5.0.5",
"@thi.ng/math": "^5.4.11",
"@thi.ng/strings": "^3.4.7",
"@thi.ng/text-canvas": "^2.4.45"
"@thi.ng/text-canvas": "^2.4.46"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/geom-accel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-accel",
"version": "3.5.1",
"version": "3.5.2",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,15 +38,15 @@
"@thi.ng/api": "^8.8.2",
"@thi.ng/arrays": "^2.5.13",
"@thi.ng/checks": "^3.3.14",
"@thi.ng/distance": "^2.4.1",
"@thi.ng/distance": "^2.4.2",
"@thi.ng/equiv": "^2.1.24",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/geom-api": "^3.4.17",
"@thi.ng/geom-isec": "^2.1.59",
"@thi.ng/geom-api": "^3.4.18",
"@thi.ng/geom-isec": "^2.1.60",
"@thi.ng/heaps": "^2.1.33",
"@thi.ng/math": "^5.4.11",
"@thi.ng/transducers": "^8.4.6",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-api",
"version": "3.4.17",
"version": "3.4.18",
"description": "Shared type & interface declarations for @thi.ng/geom packages",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/geom-arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-arc",
"version": "2.1.60",
"version": "2.1.61",
"description": "2D circular / elliptic arc operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@thi.ng/checks": "^3.3.14",
"@thi.ng/geom-api": "^3.4.17",
"@thi.ng/geom-resample": "^2.2.17",
"@thi.ng/geom-api": "^3.4.18",
"@thi.ng/geom-resample": "^2.2.18",
"@thi.ng/math": "^5.4.11",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/geom-axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-axidraw",
"version": "0.5.9",
"version": "0.5.10",
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,16 +36,16 @@
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/arrays": "^2.5.13",
"@thi.ng/axidraw": "^1.1.6",
"@thi.ng/axidraw": "^1.1.7",
"@thi.ng/compare": "^2.1.32",
"@thi.ng/defmulti": "^2.1.38",
"@thi.ng/geom": "^5.0.4",
"@thi.ng/geom-accel": "^3.5.1",
"@thi.ng/geom-api": "^3.4.17",
"@thi.ng/geom-clip-line": "^2.3.17",
"@thi.ng/geom-isec": "^2.1.59",
"@thi.ng/geom": "^5.0.5",
"@thi.ng/geom-accel": "^3.5.2",
"@thi.ng/geom-api": "^3.4.18",
"@thi.ng/geom-clip-line": "^2.3.18",
"@thi.ng/geom-isec": "^2.1.60",
"@thi.ng/transducers": "^8.4.6",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-clip-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-clip-line",
"version": "2.3.17",
"version": "2.3.18",
"description": "2D line clipping (Liang-Barsky)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/geom-isec": "^2.1.59",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/geom-isec": "^2.1.60",
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/geom-clip-poly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-clip-poly",
"version": "2.1.59",
"version": "2.1.60",
"description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/geom-isec": "^2.1.59",
"@thi.ng/geom-poly-utils": "^2.3.43",
"@thi.ng/geom-isec": "^2.1.60",
"@thi.ng/geom-poly-utils": "^2.3.44",
"@thi.ng/math": "^5.4.11",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-closest-point/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-closest-point",
"version": "2.1.55",
"version": "2.1.56",
"description": "2D / 3D closest point / proximity helpers",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/math": "^5.4.11",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/geom-fuzz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-fuzz",
"version": "2.2.23",
"version": "2.2.24",
"description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,14 +36,14 @@
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/associative": "^6.2.38",
"@thi.ng/color": "^5.5.3",
"@thi.ng/geom": "^5.0.4",
"@thi.ng/geom-api": "^3.4.17",
"@thi.ng/geom-clip-line": "^2.3.17",
"@thi.ng/geom-resample": "^2.2.17",
"@thi.ng/color": "^5.5.4",
"@thi.ng/geom": "^5.0.5",
"@thi.ng/geom-api": "^3.4.18",
"@thi.ng/geom-clip-line": "^2.3.18",
"@thi.ng/geom-resample": "^2.2.18",
"@thi.ng/grid-iterators": "^4.0.4",
"@thi.ng/transducers": "^8.4.6",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-hull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-hull",
"version": "2.1.55",
"version": "2.1.56",
"description": "Fast 2D convex hull (Graham Scan)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/math": "^5.4.11",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-io-obj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-io-obj",
"version": "0.3.55",
"version": "0.3.56",
"description": "Wavefront OBJ parser (& exporter soon)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/geom-isec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-isec",
"version": "2.1.59",
"version": "2.1.60",
"description": "2D/3D shape intersection checks",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/geom-api": "^3.4.17",
"@thi.ng/geom-closest-point": "^2.1.55",
"@thi.ng/geom-api": "^3.4.18",
"@thi.ng/geom-closest-point": "^2.1.56",
"@thi.ng/math": "^5.4.11",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-isoline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-isoline",
"version": "2.1.55",
"version": "2.1.56",
"description": "Fast 2D contour line extraction / generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/transducers": "^8.4.6",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-poly-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-poly-utils",
"version": "2.3.43",
"version": "2.3.44",
"description": "2D polygon/polyline analysis & processing utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/geom-api": "^3.4.17",
"@thi.ng/geom-api": "^3.4.18",
"@thi.ng/math": "^5.4.11",
"@thi.ng/vectors": "^7.6.15"
"@thi.ng/vectors": "^7.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.3",
Expand Down
Loading

0 comments on commit a6a6217

Please sign in to comment.