@onekeyfe/cross-inpage-provider-core 1.1.26 → 1.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/versionInfo.js
CHANGED
package/dist/debug/common.d.ts
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This is the common logic for both the Node.js and web browser
|
|
3
|
-
* implementations of `debug()`.
|
|
4
|
-
*/
|
|
5
|
-
import humanize from 'ms';
|
|
6
1
|
declare function setup(env: any): Promise<{
|
|
7
2
|
(namespace: any): {
|
|
8
3
|
(...args: any[]): void;
|
|
@@ -18,7 +13,7 @@ declare function setup(env: any): Promise<{
|
|
|
18
13
|
disable: () => string;
|
|
19
14
|
enable: (namespaces: any) => Promise<void>;
|
|
20
15
|
enabled: (name: any) => boolean;
|
|
21
|
-
humanize:
|
|
16
|
+
humanize: any;
|
|
22
17
|
destroy: () => void;
|
|
23
18
|
/**
|
|
24
19
|
* The currently active debug mode names, and names to skip.
|
package/dist/debug/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="ms" />
|
|
2
1
|
declare function createDebugAsync(): Promise<{
|
|
3
2
|
(namespace: any): {
|
|
4
3
|
(...args: any[]): void;
|
|
@@ -14,7 +13,7 @@ declare function createDebugAsync(): Promise<{
|
|
|
14
13
|
disable: () => string;
|
|
15
14
|
enable: (namespaces: any) => Promise<void>;
|
|
16
15
|
enabled: (name: any) => boolean;
|
|
17
|
-
humanize:
|
|
16
|
+
humanize: any;
|
|
18
17
|
destroy: () => void;
|
|
19
18
|
names: any[];
|
|
20
19
|
skips: any[];
|
package/dist/versionInfo.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/cross-inpage-provider-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.27",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"cross-inpage-provider"
|
|
6
6
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"build-version-info": "node ./scripts/buildVersionInfo.js"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@onekeyfe/cross-inpage-provider-errors": "1.1.
|
|
33
|
-
"@onekeyfe/cross-inpage-provider-events": "1.1.
|
|
34
|
-
"@onekeyfe/cross-inpage-provider-types": "1.1.
|
|
32
|
+
"@onekeyfe/cross-inpage-provider-errors": "1.1.27",
|
|
33
|
+
"@onekeyfe/cross-inpage-provider-events": "1.1.27",
|
|
34
|
+
"@onekeyfe/cross-inpage-provider-types": "1.1.27",
|
|
35
35
|
"events": "^3.3.0",
|
|
36
36
|
"lodash": "^4.17.21",
|
|
37
37
|
"ms": "^2.1.3"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "88eab9a9526dad8c26b84f2f3f779f5927d6a6cf"
|
|
40
40
|
}
|