@shapeshiftoss/hdwallet-native-vault 1.55.5 → 1.55.6

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,8 +1,8 @@
1
1
  import { RawVault } from "./rawVault";
2
2
  import { IVaultBackedBy, VaultPrepareParams } from "./types";
3
3
  declare const MapVault_base: (new (...args: any[]) => {
4
- readonly "__#16@#revokers": Set<() => void>;
5
- "__#16@#revoked": boolean;
4
+ readonly "__#3@#revokers": Set<() => void>;
5
+ "__#3@#revoked": boolean;
6
6
  readonly revoke: () => void;
7
7
  readonly addRevoker: (revoker: () => void) => void;
8
8
  }) & MapConstructor;
@@ -1,7 +1,7 @@
1
1
  import { ArgonParams, IVaultBackedBy, VaultPrepareParams } from "./types";
2
2
  declare const RawVault_base: (new (...args: any[]) => {
3
- readonly "__#16@#revokers": Set<() => void>;
4
- "__#16@#revoked": boolean;
3
+ readonly "__#3@#revokers": Set<() => void>;
4
+ "__#3@#revoked": boolean;
5
5
  readonly revoke: () => void;
6
6
  readonly addRevoker: (revoker: () => void) => void;
7
7
  }) & {
@@ -5,8 +5,8 @@ type MockVaultData = {
5
5
  meta: Array<[string, unknown]>;
6
6
  };
7
7
  declare const MockVault_base: (new (...args: any[]) => {
8
- readonly "__#16@#revokers": Set<() => void>;
9
- "__#16@#revoked": boolean;
8
+ readonly "__#3@#revokers": Set<() => void>;
9
+ "__#3@#revoked": boolean;
10
10
  readonly revoke: () => void;
11
11
  readonly addRevoker: (revoker: () => void) => void;
12
12
  }) & MapConstructor;
package/dist/util.d.ts CHANGED
@@ -14,8 +14,8 @@ export declare const GENERATE_MNEMONIC: string;
14
14
  export type Revocable = native.crypto.Isolation.Engines.Default.Revocable;
15
15
  export declare const Revocable: <T extends import("hdwallet-core/dist").Constructor>(x: T) => {
16
16
  new (...args: any[]): {
17
- readonly "__#16@#revokers": Set<() => void>;
18
- "__#16@#revoked": boolean;
17
+ readonly "__#3@#revokers": Set<() => void>;
18
+ "__#3@#revoked": boolean;
19
19
  readonly revoke: () => void;
20
20
  readonly addRevoker: (revoker: () => void) => void;
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapeshiftoss/hdwallet-native-vault",
3
- "version": "1.55.5",
3
+ "version": "1.55.6",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,7 +14,7 @@
14
14
  "prepublishOnly": "yarn clean && yarn build"
15
15
  },
16
16
  "dependencies": {
17
- "@shapeshiftoss/hdwallet-native": "1.55.5",
17
+ "@shapeshiftoss/hdwallet-native": "1.55.6",
18
18
  "bip39": "^3.0.4",
19
19
  "hash-wasm": "^4.11.0",
20
20
  "idb-keyval": "^6.0.3",
@@ -28,5 +28,5 @@
28
28
  "@types/tiny-secp256k1": "^1.0.0",
29
29
  "fake-indexeddb": "^3.1.7"
30
30
  },
31
- "gitHead": "451552ac2086a22aabeee80f844fbafafab69576"
31
+ "gitHead": "f7fd72c5fb004c48e99c0b0db8d33d4181e2b80a"
32
32
  }