@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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const version = '1.1.26';
3
+ const version = '1.1.27';
4
4
  const versionBuild = '2020-0101-1';
5
5
  exports.default = {
6
6
  version,
@@ -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: typeof humanize;
16
+ humanize: any;
22
17
  destroy: () => void;
23
18
  /**
24
19
  * The currently active debug mode names, and names to skip.
@@ -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: typeof import("ms");
16
+ humanize: any;
18
17
  destroy: () => void;
19
18
  names: any[];
20
19
  skips: any[];
@@ -1,4 +1,4 @@
1
- const version = '1.1.26';
1
+ const version = '1.1.27';
2
2
  const versionBuild = '2020-0101-1';
3
3
  export default {
4
4
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/cross-inpage-provider-core",
3
- "version": "1.1.26",
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.26",
33
- "@onekeyfe/cross-inpage-provider-events": "1.1.26",
34
- "@onekeyfe/cross-inpage-provider-types": "1.1.26",
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": "c5fecd176e00c399c4829f73b9da5e74e1f4e1b9"
39
+ "gitHead": "88eab9a9526dad8c26b84f2f3f779f5927d6a6cf"
40
40
  }