Comparing version 2.2.0 to 2.2.1
[ | ||
{ | ||
"timestamp": 1553183790, | ||
"version": "2.2.1", | ||
"changes": [ | ||
{ | ||
"note": "Dependencies updated" | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "2.2.0", | ||
@@ -20,2 +29,6 @@ "changes": [ | ||
"pr": 1705 | ||
}, | ||
{ | ||
"note": "Add `RevertReason.InvalidFreeMemoryPtr` thrown by LibAddressArray", | ||
"pr": 1712 | ||
} | ||
@@ -22,0 +35,0 @@ ], |
@@ -8,2 +8,6 @@ <!-- | ||
## v2.2.1 - _March 21, 2019_ | ||
* Dependencies updated | ||
## v2.2.0 - _March 20, 2019_ | ||
@@ -15,2 +19,3 @@ | ||
* Add `RevertReason.SignatureInvalid` thrown by Coordinator (#1705) | ||
* Add `RevertReason.InvalidFreeMemoryPtr` thrown by LibAddressArray (#1712) | ||
@@ -17,0 +22,0 @@ ## v2.1.1 - _February 26, 2019_ |
@@ -143,3 +143,3 @@ import { BigNumber } from 'bignumber.js'; | ||
MultiAsset = "0x94cfcdd7", | ||
ERC1155 = "0x9645780d" | ||
ERC1155 = "0xa7cb5fb7" | ||
} | ||
@@ -251,2 +251,3 @@ export interface ERC20AssetData { | ||
TimeLockIncomplete = "TIME_LOCK_INCOMPLETE", | ||
InvalidFreeMemoryPtr = "INVALID_FREE_MEMORY_PTR", | ||
AuctionInvalidAmount = "INVALID_AMOUNT", | ||
@@ -253,0 +254,0 @@ AuctionExpired = "AUCTION_EXPIRED", |
@@ -47,3 +47,3 @@ "use strict"; | ||
AssetProxyId["MultiAsset"] = "0x94cfcdd7"; | ||
AssetProxyId["ERC1155"] = "0x9645780d"; | ||
AssetProxyId["ERC1155"] = "0xa7cb5fb7"; | ||
})(AssetProxyId = exports.AssetProxyId || (exports.AssetProxyId = {})); | ||
@@ -125,2 +125,4 @@ exports.ERC1155AssetDataAbi = [ | ||
RevertReason["TimeLockIncomplete"] = "TIME_LOCK_INCOMPLETE"; | ||
// LibAddressArray | ||
RevertReason["InvalidFreeMemoryPtr"] = "INVALID_FREE_MEMORY_PTR"; | ||
// DutchAuction | ||
@@ -127,0 +129,0 @@ RevertReason["AuctionInvalidAmount"] = "INVALID_AMOUNT"; |
{ | ||
"name": "@0x/types", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"engines": { | ||
@@ -40,3 +40,3 @@ "node": ">=6.12" | ||
}, | ||
"gitHead": "d4c37ecfa3be19f5df560694d14d8c0161f41dc4" | ||
"gitHead": "0f45409b4d481b72280db4eb872c0c72beeea504" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70934
1358