Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 22, 2024
1 parent 3e1bbf6 commit 4e2bf6b
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 36 deletions.
2 changes: 1 addition & 1 deletion packages/geom-accel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-20T14:42:45Z
- **Last updated**: 2024-04-22T09:56:21Z
- **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/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.6.0",
"version": "3.6.1",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",
"type": "module",
"module": "./index.js",
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.87",
"version": "0.5.88",
"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 @@ -42,7 +42,7 @@
"@thi.ng/compare": "^2.3.3",
"@thi.ng/defmulti": "^3.0.37",
"@thi.ng/geom": "^6.1.7",
"@thi.ng/geom-accel": "^3.6.0",
"@thi.ng/geom-accel": "^3.6.1",
"@thi.ng/geom-api": "^4.0.7",
"@thi.ng/geom-clip-line": "^2.3.86",
"@thi.ng/geom-isec": "^3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/transducers-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-20T14:42:45Z
- **Last updated**: 2024-04-22T09:56:21Z
- **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/transducers-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers-async",
"version": "0.2.0",
"version": "0.2.1",
"description": "Async versions of various highly composable transducers, reducers and iterators",
"type": "module",
"module": "./index.js",
Expand Down
11 changes: 10 additions & 1 deletion packages/wasm-api-bindgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-20T14:42:45Z
- **Last updated**: 2024-04-22T09:56:21Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,15 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.5.0) (2024-04-22)

#### 🚀 Features

