Comparing version 0.1.1 to 0.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
## 0.1.2 (2022-12-19) | ||
**Note:** Version bump only for package @nftx/api | ||
## 0.1.1 (2022-12-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nftx/api", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -17,2 +17,8 @@ "homepage": "https://github.com/NFTX-project/nftxjs", | ||
}, | ||
"scripts": { | ||
"lint": "eslint --fix -c ../../.eslintrc.js --ext ts,tsx src && tsc --noEmit", | ||
"test": "echo \"no tests\" #jest --config ../../jest.config.js", | ||
"build": "rm -rf dist && rollup -c && tsc -d --outDir dist/ts --emitDeclarationOnly", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
@@ -25,4 +31,4 @@ "@ethersproject/bignumber": "^5.6.0", | ||
"@ethersproject/bignumber": "^5.6.0", | ||
"@nftx/config": "^0.1.1", | ||
"@nftx/types": "^0.1.1" | ||
"@nftx/config": "^0.1.2", | ||
"@nftx/types": "^0.1.2" | ||
}, | ||
@@ -32,8 +38,3 @@ "bugs": { | ||
}, | ||
"sideEffects": false, | ||
"scripts": { | ||
"lint": "eslint --fix -c ../../.eslintrc.js --ext ts,tsx src && tsc --noEmit", | ||
"test": "echo \"no tests\" #jest --config ../../jest.config.js", | ||
"build": "rm -rf dist && rollup -c && tsc -d --outDir dist/ts --emitDeclarationOnly" | ||
} | ||
} | ||
"sideEffects": false | ||
} |
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
72802
89