xfingine 0.0.1 → 0.0.2

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
@@ -1,4 +1,4 @@
1
- # xfingine-wasm
1
+ # xfingine
2
2
 
3
3
  WebAssembly bindings for [**Xfingine**](https://github.com/sakthipriyan/xfingine) —
4
4
  pure computation engines for personal finance planning.
@@ -7,13 +7,13 @@ Data in, arithmetic, data out. No UI, no network, no clock. The engines run
7
7
  entirely in your browser.
8
8
 
9
9
  ```bash
10
- npm i xfingine-wasm
10
+ npm i xfingine
11
11
  ```
12
12
 
13
13
  ## Usage
14
14
 
15
15
  ```js
16
- import init, { compute_emi, version } from 'xfingine-wasm';
16
+ import init, { compute_emi, version } from 'xfingine';
17
17
 
18
18
  await init();
19
19
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "xfingine",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for xfingine — pure computation engines for personal finance",
5
- "version": "0.0.1",
5
+ "version": "0.0.2",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
package/xfingine_bg.wasm CHANGED
Binary file