@polkadot/ui-settings
Advanced tools
Comparing version 2.9.13 to 2.9.14
@@ -1235,3 +1235,3 @@ (function (global, factory) { | ||
type: 'esm', | ||
version: '2.9.13' | ||
version: '2.9.14' | ||
}; | ||
@@ -1238,0 +1238,0 @@ |
@@ -16,4 +16,4 @@ "use strict"; | ||
type: 'cjs', | ||
version: '2.9.13' | ||
version: '2.9.14' | ||
}; | ||
exports.packageInfo = packageInfo; |
@@ -1,3 +0,3 @@ | ||
declare type ChainDef = string[]; | ||
type ChainDef = string[]; | ||
declare const chains: Record<string, ChainDef>; | ||
export { chains }; |
@@ -20,3 +20,3 @@ { | ||
"type": "module", | ||
"version": "2.9.13", | ||
"version": "2.9.14", | ||
"main": "./cjs/index.js", | ||
@@ -111,5 +111,5 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.1", | ||
"@polkadot/networks": "^10.1.12", | ||
"@polkadot/util": "^10.1.12", | ||
"@babel/runtime": "^7.20.6", | ||
"@polkadot/networks": "^10.2.1", | ||
"@polkadot/util": "^10.2.1", | ||
"eventemitter3": "^4.0.7", | ||
@@ -116,0 +116,0 @@ "store": "^2.0.12" |
@@ -10,3 +10,3 @@ // Copyright 2017-2022 @polkadot/ui-settings authors & contributors | ||
type: 'esm', | ||
version: '2.9.13' | ||
version: '2.9.14' | ||
}; |
import type { Endpoint, Option, SettingsStruct } from './types'; | ||
declare type ChangeCallback = (settings: SettingsStruct) => void; | ||
declare type OnTypes = 'change'; | ||
type ChangeCallback = (settings: SettingsStruct) => void; | ||
type OnTypes = 'change'; | ||
export declare class Settings implements SettingsStruct { | ||
@@ -5,0 +5,0 @@ #private; |
@@ -1,2 +0,2 @@ | ||
export declare type Option = { | ||
export type Option = { | ||
disabled?: boolean; | ||
@@ -32,2 +32,2 @@ info: string; | ||
} | ||
export declare type EndpointType = 'json-rpc' | 'substrate-connect'; | ||
export type EndpointType = 'json-rpc' | 'substrate-connect'; |
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
86171
Updated@babel/runtime@^7.20.6
Updated@polkadot/networks@^10.2.1
Updated@polkadot/util@^10.2.1