@nftx/types
Advanced tools
Comparing version 1.15.6 to 2.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [2.0.0](https://github.com/NFTX-project/nftxjs/compare/v1.15.6...v2.0.0) (2024-03-20) | ||
### Code Refactoring | ||
* combine cross-chain types for the 721 and 1155 subgraphs ([1bfad43](https://github.com/NFTX-project/nftxjs/commit/1bfad43deb72a7776392d420abf5026c70311c10)) | ||
### BREAKING CHANGES | ||
* any imports of the 721 or 1155 subgraph schemas will need to be updated | ||
## [1.15.6](https://github.com/NFTX-project/nftxjs/compare/v1.15.5...v1.15.6) (2024-03-18) | ||
@@ -8,0 +24,0 @@ |
export * as NftxV3Uniswap from './nftx-v3-uniswap'; | ||
export * as NftxV3 from './nftx-v3'; | ||
export * as ERC1155Sepolia from './1155-sepolia'; | ||
export * as ERC721Sepolia from './721-sepolia'; | ||
export * as ERC1155Mainnet from './1155-mainnet'; | ||
export * as ERC721Mainnet from './721-mainnet'; | ||
export * as ERC1155 from './1155'; | ||
export * as ERC721 from './721'; |
{ | ||
"name": "@nftx/types", | ||
"version": "1.15.6", | ||
"version": "2.0.0", | ||
"description": " ", | ||
@@ -22,3 +22,7 @@ "homepage": "https://github.com/NFTX-project/nftxjs#readme", | ||
"test": "echo \"no tests\"", | ||
"codegen": "graphql-codegen -c nftx-v3.codegen.yml && graphql-codegen -c nftx-v3-uniswap.codegen.yml && graphql-codegen -c 721-sepolia.codegen.yml && graphql-codegen -c 1155-sepolia.codegen.yml && graphql-codegen -c 721-mainnet.codegen.yml && graphql-codegen -c 1155-mainnet.codegen.yml", | ||
"codegen-nftx-v3": "graphql-codegen -c nftx-v3.codegen.yml", | ||
"codegen-amm": "graphql-codegen -c nftx-v3-uniswap.codegen.yml", | ||
"codegen-721": "graphql-codegen -c 721.codegen.yml", | ||
"codegen-1155": "graphql-codegen -c 1155.codegen.yml", | ||
"codegen": "yarn codegen-nftx-v3 && yarn codegen-amm && yarn codegen-721 && yarn codegen-1155", | ||
"build": "rm -rf dist && tsc -d --outDir dist/ts --emitDeclarationOnly && mkdir dist/cjs && echo \"module.exports = {}\" > dist/cjs/index.js", | ||
@@ -31,3 +35,3 @@ "prepublishOnly": "yarn codegen && yarn build" | ||
"dependencies": { | ||
"@nftx/constants": "^1.15.5", | ||
"@nftx/constants": "^2.0.0", | ||
"abitype": "0.9.8", | ||
@@ -34,0 +38,0 @@ "viem": "^1.16.6" |
export * as NftxV3Uniswap from './nftx-v3-uniswap'; | ||
export * as NftxV3 from './nftx-v3'; | ||
export * as ERC1155Sepolia from './1155-sepolia'; | ||
export * as ERC721Sepolia from './721-sepolia'; | ||
export * as ERC1155Mainnet from './1155-mainnet'; | ||
export * as ERC721Mainnet from './721-mainnet'; | ||
export * as ERC1155 from './1155'; | ||
export * as ERC721 from './721'; |
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
1971959
43
37540
+ Added@nftx/constants@2.3.0(transitive)
+ Added@nftx/errors@2.0.0(transitive)
- Removed@nftx/constants@1.15.5(transitive)
- Removed@nftx/errors@1.6.0(transitive)
Updated@nftx/constants@^2.0.0