@ledgerhq/vault-common 2.2.2 → 2.2.4

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,5 +1,5 @@
1
1
 
2
- > @ledgerhq/vault-common@2.2.2 build /home/runner/work/vault-ts/vault-ts/packages/common
2
+ > @ledgerhq/vault-common@2.2.4 build /home/runner/work/vault-ts/vault-ts/packages/common
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/createHSMBridge.ts, src/index.ts, src/recipeManifest.ts, src/reviewAPIRequest.ts, src/utils.ts, src/crypto/utils.ts, src/types/index.ts
@@ -39,9 +39,9 @@
39
39
  CJS lib/chunk-3L2XDBZ2.js.map 20.30 KB
40
40
  CJS lib/chunk-PBYMPTCY.js.map 52.44 KB
41
41
  CJS lib/chunk-PZ5AY32C.js.map 479.00 B
42
- CJS ⚡️ Build success in 1057ms
42
+ CJS ⚡️ Build success in 858ms
43
43
  DTS Build start
44
- DTS ⚡️ Build success in 13266ms
44
+ DTS ⚡️ Build success in 11058ms
45
45
  DTS lib/createHSMBridge.d.ts 952.00 B
46
46
  DTS lib/index.d.ts 12.96 KB
47
47
  DTS lib/reviewAPIRequest.d.ts 836.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ledgerhq/vault-common
2
2
 
3
+ ## 2.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ff0343e: chore: bump revault-sdk
8
+
9
+ ## 2.2.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 02e5597: feat: bump revault sdk to fix onboarding user names
14
+
3
15
  ## 2.2.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-common",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/LedgerHQ/vault-ts",
6
6
  "license": "BSD-2-Clause",
@@ -55,7 +55,7 @@
55
55
  "@ledgerhq/hw-transport": "^6.31.3",
56
56
  "@ledgerhq/hw-transport-mocker": "^6.29.3",
57
57
  "@ledgerhq/logs": "^6.12.0",
58
- "@ledgerhq/revault-sdk": "^0.16.1",
58
+ "@ledgerhq/revault-sdk": "^0.17.4",
59
59
  "@ledgerhq/types-cryptoassets": "^7.15.1",
60
60
  "@types/uuid": "^9.0.8",
61
61
  "asn1.js": "^5.4.1",