- update Zig funcptr codegen to include `callconv(.C)` ([ac3da9e](https://github.com/thi-ng/umbrella/commit/ac3da9e))
- `callconv` explicitly required for function pointers in `extern struct`s in Zig v0.12
- update docs
- update test snapshots

### [0.4.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.4.69) (2024-04-20)

#### ♻️ Refactoring
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-api-bindgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-bindgen",
"version": "0.4.69",
"version": "0.5.0",
"description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@thi.ng/logger": "^3.0.10",
"@thi.ng/paths": "^5.1.79",
"@thi.ng/strings": "^3.7.31",
"@thi.ng/wasm-api": "^1.4.69"
"@thi.ng/wasm-api": "^1.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/wasm-api-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-canvas",
"version": "0.1.80",
"version": "0.1.81",
"description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@thi.ng/binary": "^3.4.23",
"@thi.ng/wasm-api": "^1.4.69",
"@thi.ng/wasm-api-dom": "^0.11.88"
"@thi.ng/wasm-api": "^1.5.0",
"@thi.ng/wasm-api-dom": "^0.11.89"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/wasm-api-bindgen": "^0.4.69",
"@thi.ng/wasm-api-bindgen": "^0.5.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
Expand Down
8 changes: 7 additions & 1 deletion packages/wasm-api-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-20T14:42:45Z
- **Last updated**: 2024-04-22T09:56:21Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [0.11.89](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@0.11.89) (2024-04-22)

#### ♻️ Refactoring

- minor zig v0.12.0 updates ([ee4f117](https://github.com/thi-ng/umbrella/commit/ee4f117))

### [0.11.88](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@0.11.88) (2024-04-20)

#### ♻️ Refactoring
Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-api-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-dom",
"version": "0.11.88",
"version": "0.11.89",
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,11 +44,11 @@
"@thi.ng/canvas": "^0.2.17",
"@thi.ng/errors": "^2.5.5",
"@thi.ng/prefixes": "^2.3.17",
"@thi.ng/wasm-api": "^1.4.69"
"@thi.ng/wasm-api": "^1.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/wasm-api-bindgen": "^0.4.69",
"@thi.ng/wasm-api-bindgen": "^0.5.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-20T14:42:45Z
- **Last updated**: 2024-04-22T09:56:21Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-api-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-schedule",
"version": "0.3.84",
"version": "0.3.85",
"description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.0",
"@thi.ng/wasm-api": "^1.4.69"
"@thi.ng/wasm-api": "^1.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/wasm-api-bindgen": "^0.4.69",
"@thi.ng/wasm-api-bindgen": "^0.5.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
Expand Down
17 changes: 16 additions & 1 deletion packages/wasm-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-20T14:42:45Z
- **Last updated**: 2024-04-22T09:56:21Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,21 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [1.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.5.0) (2024-04-22)

#### 🚀 Features

- update build script for zig v0.12.0 (incomplete) ([99a1916](https://github.com/thi-ng/umbrella/commit/99a1916))
- store existing script as build-v0.11.zig

#### 🩹 Bug fixes

- re-add -rdynamic flag in build.zig ([f509d1e](https://github.com/thi-ng/umbrella/commit/f509d1e))

#### ♻️ Refactoring

- minor zig v0.12.0 updates ([4a0751c](https://github.com/thi-ng/umbrella/commit/4a0751c))

### [1.4.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.69) (2024-04-20)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api",
"version": "1.4.69",
"version": "1.5.0",
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",
"type": "module",
"module": "./index.js",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4425,7 +4425,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/geom-accel@npm:^3.6.0, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel":
"@thi.ng/geom-accel@npm:^3.6.1, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel":
version: 0.0.0-use.local
resolution: "@thi.ng/geom-accel@workspace:packages/geom-accel"
dependencies:
Expand Down Expand Up @@ -4491,7 +4491,7 @@ __metadata:
"@thi.ng/compare": "npm:^2.3.3"
"@thi.ng/defmulti": "npm:^3.0.37"
"@thi.ng/geom": "npm:^6.1.7"
"@thi.ng/geom-accel": "npm:^3.6.0"
"@thi.ng/geom-accel": "npm:^3.6.1"
"@thi.ng/geom-api": "npm:^4.0.7"
"@thi.ng/geom-clip-line": "npm:^2.3.86"
"@thi.ng/geom-isec": "npm:^3.0.7"
Expand Down Expand Up @@ -6633,7 +6633,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/wasm-api-bindgen@npm:^0.4.69, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen":
"@thi.ng/wasm-api-bindgen@npm:^0.5.0, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen":
version: 0.0.0-use.local
resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen"
dependencies:
Expand All @@ -6650,7 +6650,7 @@ __metadata:
"@thi.ng/logger": "npm:^3.0.10"
"@thi.ng/paths": "npm:^5.1.79"
"@thi.ng/strings": "npm:^3.7.31"
"@thi.ng/wasm-api": "npm:^1.4.69"
"@thi.ng/wasm-api": "npm:^1.5.0"
esbuild: "npm:^0.20.2"
rimraf: "npm:^5.0.5"
typedoc: "npm:^0.25.12"
Expand All @@ -6666,17 +6666,17 @@ __metadata:
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/binary": "npm:^3.4.23"
"@thi.ng/wasm-api": "npm:^1.4.69"
"@thi.ng/wasm-api-bindgen": "npm:^0.4.69"
"@thi.ng/wasm-api-dom": "npm:^0.11.88"
"@thi.ng/wasm-api": "npm:^1.5.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.5.0"
"@thi.ng/wasm-api-dom": "npm:^0.11.89"
esbuild: "npm:^0.20.2"
rimraf: "npm:^5.0.5"
typedoc: "npm:^0.25.12"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

"@thi.ng/wasm-api-dom@npm:^0.11.88, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom":
"@thi.ng/wasm-api-dom@npm:^0.11.89, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom":
version: 0.0.0-use.local
resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom"
dependencies:
Expand All @@ -6685,8 +6685,8 @@ __metadata:
"@thi.ng/canvas": "npm:^0.2.17"
"@thi.ng/errors": "npm:^2.5.5"
"@thi.ng/prefixes": "npm:^2.3.17"
"@thi.ng/wasm-api": "npm:^1.4.69"
"@thi.ng/wasm-api-bindgen": "npm:^0.4.69"
"@thi.ng/wasm-api": "npm:^1.5.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.5.0"
esbuild: "npm:^0.20.2"
rimraf: "npm:^5.0.5"
typedoc: "npm:^0.25.12"
Expand All @@ -6700,16 +6700,16 @@ __metadata:
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/api": "npm:^8.11.0"
"@thi.ng/wasm-api": "npm:^1.4.69"
"@thi.ng/wasm-api-bindgen": "npm:^0.4.69"
"@thi.ng/wasm-api": "npm:^1.5.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.5.0"
esbuild: "npm:^0.20.2"
rimraf: "npm:^5.0.5"
typedoc: "npm:^0.25.12"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

"@thi.ng/wasm-api@npm:^1.4.69, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api":
"@thi.ng/wasm-api@npm:^1.5.0, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api":
version: 0.0.0-use.local
resolution: "@thi.ng/wasm-api@workspace:packages/wasm-api"
dependencies:
Expand Down

0 comments on commit 4e2bf6b

Please sign in to comment.