@orbit-tools/cli 0.19.0 → 0.20.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbit-tools/cli",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
4
4
  "mcpName": "io.github.constellation-works/orbit",
5
5
  "description": "npm proxy for the Orbit CLI. Downloads the matching native binary from GitHub Releases on install and forwards all invocations.",
6
6
  "bin": {
@@ -28,11 +28,6 @@ const TRUSTED_PUBLIC_KEY_PATH = PUBLIC_KEY_OVERRIDE
28
28
  ? path.resolve(PUBLIC_KEY_OVERRIDE)
29
29
  : path.join(PKG_ROOT, 'release-signing.pub');
30
30
  const TRUSTED_KEYS_OVERRIDE_PATH = TRUSTED_KEYS_OVERRIDE ? path.resolve(TRUSTED_KEYS_OVERRIDE) : null;
31
- // orbit-release-key-4 is a PLACEHOLDER pre-staged for the next rotation. The
32
- // PEM below was generated locally and the matching private key is NOT held by
33
- // release infrastructure — no production signature will ever verify against
34
- // it. Replace with a real keypair (generated on the signing host) before
35
- // rotating off key-3.
36
31
  const TRUSTED_RELEASE_KEYS = Object.freeze([
37
32
  Object.freeze({
38
33
  id: 'orbit-release-key-3',
@@ -49,23 +44,6 @@ npMLlbzNaVfFT7p3IPTxsoEI0SB3ZtO7/XhzuOvOpklYcqjW2DGw/yzr2epAqHE/
49
44
  y4rLO3hkxWhxfgF5KPSR2iftc3LMONRGWELK6jpD5KB7No5vwIvjpVPUc5xA45Xw
50
45
  tT/bo0mm4TvrumxYr1xyEHrdum+ej/WYz/0BZQlwDOtXAgMBAAE=
51
46
  -----END PUBLIC KEY-----
52
- `,
53
- }),
54
- Object.freeze({
55
- id: 'orbit-release-key-4',
56
- notAfter: '2030-12-31',
57
- revokedAt: null,
58
- publicKeyPem: `-----BEGIN PUBLIC KEY-----
59
- MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAiEVVbwQYDnbPg86xYrI8
60
- Ddm6qpkEJ6GSJOW9NfR/eLpqwwaeWb3EPR9H/U39Rrt8ABPAGObLG9vuvSzg8YqU
61
- Rz6NjtrSKQ4k9xO/up+qQ/zRsHkOyISEx+6MnIrw5hY/IfkrZ+3+jm8IfXJ+VAjS
62
- VepR+o58u73ycrnLG1eXWIHtjED3SQSPffJjxSvVDEb3ogiJAsWClCMWNLnEjsQc
63
- IHYrNdS5N0m5tfcIb9LiV2cDVXgdwdRUU41Ks9sWvBQIHrNup721UWyMdJoK1hTI
64
- rc4PST3WTHQwFcQvVaAqod9MDPkQYlgD7IjiPkSGLHyIs52kNgFXY55E5DlU4O4e
65
- 9QDbyQTGzZI0XlnoqAuCIXbcNXjMZuEn9UjVN35NeObsj6F/yL07YUhvORnxozjL
66
- 41ouRFtFTWFHNenthtZnH9SUV4+O2cKDmtJpPJd68ZJ/NBqJHM4a6cteT72HJzLb
67
- t6yto3B43nTeXtp9ozRjetznPnPD7gmI6Zq1P2ce8v49AgMBAAE=
68
- -----END PUBLIC KEY-----
69
47
  `,
70
48
  }),
71
49
  ]);