opensea-js 1.2.5 → 1.2.6-beta2

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/README.md CHANGED
@@ -734,10 +734,10 @@ Contributions welcome! Please use GitHub issues for suggestions/concerns - if yo
734
734
 
735
735
  ## Diagnosing Common Issues
736
736
 
737
- * Is the `expirationTime` in future? If not, change it to a time in the future.
737
+ * Is the `expirationTime` in the future? If not, change it to a time in the future.
738
738
 
739
739
  * Are the input addresses all strings? If not, convert them to strings.
740
740
 
741
741
  * Is your computer's internal clock accurate? If not, try enabling automatic clock adjustment locally or following [this tutorial](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-time.html) to update an Amazon EC2 instance.
742
742
 
743
- * Are you attempting to purchase a token that's unpurchasable on [OpenSea](https://opensea.io/)? If so, contact us [Discord](https://discord.gg/XjwWYgU) in the `#developers` channel and we'll help to diagnose the issue.
743
+ * Are you attempting to purchase a token that's unpurchasable on [OpenSea](https://opensea.io/)? If so, contact us [Discord](https://discord.gg/XjwWYgU) in the `#developers` channel and we'll help diagnose the issue.
package/lib/types.d.ts CHANGED
@@ -113,6 +113,7 @@ export declare enum AssetContractType {
113
113
  export declare enum WyvernSchemaName {
114
114
  ERC20 = "ERC20",
115
115
  ERC721 = "ERC721",
116
+ ERC721v3 = "ERC721v3",
116
117
  ERC1155 = "ERC1155",
117
118
  LegacyEnjin = "Enjin",
118
119
  ENSShortNameAuction = "ENSShortNameAuction"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opensea-js",
3
- "version": "1.2.5",
3
+ "version": "1.2.6-beta2",
4
4
  "description": "JavaScript SDK for the OpenSea marketplace. Let users buy or sell crypto collectibles and other cryptogoods, all on your own site!",
5
5
  "files": [
6
6
  "lib",
@@ -50,7 +50,7 @@
50
50
  "web3": "0.20.7",
51
51
  "webpack": "^3.10.0",
52
52
  "wyvern-js": "git+https://github.com/ProjectOpenSea/wyvern-js.git#v3.2.1",
53
- "wyvern-schemas": "git+https://github.com/ProjectOpenSea/wyvern-schemas.git#v0.11.1"
53
+ "wyvern-schemas": "git+https://github.com/ProjectOpenSea/wyvern-schemas.git#v0.13.1"
54
54
  },
55
55
  "husky": {
56
56
  "hooks": {