Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 29, 2024
1 parent 02d8178 commit 66e4c19
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 24 deletions.
4 changes: 2 additions & 2 deletions packages/hiccup-html-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-html-parse",
"version": "0.3.51",
"version": "0.3.52",
"description": "Well-formed HTML parsing and customizable transformation to nested JS arrays in @thi.ng/hiccup format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/parse": "^2.4.51",
"@thi.ng/parse": "^2.4.52",
"@thi.ng/strings": "^3.8.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-markdown",
"version": "3.2.100",
"version": "3.2.101",
"description": "Markdown parser & serializer from/to Hiccup format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/errors": "^2.5.15",
"@thi.ng/hiccup": "^5.2.12",
"@thi.ng/logger": "^3.0.19",
"@thi.ng/parse": "^2.4.51",
"@thi.ng/parse": "^2.4.52",
"@thi.ng/strings": "^3.8.4",
"@thi.ng/text-canvas": "^3.0.35"
},
Expand Down
11 changes: 10 additions & 1 deletion packages/parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-08-29T12:31:25Z
- **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.

### [2.4.52](https://github.com/thi-ng/umbrella/tree/@thi.ng/parse@2.4.52) (2024-08-29)

#### ⏱ Performance improvements

- update ParseState & ParseScope handling (result: 1.2-1.6x faster) ([c94b5cf](https://github.com/thi-ng/umbrella/commit/c94b5cf))
- refactor ParseState/Scope as data classes (keep same structure)
- minor update scope transforms
- update tests

### [2.4.43](https://github.com/thi-ng/umbrella/tree/@thi.ng/parse@2.4.43) (2024-06-21)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/parse",
"version": "2.4.51",
"version": "2.4.52",
"description": "Purely functional parser combinators & AST generation for generic inputs",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/proctext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/proctext",
"version": "0.2.2",
"version": "0.2.3",
"description": "Extensible procedural text generation engine with dynamic, mutable state, indirection, randomizable & recursive variable expansions",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/object-utils": "^1.1.2",
"@thi.ng/parse": "^2.4.51",
"@thi.ng/parse": "^2.4.52",
"@thi.ng/random": "^4.0.3",
"@thi.ng/strings": "^3.8.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-20T11:41:56Z
- **Last updated**: 2024-08-29T12:31:25Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 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": "1.0.1",
"version": "1.0.2",
"description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@thi.ng/binary": "^3.4.32",
"@thi.ng/wasm-api": "^2.0.0",
"@thi.ng/wasm-api-dom": "^1.0.0"
"@thi.ng/wasm-api-dom": "^1.0.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
2 changes: 1 addition & 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-08-18T14:11:34Z
- **Last updated**: 2024-08-29T12:31:25Z
- **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/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": "1.0.0",
"version": "1.0.1",
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
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-08-18T14:11:34Z
- **Last updated**: 2024-08-29T12:31:25Z
- **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/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": "1.0.0",
"version": "1.0.1",
"description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-api-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-webgl",
"version": "0.1.2",
"version": "0.1.3",
"description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/api": "^8.11.9",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/wasm-api": "^2.0.0",
"@thi.ng/wasm-api-dom": "^1.0.0",
"@thi.ng/wasm-api-dom": "^1.0.1",
"@thi.ng/webgl": "^6.9.14"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5286,7 +5286,7 @@ __metadata:
"@microsoft/api-extractor": "npm:^7.47.5"
"@thi.ng/api": "npm:^8.11.9"
"@thi.ng/defmulti": "npm:^3.0.47"
"@thi.ng/parse": "npm:^2.4.51"
"@thi.ng/parse": "npm:^2.4.52"
"@thi.ng/strings": "npm:^3.8.4"
esbuild: "npm:^0.23.0"
typedoc: "npm:^0.26.5"
Expand Down Expand Up @@ -5319,7 +5319,7 @@ __metadata:
"@thi.ng/errors": "npm:^2.5.15"
"@thi.ng/hiccup": "npm:^5.2.12"
"@thi.ng/logger": "npm:^3.0.19"
"@thi.ng/parse": "npm:^2.4.51"
"@thi.ng/parse": "npm:^2.4.52"
"@thi.ng/strings": "npm:^3.8.4"
"@thi.ng/text-canvas": "npm:^3.0.35"
esbuild: "npm:^0.23.0"
Expand Down Expand Up @@ -5736,7 +5736,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/parse@npm:^2.4.51, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse":
"@thi.ng/parse@npm:^2.4.52, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse":
version: 0.0.0-use.local
resolution: "@thi.ng/parse@workspace:packages/parse"
dependencies:
Expand Down Expand Up @@ -5956,7 +5956,7 @@ __metadata:
"@thi.ng/defmulti": "npm:^3.0.47"
"@thi.ng/errors": "npm:^2.5.15"
"@thi.ng/object-utils": "npm:^1.1.2"
"@thi.ng/parse": "npm:^2.4.51"
"@thi.ng/parse": "npm:^2.4.52"
"@thi.ng/random": "npm:^4.0.3"
"@thi.ng/strings": "npm:^3.8.4"
esbuild: "npm:^0.23.0"
Expand Down Expand Up @@ -6903,14 +6903,14 @@ __metadata:
"@thi.ng/binary": "npm:^3.4.32"
"@thi.ng/wasm-api": "npm:^2.0.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.0"
"@thi.ng/wasm-api-dom": "npm:^1.0.0"
"@thi.ng/wasm-api-dom": "npm:^1.0.1"
esbuild: "npm:^0.23.0"
typedoc: "npm:^0.26.5"
typescript: "npm:^5.5.4"
languageName: unknown
linkType: soft

"@thi.ng/wasm-api-dom@npm:^1.0.0, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom":
"@thi.ng/wasm-api-dom@npm:^1.0.1, @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 Down Expand Up @@ -6950,7 +6950,7 @@ __metadata:
"@thi.ng/errors": "npm:^2.5.15"
"@thi.ng/wasm-api": "npm:^2.0.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.0"
"@thi.ng/wasm-api-dom": "npm:^1.0.0"
"@thi.ng/wasm-api-dom": "npm:^1.0.1"
"@thi.ng/webgl": "npm:^6.9.14"
esbuild: "npm:^0.23.0"
typedoc: "npm:^0.26.5"
Expand Down

0 comments on commit 66e4c19

Please sign in to comment.