wao 0.18.7 → 0.18.8

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.
@@ -884,7 +884,8 @@ var _default = exports["default"] = function _default() {
884
884
  tags: v.Tags,
885
885
  data: v.Data,
886
886
  signer: mu.signer,
887
- from: opt.process
887
+ from: opt.process,
888
+ target: v.Target
888
889
  });
889
890
  case 111:
890
891
  _context4.next = 115;
@@ -366,6 +366,7 @@ export default ({ AR, scheduler, mu, su, cu, acc, AoLoader, ArMem } = {}) => {
366
366
  data: v.Data,
367
367
  signer: mu.signer,
368
368
  from: opt.process,
369
+ target: v.Target,
369
370
  })
370
371
  } else {
371
372
  await record({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.18.7",
3
+ "version": "0.18.8",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"