@swapkit/wallet-keystore 4.3.29 → 4.3.31

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.
@@ -39,4 +39,3 @@ export declare function encryptToKeyStore(phrase: string, password: string): Pro
39
39
  export declare function generatePhrase(size?: 12 | 24): string;
40
40
  export declare function validatePhrase(phrase: string): boolean;
41
41
  export declare function decryptFromKeystore(keystore: Keystore, password: string): Promise<string>;
42
- //# sourceMappingURL=helpers.d.ts.map
@@ -66,4 +66,3 @@ export declare function createKeystoreWallet<T extends Chain[]>({ chains, phrase
66
66
  [chain in Chain]?: DerivationPathArray;
67
67
  } | number;
68
68
  }): Promise<{ [key in T[number]]: FullWallet[key]; }>;
69
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,12 +1,6 @@
1
1
  {
2
2
  "author": "swapkit-dev",
3
- "dependencies": {
4
- "@noble/hashes": "2.0.1",
5
- "@scure/bip39": "2.0.1",
6
- "@swapkit/helpers": "4.13.7",
7
- "@swapkit/toolboxes": "4.15.10",
8
- "@swapkit/wallet-core": "4.2.7"
9
- },
3
+ "dependencies": { "@swapkit/helpers": "4.13.8", "@swapkit/toolboxes": "4.15.12", "@swapkit/wallet-core": "4.2.8" },
10
4
  "description": "SwapKit - Wallet Keystore",
11
5
  "exports": {
12
6
  ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/types/index.d.ts" }
@@ -15,6 +9,7 @@
15
9
  "homepage": "https://github.com/swapkit/SwapKit",
16
10
  "license": "SEE LICENSE IN LICENSE",
17
11
  "name": "@swapkit/wallet-keystore",
12
+ "peerDependencies": { "@noble/hashes": "2.2.0", "@scure/bip39": "2.2.0" },
18
13
  "publishConfig": { "access": "public" },
19
14
  "repository": {
20
15
  "directory": "packages/wallet-keystore",
@@ -29,5 +24,5 @@
29
24
  "type-check:go": "tsgo"
30
25
  },
31
26
  "type": "module",
32
- "version": "4.3.29"
27
+ "version": "4.3.31"
33
28
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/helpers.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,QAAQ,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QACN,MAAM,EAAE,MAAM,CAAC;QACf,YAAY,EAAE;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE,CAAC;QAC7B,UAAU,EAAE,MAAM,CAAC;QACnB,GAAG,EAAE,MAAM,CAAC;QACZ,SAAS,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAC;YAAC,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACnE,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;CACH,CAAC;AAaF,wBAAsB,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;;;;;;;;;;;;;;;;;;GAwBvE;AAED,wBAAgB,cAAc,CAAC,IAAI,GAAE,EAAE,GAAG,EAAO,UAEhD;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,WAE5C;AAED,wBAAsB,mBAAmB,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,mBA8B7E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,EAEL,KAAK,mBAAmB,EAQzB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAA2C,UAAU,EAAyB,MAAM,oBAAoB,CAAC;AAGrH,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,cAAc,EACd,KAAK,QAAQ,EACb,cAAc,GACf,MAAM,WAAW,CAAC;AAqEnB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CzB,CAAC;AAEH,eAAO,MAAM,yBAAyB,6nBAA2C,CAAC;AAElF,wBAAsB,oBAAoB,CAAC,CAAC,SAAS,KAAK,EAAE,EAAE,EAC5D,MAAM,EACN,MAAM,EACN,wBAAwB,GACzB,EAAE;IACD,MAAM,EAAE,CAAC,CAAC;IACV,MAAM,EAAE,MAAM,CAAC;IACf,wBAAwB,CAAC,EAAE;SAAG,KAAK,IAAI,KAAK,CAAC,CAAC,EAAE,mBAAmB;KAAE,GAAG,MAAM,CAAC;CAChF,cA4CY,GAAG,oCAEf"}