paid-services 6.0.0 → 6.1.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Versions
2
2
 
3
+ ## Version 6.1.0
4
+
5
+ - `manageSwap`: Add support for Loop Out to external address
6
+
3
7
  ## Version 6.0.0
4
8
 
5
9
  ### Breaking Changes
package/package.json CHANGED
@@ -48,5 +48,5 @@
48
48
  "integration-tests": "tap -j 2 --branches=1 --functions=1 --lines=1 --statements=1 -t 2700 test/integration/*.js",
49
49
  "test": "tap --branches=1 --functions=1 --lines=1 --statements=1 -t 60 test/actions/*.js test/balanced/*.js test/capacity/*.js test/client/*.js test/config/*.js test/p2p/*.js test/records/*.js test/respond/*.js test/server/*.js test/swaps/*.js test/services/*.js test/trades/*.js"
50
50
  },
51
- "version": "6.0.0"
51
+ "version": "6.1.0"
52
52
  }
@@ -299,6 +299,7 @@ module.exports = (args, cbk) => {
299
299
  ({getNetwork, selectAction}, cbk) =>
300
300
  {
301
301
  switch (selectAction) {
302
+ case actionLoopRequest:
302
303
  case actionPushRequest:
303
304
  case requestAction:
304
305
  return args.ask({