nirs4all 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,10 @@
2
2
 
3
3
  npm package name: `nirs4all`
4
4
 
5
- The canonical source repository is `nirs4all-core`; the npm publication keeps
6
- the bare `nirs4all` name because the lite->core rename applies only to the
7
- Python distribution.
5
+ The canonical source repository is `nirs4all-core`; the npm publication uses
6
+ the bare `nirs4all` name as the JavaScript/WASM aggregate surface. Python alone
7
+ uses the `nirs4all-core` distribution name to avoid colliding with the full
8
+ modelling library.
8
9
 
9
10
  This package is the runtime surface that `nirs4all-web` should consume. The web
10
11
  application lives in `nirs4all-web`; this directory is for the reusable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nirs4all",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Portable nirs4all aggregate binding for JavaScript and WASM",
5
5
  "type": "module",
6
6
  "exports": {