@nirs4all/formats-wasm 0.2.1 → 0.2.3

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
@@ -13,8 +13,9 @@ wasm-pack build bindings/wasm --target web --release
13
13
  wasm-pack build bindings/wasm --target nodejs --release --out-dir pkg-node
14
14
  ```
15
15
 
16
- This emits the `nirs4all-formats-wasm` package (JS glue + `.wasm` + TypeScript
17
- typings) under `pkg/` (or `pkg-node/`).
16
+ This emits the JS glue, `.wasm` binary, and TypeScript typings under `pkg/`
17
+ (or `pkg-node/`). Tagged releases publish that surface as
18
+ `@nirs4all/formats-wasm` on npm.
18
19
 
19
20
  ## Surface
20
21
 
Binary file
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "Gregory Beurier <gregory.beurier@cirad.fr>"
5
5
  ],
6
6
  "description": "WebAssembly bindings for nirs4all-formats.",
7
- "version": "0.2.1",
7
+ "version": "0.2.3",
8
8
  "license": "CECILL-2.1 OR AGPL-3.0-or-later",
9
9
  "repository": {
10
10
  "type": "git",