@nirs4all/methods 1.0.6 → 1.0.7

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
@@ -114,7 +114,7 @@ bindings/js/
114
114
  ├── CMakeLists.txt # Emscripten target wired into the project preset
115
115
  ├── package.json # @nirs4all/methods
116
116
  ├── tsconfig.json
117
- ├── INPUT_CONTRACT.md # the raw-array input contract (copied by nirs4all-lite)
117
+ ├── INPUT_CONTRACT.md # the raw-array input contract (consumed by nirs4all-core)
118
118
  ├── src/
119
119
  │ ├── wasm_entry.c # ABI header pull-in + raw-pointer PLS shims
120
120
  │ ├── ffi.ts # Module loader + matrix-view helpers
package/dist/n4m.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirs4all/methods",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "WebAssembly build of libn4m (nirs4all-methods) — portable PLS/NIRS engine, full 188-method surface.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",