@solana/wallet-adapter-clover
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "@solana/wallet-adapter-clover", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"author": "Solana Maintainers <maintainers@solana.foundation>", | ||
@@ -10,6 +10,6 @@ "repository": "https://github.com/solana-labs/wallet-adapter", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"module": "lib/esm/index.mjs", | ||
"types": "lib/esm/index.d.ts", | ||
"exports": { | ||
"import": "./lib/esm/index.js", | ||
"import": "./lib/esm/index.mjs", | ||
"require": "./lib/cjs/index.js" | ||
@@ -27,3 +27,3 @@ }, | ||
"clean": "shx rm -rf lib/*", | ||
"build": "yarn clean && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"build": "yarn clean && tsc -p tsconfig.json; tsc-esm -p tsconfig.json && tsc -p tsconfig.cjs.json", | ||
"postbuild": "echo '{\"type\":\"commonjs\"}' | npx json > lib/cjs/package.json && echo '{\"type\":\"module\"} ' | npx json > lib/esm/package.json" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "dddfd864a629873f5de255a4bccb3533a29317fa" | ||
"gitHead": "ea7263347460f96ab47fae34696d9791ad5aff71" | ||
} |
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
39962