@opensea/seaport-js 1.2.1 → 1.3.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.
Files changed (2) hide show
  1. package/lib/seaport.js +1 -1
  2. package/package.json +1 -1
package/lib/seaport.js CHANGED
@@ -108,7 +108,7 @@ var Seaport = /** @class */ (function () {
108
108
  // Five minute buffer
109
109
  _d = _c.ascendingAmountFulfillmentBuffer,
110
110
  // Five minute buffer
111
- ascendingAmountFulfillmentBuffer = _d === void 0 ? 300 : _d, _e = _c.balanceAndApprovalChecksOnOrderCreation, balanceAndApprovalChecksOnOrderCreation = _e === void 0 ? true : _e, conduitKeyToConduit = _c.conduitKeyToConduit, _f = _c.seaportVersion, seaportVersion = _f === void 0 ? "1.4" : _f;
111
+ ascendingAmountFulfillmentBuffer = _d === void 0 ? 300 : _d, _e = _c.balanceAndApprovalChecksOnOrderCreation, balanceAndApprovalChecksOnOrderCreation = _e === void 0 ? true : _e, conduitKeyToConduit = _c.conduitKeyToConduit, _f = _c.seaportVersion, seaportVersion = _f === void 0 ? "1.5" : _f;
112
112
  var _g, _h, _j;
113
113
  this.OPENSEA_CONDUIT_KEY = constants_1.OPENSEA_CONDUIT_KEY;
114
114
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensea/seaport-js",
3
- "version": "1.2.1",
3
+ "version": "1.3.0",
4
4
  "description": "[Seaport](https://github.com/ProjectOpenSea/seaport) is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a JavaScript library intended to make interfacing with the contract reasonable and easy.",
5
5
  "license": "MIT",
6
6
  "author": "OpenSea Developers",