@rustledger/wasm 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -63,18 +63,19 @@ Parse and validate your ledger faster than Python beancount.
63
63
 
64
64
  ## Install
65
65
 
66
- | Platform | Command |
67
- |----------|---------|
68
- | **macOS/Linux** | `brew install rustledger` |
69
- | **Arch Linux** | `yay -S rustledger-bin` or `yay -S rustledger` (from source) |
70
- | **Windows** | `scoop bucket add rustledger https://github.com/rustledger/scoop-rustledger && scoop install rustledger` |
71
- | **Cargo** | `cargo binstall rustledger` or `cargo install rustledger` |
72
- | **Fedora/RHEL** | `sudo dnf copr enable robcohen/rustledger && sudo dnf install rustledger` |
73
- | **Nix** | `nix run github:rustledger/rustledger` |
74
- | **Docker** | `docker run --rm -v "$PWD:/data" ghcr.io/rustledger/rustledger /data/ledger.beancount` |
75
- | **Binaries** | [GitHub Releases](https://github.com/rustledger/rustledger/releases) |
76
- | **npm (WASM)** | `npm install @rustledger/wasm` |
77
- | **npm (MCP)** | `npx @rustledger/mcp-server` ([Model Context Protocol](https://modelcontextprotocol.io) server) |
66
+ | Platform | Command | Status |
67
+ |----------|---------|:------:|
68
+ | **macOS** | `brew install rustledger` | [![Homebrew macOS](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-homebrew-macos.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
69
+ | **Linux** | `brew install rustledger` | [![Homebrew Linux](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-homebrew.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
70
+ | **Arch Linux** | `yay -S rustledger-bin` | [![AUR](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-aur.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
71
+ | **Fedora/RHEL** | `sudo dnf copr enable robcohen/rustledger && sudo dnf install rustledger` | [![COPR](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-copr.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
72
+ | **Windows** | `scoop bucket add rustledger https://github.com/rustledger/scoop-rustledger && scoop install rustledger` | [![Scoop](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-scoop.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
73
+ | **Cargo** | `cargo binstall rustledger` or `cargo install rustledger` | [![Cargo](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-cargo.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
74
+ | **Nix** | `nix run github:rustledger/rustledger` | [![Nix](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-nix.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
75
+ | **Docker** | `docker run --rm -v "$PWD:/data" ghcr.io/rustledger/rustledger /data/ledger.beancount` | [![Docker](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-docker.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
76
+ | **Binaries** | [GitHub Releases](https://github.com/rustledger/rustledger/releases) | [![Linux](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-github-release.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) [![macOS](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-github-release-macos.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) [![Windows](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-github-release-windows.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
77
+ | **npm (WASM)** | `npm install @rustledger/wasm` | [![npm WASM](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-npm.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
78
+ | **npm (MCP)** | `npx @rustledger/mcp-server` ([Model Context Protocol](https://modelcontextprotocol.io) server) | [![npm MCP](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/rustledger/rustledger/badges/.github/badges/test-npm-mcp.json)](https://github.com/rustledger/rustledger/actions/workflows/release-test.yml) |
78
79
 
79
80
  <sub>Missing your platform? [Open an issue](https://github.com/rustledger/rustledger/issues/new) to request it.</sub>
80
81
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Rustledger Contributors"
6
6
  ],
7
7
  "description": "Beancount WebAssembly bindings for JavaScript/TypeScript",
8
- "version": "0.9.0",
8
+ "version": "0.9.1",
9
9
  "license": "GPL-3.0-only",
10
10
  "repository": {
11
11
  "type": "git",
Binary file