Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 9, 2024
1 parent 5313460 commit 0d3bacf
Show file tree
Hide file tree
Showing 42 changed files with 144 additions and 138 deletions.
4 changes: 2 additions & 2 deletions packages/blurhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/blurhash",
"version": "0.1.14",
"version": "0.1.15",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.29",
"@thi.ng/base-n": "^2.7.6",
"@thi.ng/canvas": "^0.2.10",
"@thi.ng/canvas": "^0.2.11",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/math": "^5.10.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-09T09:18:17Z
- **Last updated**: 2024-03-09T13:46:38Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/canvas",
"version": "0.2.10",
"version": "0.2.11",
"description": "Canvas creation & HDPI support helpers",
"type": "module",
"module": "./index.js",
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.43",
"version": "1.2.44",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/api": "^8.9.29",
"@thi.ng/base-n": "^2.7.6",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/color": "^5.6.30",
"@thi.ng/color": "^5.6.31",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/hex": "^2.3.39"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-09T09:18:17Z
- **Last updated**: 2024-03-09T13:46:38Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion 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.30",
"version": "5.6.31",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-09T09:18:17Z
- **Last updated**: 2024-03-09T13:46:38Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/dsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dsp",
"version": "4.7.19",
"version": "4.7.20",
"description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 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.130",
"version": "2.1.131",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.29",
"@thi.ng/fuzzy": "^2.1.73",
"@thi.ng/hiccup": "^5.1.20",
"@thi.ng/hiccup-svg": "^5.2.22",
"@thi.ng/hiccup-svg": "^5.2.23",
"@thi.ng/math": "^5.10.6",
"@thi.ng/strings": "^3.7.22",
"@thi.ng/text-canvas": "^3.0.9"
Expand Down
4 changes: 2 additions & 2 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.75",
"version": "0.5.76",
"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 @@ -41,7 +41,7 @@
"@thi.ng/axidraw": "^1.1.65",
"@thi.ng/compare": "^2.2.25",
"@thi.ng/defmulti": "^3.0.30",
"@thi.ng/geom": "^6.0.37",
"@thi.ng/geom": "^6.0.38",
"@thi.ng/geom-accel": "^3.5.59",
"@thi.ng/geom-api": "^3.4.75",
"@thi.ng/geom-clip-line": "^2.3.75",
Expand Down
6 changes: 3 additions & 3 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.89",
"version": "2.2.90",
"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 @@ -38,8 +38,8 @@
"dependencies": {
"@thi.ng/api": "^8.9.29",
"@thi.ng/associative": "^6.3.47",
"@thi.ng/color": "^5.6.30",
"@thi.ng/geom": "^6.0.37",
"@thi.ng/color": "^5.6.31",
"@thi.ng/geom": "^6.0.38",
"@thi.ng/geom-api": "^3.4.75",
"@thi.ng/geom-clip-line": "^2.3.75",
"@thi.ng/geom-resample": "^2.3.39",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-sdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-sdf",
"version": "0.3.19",
"version": "0.3.20",
"description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.5.2",
"@thi.ng/defmulti": "^3.0.30",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/geom": "^6.0.37",
"@thi.ng/geom": "^6.0.38",
"@thi.ng/geom-api": "^3.4.75",
"@thi.ng/geom-isoline": "^2.1.113",
"@thi.ng/geom-poly-utils": "^2.3.101",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-trace-bitmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-trace-bitmap",
"version": "0.3.67",
"version": "0.3.68",
"description": "Bitmap image to hairline vector and point cloud conversions",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/errors": "^2.4.20",
"@thi.ng/grid-iterators": "^4.0.60",
"@thi.ng/matrices": "^2.3.23",
"@thi.ng/pixel": "^6.1.17",
"@thi.ng/pixel": "^6.1.18",
"@thi.ng/vectors": "^7.10.17"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "6.0.37",
"version": "6.0.38",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@thi.ng/geom-subdiv-curve": "^2.1.117",
"@thi.ng/geom-tessellate": "^2.1.118",
"@thi.ng/hiccup": "^5.1.20",
"@thi.ng/hiccup-svg": "^5.2.22",
"@thi.ng/hiccup-svg": "^5.2.23",
"@thi.ng/math": "^5.10.6",
"@thi.ng/matrices": "^2.3.23",
"@thi.ng/random": "^3.6.36",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-canvas",
"version": "4.1.125",
"version": "4.1.126",
"description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/diff": "^5.1.62",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/hdom": "^9.4.22",
"@thi.ng/hiccup-canvas": "^2.5.24"
"@thi.ng/hiccup-canvas": "^2.5.25"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-components",
"version": "5.1.105",
"version": "5.1.106",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.29",
"@thi.ng/canvas": "^0.2.10",
"@thi.ng/canvas": "^0.2.11",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/math": "^5.10.6",
"@thi.ng/transducers": "^8.9.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/hiccup-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-canvas",
"version": "2.5.24",
"version": "2.5.25",
"description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@thi.ng/api": "^8.9.29",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/color": "^5.6.30",
"@thi.ng/color": "^5.6.31",
"@thi.ng/math": "^5.10.6",
"@thi.ng/pixel": "^6.1.17",
"@thi.ng/pixel": "^6.1.18",
"@thi.ng/vectors": "^7.10.17"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-svg",
"version": "5.2.22",
"version": "5.2.23",
"description": "SVG element functions for @thi.ng/hiccup & related tooling",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/checks": "^3.5.2",
"@thi.ng/color": "^5.6.30",
"@thi.ng/color": "^5.6.31",
"@thi.ng/prefixes": "^2.3.12"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/imago/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imago",
"version": "0.6.2",
"version": "0.6.3",
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,15 +38,15 @@
"dependencies": {
"@thi.ng/api": "^8.9.29",
"@thi.ng/associative": "^6.3.47",
"@thi.ng/blurhash": "^0.1.14",
"@thi.ng/blurhash": "^0.1.15",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/date": "^2.7.6",
"@thi.ng/defmulti": "^3.0.30",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/file-io": "^1.3.7",
"@thi.ng/logger": "^3.0.5",
"@thi.ng/pixel": "^6.1.17",
"@thi.ng/pixel-dither": "^1.1.115",
"@thi.ng/pixel": "^6.1.18",
"@thi.ng/pixel-dither": "^1.1.116",
"@thi.ng/prefixes": "^2.3.12",
"sharp": "^0.33.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/imgui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imgui",
"version": "2.2.43",
"version": "2.2.44",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.29",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/geom": "^6.0.37",
"@thi.ng/geom": "^6.0.38",
"@thi.ng/geom-api": "^3.4.75",
"@thi.ng/geom-isec": "^2.1.117",
"@thi.ng/geom-tessellate": "^2.1.118",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-dither/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-dither",
"version": "1.1.115",
"version": "1.1.116",
"description": "Extensible image dithering w/ various algorithm presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/checks": "^3.5.2",
"@thi.ng/math": "^5.10.6",
"@thi.ng/pixel": "^6.1.17"
"@thi.ng/pixel": "^6.1.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-geotiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-geotiff",
"version": "0.1.76",
"version": "0.1.77",
"description": "GeoTIFF reader support for @thi.ng/pixel",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.29",
"@thi.ng/pixel": "^6.1.17",
"@thi.ng/pixel": "^6.1.18",
"geotiff": "2.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-netpbm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-netpbm",
"version": "2.1.115",
"version": "2.1.116",
"description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.29",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/pixel": "^6.1.17"
"@thi.ng/pixel": "^6.1.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-pfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-pfm",
"version": "0.1.56",
"version": "0.1.57",
"description": "Portable FloatMap image format support for @thi.ng/pixel",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/errors": "^2.4.20",
"@thi.ng/pixel": "^6.1.17"
"@thi.ng/pixel": "^6.1.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel",
"version": "6.1.17",
"version": "6.1.18",
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.29",
"@thi.ng/binary": "^3.4.18",
"@thi.ng/canvas": "^0.2.10",
"@thi.ng/canvas": "^0.2.11",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/distance": "^2.4.59",
"@thi.ng/errors": "^2.4.20",
Expand Down
Loading

0 comments on commit 0d3bacf

Please sign in to comment.