@wallet-standard/features
Advanced tools
Comparing version 1.0.1 to 1.0.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Connect = void 0; | ||
/** Name of the feature. */ | ||
exports.Connect = 'standard:connect'; | ||
//# sourceMappingURL=connect.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Disconnect = void 0; | ||
/** Name of the feature. */ | ||
exports.Disconnect = 'standard:disconnect'; | ||
//# sourceMappingURL=disconnect.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Events = void 0; | ||
/** Name of the feature. */ | ||
exports.Events = 'standard:events'; | ||
//# sourceMappingURL=events.js.map |
@@ -1,2 +0,3 @@ | ||
export {}; | ||
/** Name of the feature. */ | ||
export const Connect = 'standard:connect'; | ||
//# sourceMappingURL=connect.js.map |
@@ -1,2 +0,3 @@ | ||
export {}; | ||
/** Name of the feature. */ | ||
export const Disconnect = 'standard:disconnect'; | ||
//# sourceMappingURL=disconnect.js.map |
@@ -1,2 +0,3 @@ | ||
export {}; | ||
/** Name of the feature. */ | ||
export const Events = 'standard:events'; | ||
//# sourceMappingURL=events.js.map |
import type { WalletAccount } from '@wallet-standard/base'; | ||
/** Name of the feature. */ | ||
export declare const Connect = "standard:connect"; | ||
/** | ||
@@ -11,3 +13,3 @@ * `standard:connect` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a | ||
/** Name of the feature. */ | ||
readonly 'standard:connect': { | ||
readonly [Connect]: { | ||
/** Version of the feature implemented by the Wallet. */ | ||
@@ -14,0 +16,0 @@ readonly version: ConnectVersion; |
@@ -0,1 +1,3 @@ | ||
/** Name of the feature. */ | ||
export declare const Disconnect = "standard:disconnect"; | ||
/** | ||
@@ -13,3 +15,3 @@ * `standard:disconnect` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a | ||
/** Name of the feature. */ | ||
readonly 'standard:disconnect': { | ||
readonly [Disconnect]: { | ||
/** Version of the feature implemented by the Wallet. */ | ||
@@ -16,0 +18,0 @@ readonly version: DisconnectVersion; |
import type { Wallet } from '@wallet-standard/base'; | ||
/** Name of the feature. */ | ||
export declare const Events = "standard:events"; | ||
/** | ||
@@ -11,3 +13,3 @@ * `standard:events` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a | ||
/** Name of the feature. */ | ||
readonly 'standard:events': { | ||
readonly [Events]: { | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
@@ -14,0 +16,0 @@ readonly version: EventsVersion; |
{ | ||
"name": "@wallet-standard/features", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Solana Maintainers <maintainers@solana.foundation>", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/wallet-standard/wallet-standard", |
import type { WalletAccount } from '@wallet-standard/base'; | ||
/** Name of the feature. */ | ||
export const Connect = 'standard:connect'; | ||
/** | ||
@@ -12,3 +15,3 @@ * `standard:connect` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a | ||
/** Name of the feature. */ | ||
readonly 'standard:connect': { | ||
readonly [Connect]: { | ||
/** Version of the feature implemented by the Wallet. */ | ||
@@ -15,0 +18,0 @@ readonly version: ConnectVersion; |
@@ -0,1 +1,4 @@ | ||
/** Name of the feature. */ | ||
export const Disconnect = 'standard:disconnect'; | ||
/** | ||
@@ -13,3 +16,3 @@ * `standard:disconnect` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a | ||
/** Name of the feature. */ | ||
readonly 'standard:disconnect': { | ||
readonly [Disconnect]: { | ||
/** Version of the feature implemented by the Wallet. */ | ||
@@ -16,0 +19,0 @@ readonly version: DisconnectVersion; |
import type { Wallet } from '@wallet-standard/base'; | ||
/** Name of the feature. */ | ||
export const Events = 'standard:events'; | ||
/** | ||
@@ -12,3 +15,3 @@ * `standard:events` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a | ||
/** Name of the feature. */ | ||
readonly 'standard:events': { | ||
readonly [Events]: { | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
@@ -15,0 +18,0 @@ readonly version: EventsVersion; |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33363
443
0