@solana/wallet-adapter-glow
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "@solana/wallet-adapter-glow", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"author": "Solana Maintainers <maintainers@solana.foundation>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"sideEffects": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"lib", | ||
"src", | ||
"LICENSE" | ||
], | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"type": "module", | ||
"sideEffects": false, | ||
"main": "./lib/cjs/index.js", | ||
@@ -20,18 +28,10 @@ "module": "./lib/esm/index.js", | ||
}, | ||
"files": [ | ||
"lib", | ||
"src", | ||
"LICENSE" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"peerDependencies": { | ||
"@solana/web3.js": "^1.61.0" | ||
"@solana/web3.js": "^1.58.0" | ||
}, | ||
"dependencies": { | ||
"@solana/wallet-adapter-base": "^0.9.18" | ||
"@solana/wallet-adapter-base": "^0.9.19" | ||
}, | ||
"devDependencies": { | ||
"@solana/web3.js": "^1.61.0", | ||
"@solana/web3.js": "^1.58.0", | ||
"shx": "^0.3.4" | ||
@@ -41,4 +41,4 @@ }, | ||
"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" | ||
} | ||
} |
@@ -21,4 +21,4 @@ # `@solana/wallet-adapter-glow` | ||
On Glow, the dApp is responsible for choosing the network that processes the transaction. We simulate all transactions | ||
before prompting the user to approve them and if the dApp doesn't choose the right network, the simulation will fail. | ||
On Glow, the app is responsible for choosing the network that processes the transaction. We simulate all transactions | ||
before prompting the user to approve them and if the app doesn't choose the right network, the simulation will fail. | ||
@@ -25,0 +25,0 @@ ```ts |
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
118074