Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nftx/types

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nftx/types - npm Package Compare versions

Comparing version 1.15.6 to 2.0.0

1155.codegen.yml

16

CHANGELOG.md

@@ -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 @@

6

dist/ts/subgraph/index.d.ts
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';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc