@lucid-evolution/uplc 0.1.0 → 0.2.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/dist/uplc_tx.js +3 -3
  2. package/package.json +1 -1
package/dist/uplc_tx.js CHANGED
@@ -4,7 +4,7 @@ var __export = (target, all) => {
4
4
  __defProp(target, name, { get: all[name], enumerable: true });
5
5
  };
6
6
 
7
- // wasm-module:/Users/jonathan/Documents/projects/contracts/anastasia-labs/lucid-evolution/packages/uplc/src/uplc_tx_bg.wasm
7
+ // wasm-module:/home/runner/work/lucid-evolution/lucid-evolution/packages/uplc/src/uplc_tx_bg.wasm
8
8
  var uplc_tx_bg_exports = {};
9
9
  __export(uplc_tx_bg_exports, {
10
10
  __wbindgen_add_to_stack_pointer: () => __wbindgen_add_to_stack_pointer,
@@ -17,7 +17,7 @@ __export(uplc_tx_bg_exports, {
17
17
  module: () => module2
18
18
  });
19
19
 
20
- // wasm-deferred:/Users/jonathan/Documents/projects/contracts/anastasia-labs/lucid-evolution/packages/uplc/src/uplc_tx_bg.wasm
20
+ // wasm-deferred:/home/runner/work/lucid-evolution/lucid-evolution/packages/uplc/src/uplc_tx_bg.wasm
21
21
  var uplc_tx_bg_default = "./uplc_tx_bg-2ZM6JWAH.wasm";
22
22
 
23
23
  // src/uplc_tx_bg.js
@@ -190,7 +190,7 @@ function __wbindgen_memory() {
190
190
  return addHeapObject(ret);
191
191
  }
192
192
 
193
- // wasm-module:/Users/jonathan/Documents/projects/contracts/anastasia-labs/lucid-evolution/packages/uplc/src/uplc_tx_bg.wasm
193
+ // wasm-module:/home/runner/work/lucid-evolution/lucid-evolution/packages/uplc/src/uplc_tx_bg.wasm
194
194
  var imports = {
195
195
  ["./uplc_tx_bg.js"]: {
196
196
  __wbindgen_object_drop_ref,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucid-evolution/uplc",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "main": "./dist/uplc_tx.js",
5
5
  "types": "./dist/uplc_tx.d.ts",
6
6
  "type": "module",