@wallet-standard/core
Advanced tools
Comparing version 1.0.0-rc.5 to 1.0.0-rc.6
{ | ||
"name": "@wallet-standard/core", | ||
"version": "1.0.0-rc.5", | ||
"version": "1.0.0-rc.6", | ||
"author": "Solana Maintainers <maintainers@solana.foundation>", | ||
@@ -29,6 +29,6 @@ "repository": "https://github.com/wallet-standard/wallet-standard", | ||
"dependencies": { | ||
"@wallet-standard/app": "^1.0.0-rc.5", | ||
"@wallet-standard/base": "^1.0.0-rc.5", | ||
"@wallet-standard/features": "^1.0.0-rc.5", | ||
"@wallet-standard/wallet": "^1.0.0-rc.5" | ||
"@wallet-standard/app": "^1.0.0-rc.6", | ||
"@wallet-standard/base": "^1.0.0-rc.6", | ||
"@wallet-standard/features": "^1.0.0-rc.6", | ||
"@wallet-standard/wallet": "^1.0.0-rc.6" | ||
}, | ||
@@ -40,4 +40,4 @@ "devDependencies": { | ||
"clean": "shx mkdir -p lib && shx rm -rf lib", | ||
"package": "shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json" | ||
"package": "shx mkdir -p lib/cjs && shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json" | ||
} | ||
} |
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
14591