@wallet-standard/features
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.4
@@ -18,4 +18,3 @@ "use strict"; | ||
__exportStar(require("./connect.js"), exports); | ||
__exportStar(require("./decrypt.js"), exports); | ||
__exportStar(require("./encrypt.js"), exports); | ||
__exportStar(require("./disconnect.js"), exports); | ||
__exportStar(require("./events.js"), exports); | ||
@@ -22,0 +21,0 @@ __exportStar(require("./signAndSendTransaction.js"), exports); |
export * from './connect.js'; | ||
export * from './decrypt.js'; | ||
export * from './encrypt.js'; | ||
export * from './disconnect.js'; | ||
export * from './events.js'; | ||
@@ -5,0 +4,0 @@ export * from './signAndSendTransaction.js'; |
import type { WalletWithFeatures } from '@wallet-standard/standard'; | ||
import type { ConnectFeature } from './connect.js'; | ||
import type { DecryptFeature } from './decrypt.js'; | ||
import type { EncryptFeature } from './encrypt.js'; | ||
import type { DisconnectFeature } from './disconnect.js'; | ||
import type { EventsFeature } from './events.js'; | ||
@@ -10,8 +9,7 @@ import type { SignAndSendTransactionFeature } from './signAndSendTransaction.js'; | ||
/** TODO: docs */ | ||
export declare type StandardFeatures = ConnectFeature | DecryptFeature | EncryptFeature | EventsFeature | SignAndSendTransactionFeature | SignMessageFeature | SignTransactionFeature; | ||
export declare type StandardFeatures = ConnectFeature | DisconnectFeature | EventsFeature | SignAndSendTransactionFeature | SignMessageFeature | SignTransactionFeature; | ||
/** TODO: docs */ | ||
export declare type WalletWithStandardFeatures = WalletWithFeatures<StandardFeatures>; | ||
export * from './connect.js'; | ||
export * from './decrypt.js'; | ||
export * from './encrypt.js'; | ||
export * from './disconnect.js'; | ||
export * from './events.js'; | ||
@@ -18,0 +16,0 @@ export * from './signAndSendTransaction.js'; |
{ | ||
"name": "@wallet-standard/features", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.0-alpha.4", | ||
"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.4" | ||
"@wallet-standard/standard": "^0.1.0-alpha.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
@@ -7,2 +7,3 @@ import type { WalletAccount } from '@wallet-standard/standard'; | ||
'standard:connect': { | ||
// TODO: think about removing feature versions | ||
/** Version of the feature API. */ | ||
@@ -9,0 +10,0 @@ version: ConnectVersion; |
import type { WalletWithFeatures } from '@wallet-standard/standard'; | ||
import type { ConnectFeature } from './connect.js'; | ||
import type { DecryptFeature } from './decrypt.js'; | ||
import type { EncryptFeature } from './encrypt.js'; | ||
import type { DisconnectFeature } from './disconnect.js'; | ||
import type { EventsFeature } from './events.js'; | ||
@@ -13,4 +12,3 @@ import type { SignAndSendTransactionFeature } from './signAndSendTransaction.js'; | ||
| ConnectFeature | ||
| DecryptFeature | ||
| EncryptFeature | ||
| DisconnectFeature | ||
| EventsFeature | ||
@@ -25,4 +23,3 @@ | SignAndSendTransactionFeature | ||
export * from './connect.js'; | ||
export * from './decrypt.js'; | ||
export * from './encrypt.js'; | ||
export * from './disconnect.js'; | ||
export * from './events.js'; | ||
@@ -29,0 +26,0 @@ export * from './signAndSendTransaction.js'; |
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
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
37036
53
468
1