@xstoicunicornx/payjoin_test 0.1.0 → 0.1.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/dist/index.web.js CHANGED
@@ -1,14 +1,14 @@
1
1
  // Generated by uniffi-bindgen-react-native
2
2
  // Export the generated bindings to the app.
3
- export * from './../src/generated/payjoin';
3
+ export * from './generated/payjoin';
4
4
 
5
5
  // Now import the bindings so we can:
6
6
  // - intialize them
7
7
  // - export them as namespaced objects as the default export.
8
- import * as payjoin from './../src/generated/payjoin';
8
+ import * as payjoin from './generated/payjoin';
9
9
 
10
- import initAsync from './../src/generated/wasm-bindgen/index.js';
11
- import wasmPath from './../src/generated/wasm-bindgen/index_bg.wasm';
10
+ import initAsync from './generated/wasm-bindgen/index.js';
11
+ import wasmPath from './generated/wasm-bindgen/index_bg.wasm';
12
12
 
13
13
  export async function uniffiInitAsync() {
14
14
  await initAsync({ module_or_path: wasmPath })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xstoicunicornx/payjoin_test",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "JavaScript/WASM bindings for rust-payjoin",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",