@wallet-standard/features
Advanced tools
Comparing version 0.1.0-alpha.4 to 1.0.0-rc.0
@@ -1,2 +0,2 @@ | ||
import type { WalletAccount } from '@wallet-standard/standard'; | ||
import type { WalletAccount } from '@wallet-standard/base'; | ||
/** TODO: docs */ | ||
@@ -3,0 +3,0 @@ export declare type ConnectFeature = { |
@@ -1,2 +0,2 @@ | ||
import type { Wallet } from '@wallet-standard/standard'; | ||
import type { Wallet } from '@wallet-standard/base'; | ||
/** TODO: docs */ | ||
@@ -3,0 +3,0 @@ export declare type EventsFeature = { |
@@ -1,2 +0,2 @@ | ||
import type { WalletWithFeatures } from '@wallet-standard/standard'; | ||
import type { WalletWithFeatures } from '@wallet-standard/base'; | ||
import type { ConnectFeature } from './connect.js'; | ||
@@ -3,0 +3,0 @@ import type { DisconnectFeature } from './disconnect.js'; |
@@ -1,2 +0,2 @@ | ||
import type { IdentifierString } from '@wallet-standard/standard'; | ||
import type { IdentifierString } from '@wallet-standard/base'; | ||
import type { SignTransactionInput } from './signTransaction.js'; | ||
@@ -3,0 +3,0 @@ /** TODO: docs */ |
@@ -1,2 +0,2 @@ | ||
import type { WalletAccount } from '@wallet-standard/standard'; | ||
import type { WalletAccount } from '@wallet-standard/base'; | ||
/** TODO: docs */ | ||
@@ -3,0 +3,0 @@ export declare type SignMessageFeature = { |
@@ -1,2 +0,2 @@ | ||
import type { IdentifierString, WalletAccount } from '@wallet-standard/standard'; | ||
import type { IdentifierString, WalletAccount } from '@wallet-standard/base'; | ||
/** TODO: docs */ | ||
@@ -3,0 +3,0 @@ export declare type SignTransactionFeature = { |
{ | ||
"name": "@wallet-standard/features", | ||
"version": "0.1.0-alpha.4", | ||
"version": "1.0.0-rc.0", | ||
"author": "Solana Maintainers <maintainers@solana.foundation>", | ||
@@ -26,3 +26,3 @@ "repository": "https://github.com/wallet-standard/wallet-standard", | ||
"dependencies": { | ||
"@wallet-standard/standard": "^0.1.0-alpha.5" | ||
"@wallet-standard/base": "^1.0.0-rc.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
import type { WalletAccount } from '@wallet-standard/standard'; | ||
import type { WalletAccount } from '@wallet-standard/base'; | ||
@@ -7,3 +7,2 @@ /** TODO: docs */ | ||
'standard:connect': { | ||
// TODO: think about removing feature versions | ||
/** Version of the feature API. */ | ||
@@ -10,0 +9,0 @@ version: ConnectVersion; |
@@ -10,3 +10,2 @@ /** | ||
'standard:disconnect': { | ||
// TODO: think about removing feature versions | ||
/** Version of the feature API. */ | ||
@@ -13,0 +12,0 @@ version: DisconnectVersion; |
@@ -1,2 +0,2 @@ | ||
import type { Wallet } from '@wallet-standard/standard'; | ||
import type { Wallet } from '@wallet-standard/base'; | ||
@@ -3,0 +3,0 @@ /** TODO: docs */ |
@@ -1,2 +0,2 @@ | ||
import type { WalletWithFeatures } from '@wallet-standard/standard'; | ||
import type { WalletWithFeatures } from '@wallet-standard/base'; | ||
import type { ConnectFeature } from './connect.js'; | ||
@@ -3,0 +3,0 @@ import type { DisconnectFeature } from './disconnect.js'; |
@@ -1,2 +0,2 @@ | ||
import type { IdentifierString } from '@wallet-standard/standard'; | ||
import type { IdentifierString } from '@wallet-standard/base'; | ||
import type { SignTransactionInput } from './signTransaction.js'; | ||
@@ -11,3 +11,2 @@ | ||
// TODO: decide if signAndSendTransaction makes sense for multiple transactions | ||
/** | ||
@@ -14,0 +13,0 @@ * Sign transactions using the account's secret key and send them to the chain. |
@@ -1,2 +0,2 @@ | ||
import type { WalletAccount } from '@wallet-standard/standard'; | ||
import type { WalletAccount } from '@wallet-standard/base'; | ||
@@ -3,0 +3,0 @@ /** TODO: docs */ |
@@ -1,2 +0,2 @@ | ||
import type { IdentifierString, WalletAccount } from '@wallet-standard/standard'; | ||
import type { IdentifierString, WalletAccount } from '@wallet-standard/base'; | ||
@@ -29,3 +29,2 @@ /** TODO: docs */ | ||
// TODO: decide if chain argument makes sense for multiple transactions | ||
/** Chain to use. */ | ||
@@ -32,0 +31,0 @@ chain?: IdentifierString; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
36704
464
+ Added@wallet-standard/base@1.1.0(transitive)
- Removed@wallet-standard/standard@0.1.0-alpha.5(transitive)