@ledgerhq/vault-cli 1.52.3 → 1.52.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,4 +1,4 @@
1
1
 
2
- > @ledgerhq/vault-cli@1.52.3 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.52.4 build /home/runner/work/vault-ts/vault-ts/apps/cli
3
3
  > tsc && chmod +x bin/index.js
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.52.4
4
+
5
+ ### Patch Changes
6
+
7
+ - b70e1af: update tradelink preset
8
+
3
9
  ## 1.52.3
4
10
 
5
11
  ### Patch Changes
@@ -1,15 +1,12 @@
1
1
  {
2
2
  "customUsernames": {
3
- "10": "Hedy Lamarr 10",
4
- "11": "Joan Clarke 11",
5
- "12": "Grace Hopper 12",
6
- "13": "Mileva Maric 13",
7
- "14": "Adi Shamir 14",
8
- "15": "David Chaum 15",
9
- "16": "Claus-P Schnorr 16",
10
- "17": "Zinedine Zidane",
11
- "18": "Thierry Henry",
12
- "19": "Michel Platini"
3
+ "10": "Hedy OneOf 10",
4
+ "11": "Joan OneOf 11",
5
+ "12": "Grace Bybit 12",
6
+ "13": "Mileva CC 13",
7
+ "14": "Adi CC 14",
8
+ "15": "David Wintermute 15",
9
+ "16": "Claus-P Compliance 16"
13
10
  },
14
11
  "users": {
15
12
  "operators": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
@@ -23,22 +20,22 @@
23
20
  {
24
21
  "name": "Group Bybit",
25
22
  "description": "",
26
- "users": [12, 13]
23
+ "users": [12]
27
24
  },
28
25
  {
29
26
  "name": "Group Crypto.com",
30
27
  "description": "",
31
- "users": [14, 15]
28
+ "users": [13, 14]
32
29
  },
33
30
  {
34
31
  "name": "Group Wintermute",
35
32
  "description": "",
36
- "users": [16, 17]
33
+ "users": [15]
37
34
  },
38
35
  {
39
36
  "name": "My Compliance Team",
40
37
  "description": "",
41
- "users": [18, 19]
38
+ "users": [16]
42
39
  }
43
40
  ],
44
41
  "whitelists": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.52.3",
3
+ "version": "1.52.4",
4
4
  "description": "A various utility command-line for Vault development",
5
5
  "homepage": "https://github.com/LedgerHQ/vault-ts",
6
6
  "license": "BSD-2-Clause",