@defichain/jellyfish-api-core
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"private": false, | ||
"name": "@defichain/jellyfish-api-core", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin", | ||
@@ -16,5 +16,2 @@ "keywords": [ | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"contributors": [ | ||
@@ -39,13 +36,11 @@ { | ||
"scripts": { | ||
"build": "tsc", | ||
"publish:next": "npm publish --tag next --access public", | ||
"publish:latest": "npm publish --tag latest --access public" | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@defichain/jellyfish-json": "^0.0.13" | ||
"@defichain/jellyfish-json": "^0.0.14" | ||
}, | ||
"devDependencies": { | ||
"@defichain/testcontainers": "^0.0.13", | ||
"@defichain/testcontainers": "^0.0.14", | ||
"typescript": ">=4.2.0" | ||
} | ||
} |
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
54672
+ Added@defichain/jellyfish-json@0.0.14(transitive)
- Removed@defichain/jellyfish-json@0.0.13(transitive)