Skip to content

Commit

Permalink
docs: update pkg meta & readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 18, 2024
1 parent eebc6cd commit 435817b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/wasm-api-canvas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ some additional drawing utilities to minimize boilerplate & WASM/JS cross-callin

## Status

**ALPHA** - bleeding edge / work-in-progress
**STABLE** - used in production

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bwasm-api-canvas%5D+in%3Atitle)

Expand All @@ -59,7 +59,7 @@ Browser ESM import:

[JSDelivr documentation](https://www.jsdelivr.com/)

Package sizes (brotli'd, pre-treeshake): ESM: 2.65 KB
Package sizes (brotli'd, pre-treeshake): ESM: 2.66 KB

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"keywords": [
"2d",
"browser",
"codegen",
"canvas",
"drawing",
"interop",
Expand Down Expand Up @@ -87,7 +88,6 @@
},
"thi.ng": {
"parent": "@thi.ng/wasm-api",
"status": "alpha",
"year": 2022,
"screenshot": "wasm-api-canvas/readme.png"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-api-dom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const Counter = struct {

## Status

**ALPHA** - bleeding edge / work-in-progress
**STABLE** - used in production

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bwasm-api-dom%5D+in%3Atitle)

Expand All @@ -310,7 +310,7 @@ Browser ESM import:

[JSDelivr documentation](https://www.jsdelivr.com/)

Package sizes (brotli'd, pre-treeshake): ESM: 4.03 KB
Package sizes (brotli'd, pre-treeshake): ESM: 4.04 KB

## Dependencies

Expand Down
1 change: 0 additions & 1 deletion packages/wasm-api-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
},
"thi.ng": {
"parent": "@thi.ng/wasm-api",
"status": "alpha",
"year": 2022
}
}
4 changes: 2 additions & 2 deletions packages/wasm-api-schedule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ example projects for more advanced usage...

## Status

**ALPHA** - bleeding edge / work-in-progress
**STABLE** - used in production

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bwasm-api-schedule%5D+in%3Atitle)

Expand All @@ -111,7 +111,7 @@ Browser ESM import:

[JSDelivr documentation](https://www.jsdelivr.com/)

Package sizes (brotli'd, pre-treeshake): ESM: 554 bytes
Package sizes (brotli'd, pre-treeshake): ESM: 562 bytes

## Dependencies

Expand Down
1 change: 0 additions & 1 deletion packages/wasm-api-schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
},
"thi.ng": {
"parent": "@thi.ng/wasm-api",
"status": "alpha",
"year": 2022
}
}
1 change: 1 addition & 0 deletions packages/wasm-api-webgl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ WebGL bridge API for hybrid TypeScript & WASM (Zig) applications. This is a supp

## Related packages

- [@thi.ng/wasm-api-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-canvas) - HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications
- [@thi.ng/webgl](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl) - WebGL & GLSL abstraction layer

## Installation
Expand Down
1 change: 1 addition & 0 deletions packages/wasm-api-webgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"thi.ng": {
"parent": "@thi.ng/wasm-api",
"related": [
"wasm-api-canvas",
"webgl"
],
"status": "alpha",
Expand Down

0 comments on commit 435817b

Please sign in to comment.