Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 12, 2023
1 parent ae43ff9 commit 22e36fa
Show file tree
Hide file tree
Showing 61 changed files with 367 additions and 352 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.40",
"version": "1.1.41",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/math": "^5.7.7",
"@thi.ng/transducers": "^8.8.15",
"@thi.ng/units": "^0.4.19",
"@thi.ng/vectors": "^7.8.9",
"@thi.ng/vectors": "^7.8.10",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/boids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/boids",
"version": "0.1.9",
"version": "0.1.10",
"description": "n-dimensional boids simulation with highly configurable behaviors",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.12",
"@thi.ng/distance": "^2.4.34",
"@thi.ng/geom-accel": "^3.5.34",
"@thi.ng/timestep": "^0.5.9",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/distance": "^2.4.35",
"@thi.ng/geom-accel": "^3.5.35",
"@thi.ng/timestep": "^0.5.10",
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
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.2.17",
"version": "1.2.18",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/api": "^8.9.12",
"@thi.ng/base-n": "^2.5.20",
"@thi.ng/checks": "^3.4.12",
"@thi.ng/color": "^5.6.4",
"@thi.ng/color": "^5.6.5",
"@thi.ng/errors": "^2.4.6",
"@thi.ng/hex": "^2.3.24"
},
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.6.4",
"version": "5.6.5",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@thi.ng/random": "^3.6.18",
"@thi.ng/strings": "^3.7.3",
"@thi.ng/transducers": "^8.8.15",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.2.22",
"version": "0.2.23",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.12",
"@thi.ng/checks": "^3.4.12",
"@thi.ng/math": "^5.7.7",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.34",
"version": "2.4.35",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/errors": "^2.4.6",
"@thi.ng/heaps": "^2.1.48",
"@thi.ng/math": "^5.7.7",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.102",
"version": "2.1.103",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,10 +38,10 @@
"@thi.ng/api": "^8.9.12",
"@thi.ng/fuzzy": "^2.1.53",
"@thi.ng/hiccup": "^5.1.1",
"@thi.ng/hiccup-svg": "^5.0.38",
"@thi.ng/hiccup-svg": "^5.0.39",
"@thi.ng/math": "^5.7.7",
"@thi.ng/strings": "^3.7.3",
"@thi.ng/text-canvas": "^2.6.23"
"@thi.ng/text-canvas": "^2.6.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.34",
"version": "3.5.35",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,15 +39,15 @@
"@thi.ng/api": "^8.9.12",
"@thi.ng/arrays": "^2.7.8",
"@thi.ng/checks": "^3.4.12",
"@thi.ng/distance": "^2.4.34",
"@thi.ng/distance": "^2.4.35",
"@thi.ng/equiv": "^2.1.37",
"@thi.ng/errors": "^2.4.6",
"@thi.ng/geom-api": "^3.4.50",
"@thi.ng/geom-isec": "^2.1.92",
"@thi.ng/geom-api": "^3.4.51",
"@thi.ng/geom-isec": "^2.1.93",
"@thi.ng/heaps": "^2.1.48",
"@thi.ng/math": "^5.7.7",
"@thi.ng/transducers": "^8.8.15",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.50",
"version": "3.4.51",
"description": "Shared type & interface declarations for @thi.ng/geom packages",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.12",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.93",
"version": "2.1.94",
"description": "2D circular / elliptic arc operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@thi.ng/checks": "^3.4.12",
"@thi.ng/geom-api": "^3.4.50",
"@thi.ng/geom-resample": "^2.3.14",
"@thi.ng/geom-api": "^3.4.51",
"@thi.ng/geom-resample": "^2.3.15",
"@thi.ng/math": "^5.7.7",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.46",
"version": "0.5.47",
"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 @@ -37,16 +37,16 @@
"dependencies": {
"@thi.ng/api": "^8.9.12",
"@thi.ng/arrays": "^2.7.8",
"@thi.ng/axidraw": "^1.1.40",
"@thi.ng/axidraw": "^1.1.41",
"@thi.ng/compare": "^2.2.8",
"@thi.ng/defmulti": "^3.0.10",
"@thi.ng/geom": "^6.0.8",
"@thi.ng/geom-accel": "^3.5.34",
"@thi.ng/geom-api": "^3.4.50",
"@thi.ng/geom-clip-line": "^2.3.50",
"@thi.ng/geom-isec": "^2.1.92",
"@thi.ng/geom": "^6.0.9",
"@thi.ng/geom-accel": "^3.5.35",
"@thi.ng/geom-api": "^3.4.51",
"@thi.ng/geom-clip-line": "^2.3.51",
"@thi.ng/geom-isec": "^2.1.93",
"@thi.ng/transducers": "^8.8.15",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.50",
"version": "2.3.51",
"description": "2D line clipping (Liang-Barsky)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.12",
"@thi.ng/geom-isec": "^2.1.92",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/geom-isec": "^2.1.93",
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.92",
"version": "2.1.93",
"description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/geom-isec": "^2.1.92",
"@thi.ng/geom-poly-utils": "^2.3.76",
"@thi.ng/geom-isec": "^2.1.93",
"@thi.ng/geom-poly-utils": "^2.3.77",
"@thi.ng/math": "^5.7.7",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.88",
"version": "2.1.89",
"description": "2D / 3D closest point / proximity helpers",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.12",
"@thi.ng/math": "^5.7.7",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.60",
"version": "2.2.61",
"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 @@ -37,14 +37,14 @@
"dependencies": {
"@thi.ng/api": "^8.9.12",
"@thi.ng/associative": "^6.3.24",
"@thi.ng/color": "^5.6.4",
"@thi.ng/geom": "^6.0.8",
"@thi.ng/geom-api": "^3.4.50",
"@thi.ng/geom-clip-line": "^2.3.50",
"@thi.ng/geom-resample": "^2.3.14",
"@thi.ng/color": "^5.6.5",
"@thi.ng/geom": "^6.0.9",
"@thi.ng/geom-api": "^3.4.51",
"@thi.ng/geom-clip-line": "^2.3.51",
"@thi.ng/geom-resample": "^2.3.15",
"@thi.ng/grid-iterators": "^4.0.36",
"@thi.ng/transducers": "^8.8.15",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.88",
"version": "2.1.89",
"description": "Fast 2D convex hull (Graham Scan)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@thi.ng/math": "^5.7.7",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.88",
"version": "0.3.89",
"description": "Wavefront OBJ parser (& exporter soon)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.12",
"@thi.ng/errors": "^2.4.6",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.92",
"version": "2.1.93",
"description": "2D/3D shape intersection checks",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.12",
"@thi.ng/geom-api": "^3.4.50",
"@thi.ng/geom-closest-point": "^2.1.88",
"@thi.ng/geom-api": "^3.4.51",
"@thi.ng/geom-closest-point": "^2.1.89",
"@thi.ng/math": "^5.7.7",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.88",
"version": "2.1.89",
"description": "Fast 2D contour line extraction / generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.12",
"@thi.ng/transducers": "^8.8.15",
"@thi.ng/vectors": "^7.8.9"
"@thi.ng/vectors": "^7.8.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
Loading

0 comments on commit 22e36fa

Please sign in to comment.