@onekeyfe/cross-inpage-provider-core
Advanced tools
Comparing version 1.1.25 to 1.1.26
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.WALLET_INFO_LOACAL_KEY = exports.DEBUG_LOGGER_STORAGE_KEY = exports.EXT_PORT_UI_TO_BG = exports.EXT_PORT_CS_TO_BG = exports.JS_BRIDGE_MESSAGE_DIRECTION = exports.JS_BRIDGE_MESSAGE_EXT_PING = exports.JS_BRIDGE_MESSAGE_EXT_CHANNEL = exports.JS_BRIDGE_MESSAGE_IPC_CHANNEL = void 0; | ||
exports.WALLET_INFO_LOACAL_KEY = exports.DEBUG_LOGGER_STORAGE_KEY = exports.EXT_PORT_UI_TO_BG = exports.EXT_PORT_CS_TO_BG = exports.EXT_PORT_OFFSCREEN_TO_BG = exports.JS_BRIDGE_MESSAGE_DIRECTION = exports.JS_BRIDGE_MESSAGE_EXT_PING = exports.JS_BRIDGE_MESSAGE_EXT_CHANNEL = exports.JS_BRIDGE_MESSAGE_IPC_CHANNEL = void 0; | ||
exports.JS_BRIDGE_MESSAGE_IPC_CHANNEL = 'onekey@JS_BRIDGE_MESSAGE_IPC_CHANNEL'; | ||
@@ -11,2 +11,3 @@ exports.JS_BRIDGE_MESSAGE_EXT_CHANNEL = 'onekey@JS_BRIDGE_MESSAGE_EXT_CHANNEL'; | ||
}; | ||
exports.EXT_PORT_OFFSCREEN_TO_BG = 'onekey@EXT_PORT_OFFSCREEN_TO_BG'; | ||
exports.EXT_PORT_CS_TO_BG = 'onekey@EXT_PORT_CS_TO_BG'; | ||
@@ -13,0 +14,0 @@ exports.EXT_PORT_UI_TO_BG = 'onekey@EXT_PORT_UI_TO_BG'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const version = '1.1.25'; | ||
const version = '1.1.26'; | ||
const versionBuild = '2020-0101-1'; | ||
@@ -5,0 +5,0 @@ exports.default = { |
@@ -8,2 +8,3 @@ export declare const JS_BRIDGE_MESSAGE_IPC_CHANNEL = "onekey@JS_BRIDGE_MESSAGE_IPC_CHANNEL"; | ||
}; | ||
export declare const EXT_PORT_OFFSCREEN_TO_BG = "onekey@EXT_PORT_OFFSCREEN_TO_BG"; | ||
export declare const EXT_PORT_CS_TO_BG = "onekey@EXT_PORT_CS_TO_BG"; | ||
@@ -10,0 +11,0 @@ export declare const EXT_PORT_UI_TO_BG = "onekey@EXT_PORT_UI_TO_BG"; |
@@ -8,2 +8,3 @@ export const JS_BRIDGE_MESSAGE_IPC_CHANNEL = 'onekey@JS_BRIDGE_MESSAGE_IPC_CHANNEL'; | ||
}; | ||
export const EXT_PORT_OFFSCREEN_TO_BG = 'onekey@EXT_PORT_OFFSCREEN_TO_BG'; | ||
export const EXT_PORT_CS_TO_BG = 'onekey@EXT_PORT_CS_TO_BG'; | ||
@@ -10,0 +11,0 @@ export const EXT_PORT_UI_TO_BG = 'onekey@EXT_PORT_UI_TO_BG'; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* This is the common logic for both the Node.js and web browser | ||
* implementations of `debug()`. | ||
*/ | ||
import humanize from 'ms'; | ||
declare function setup(env: any): Promise<{ | ||
@@ -16,3 +21,3 @@ (namespace: any): { | ||
enabled: (name: any) => boolean; | ||
humanize: any; | ||
humanize: typeof humanize; | ||
destroy: () => void; | ||
@@ -19,0 +24,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
/// <reference types="ms" /> | ||
declare function createDebugAsync(): Promise<{ | ||
@@ -16,3 +17,3 @@ (namespace: any): { | ||
enabled: (name: any) => boolean; | ||
humanize: any; | ||
humanize: typeof import("ms"); | ||
destroy: () => void; | ||
@@ -19,0 +20,0 @@ names: any[]; |
@@ -1,2 +0,2 @@ | ||
const version = '1.1.25'; | ||
const version = '1.1.26'; | ||
const versionBuild = '2020-0101-1'; | ||
@@ -3,0 +3,0 @@ export default { |
{ | ||
"name": "@onekeyfe/cross-inpage-provider-core", | ||
"version": "1.1.25", | ||
"version": "1.1.26", | ||
"keywords": [ | ||
@@ -32,5 +32,5 @@ "cross-inpage-provider" | ||
"dependencies": { | ||
"@onekeyfe/cross-inpage-provider-errors": "1.1.25", | ||
"@onekeyfe/cross-inpage-provider-events": "1.1.25", | ||
"@onekeyfe/cross-inpage-provider-types": "1.1.25", | ||
"@onekeyfe/cross-inpage-provider-errors": "1.1.26", | ||
"@onekeyfe/cross-inpage-provider-events": "1.1.26", | ||
"@onekeyfe/cross-inpage-provider-types": "1.1.26", | ||
"events": "^3.3.0", | ||
@@ -40,3 +40,3 @@ "lodash": "^4.17.21", | ||
}, | ||
"gitHead": "41132624a055571339b90b77cf655ee383a01931" | ||
"gitHead": "c5fecd176e00c399c4829f73b9da5e74e1f4e1b9" | ||
} |
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
160848
3943
+ Added@onekeyfe/cross-inpage-provider-errors@1.1.26(transitive)
+ Added@onekeyfe/cross-inpage-provider-events@1.1.26(transitive)
+ Added@onekeyfe/cross-inpage-provider-types@1.1.26(transitive)
- Removed@onekeyfe/cross-inpage-provider-errors@1.1.25(transitive)
- Removed@onekeyfe/cross-inpage-provider-events@1.1.25(transitive)
- Removed@onekeyfe/cross-inpage-provider-types@1.1.25(transitive)