@solana/actions
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -80,3 +80,3 @@ import type { PublicKey } from "@solana/web3.js"; | ||
/** parameters used to accept user input within an action */ | ||
parameters?: [ActionParameter]; | ||
parameters?: ActionParameter[]; | ||
} | ||
@@ -83,0 +83,0 @@ /** |
{ | ||
"name": "@solana/actions", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"author": "Solana Maintainers <maintainers@solana.foundation>", | ||
@@ -47,3 +47,3 @@ "repository": "https://github.com/solana-developers/solana-actions", | ||
"docs": "shx rm -rf docs && typedoc && shx cp .nojekyll docs/", | ||
"deploy:docs": "npm run docs && gh-pages --dist token/js --dotfiles" | ||
"deploy:docs": "npm run docs && gh-pages --dist docs/ --dotfiles" | ||
}, | ||
@@ -50,0 +50,0 @@ "dependencies": { |
@@ -11,3 +11,6 @@ # Solana Actions and Blockchain Links (Blinks) | ||
[`@solana/actions` SDK on NPM](https://www.npmjs.com/package/@solana/actions) | ||
- `@solana/actions` SDK on NPM: | ||
- https://www.npmjs.com/package/@solana/actions | ||
- Typedocs for the `@solana/actions` SDK: | ||
- https://solana-developers.github.io/solana-actions/ | ||
@@ -14,0 +17,0 @@ ## Developer resources |
@@ -100,3 +100,3 @@ import type { PublicKey } from "@solana/web3.js"; | ||
/** parameters used to accept user input within an action */ | ||
parameters?: [ActionParameter]; | ||
parameters?: ActionParameter[]; | ||
} | ||
@@ -103,0 +103,0 @@ |
Sorry, the diff of this file is not supported yet
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
139106
54