@chevre/domain 21.35.0-alpha.21 → 21.35.0-alpha.22

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.
@@ -10,13 +10,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.placeOrder = void 0;
13
- const createDebug = require("debug");
14
13
  const factory = require("../../factory");
15
14
  const onAssetTransactionStatusChanged_1 = require("./onAssetTransactionStatusChanged");
16
15
  const onOrderStatusChanged_1 = require("./onOrderStatusChanged");
17
16
  const createPlacingOrderFromExistingTransaction_1 = require("./placeOrder/createPlacingOrderFromExistingTransaction");
18
17
  const voidAcceptedOfferIfNecessary_1 = require("./placeOrder/voidAcceptedOfferIfNecessary");
19
- const debug = createDebug('chevre-domain:service:order');
20
18
  /**
21
19
  * 注文を作成する
22
20
  */
@@ -82,7 +80,6 @@ function placeOrder(params) {
82
80
  // purpose: placeOrderTransaction,
83
81
  serialNumbers
84
82
  })(repos);
85
- debug('placing an order...', JSON.stringify(order));
86
83
  yield repos.orderInTransaction.placeOrder(order);
87
84
  }
88
85
  catch (error) {
package/package.json CHANGED
@@ -110,5 +110,5 @@
110
110
  "postversion": "git push origin --tags",
111
111
  "prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
112
112
  },
113
- "version": "21.35.0-alpha.21"
113
+ "version": "21.35.0-alpha.22"
114
114
  }