@synkro-sh/cli 1.0.4 → 1.0.5

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/dist/bootstrap.js CHANGED
@@ -1962,7 +1962,7 @@ function writeConfigEnv(opts) {
1962
1962
  `SYNKRO_GATEWAY_URL=${shellQuoteSingle(safeGateway)}`,
1963
1963
  `SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
1964
1964
  `SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
1965
- `SYNKRO_VERSION=${shellQuoteSingle("1.0.4")}`
1965
+ `SYNKRO_VERSION=${shellQuoteSingle("1.0.5")}`
1966
1966
  ];
1967
1967
  if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
1968
1968
  if (safeOrgId) lines.push(`SYNKRO_ORG_ID=${shellQuoteSingle(safeOrgId)}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synkro-sh/cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Catch risky code before your Claude Code agent ships it. Reviews every edit and shell command with full context.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -37,6 +37,9 @@
37
37
  "test": "vitest",
38
38
  "test:run": "vitest run"
39
39
  },
40
+ "dependencies": {
41
+ "jsonwebtoken": "^9.0.3"
42
+ },
40
43
  "devDependencies": {
41
44
  "@inngest/realtime": "^0.4.5",
42
45
  "@types/better-sqlite3": "^7.6.13",
@@ -52,7 +55,6 @@
52
55
  "ink": "^5.1.0",
53
56
  "ink-text-input": "^6.0.0",
54
57
  "inngest": "^3.28.0",
55
- "jsonwebtoken": "^9.0.3",
56
58
  "libsodium-wrappers": "^0.7.13",
57
59
  "react": "^18.3.1",
58
60
  "react-dom": "^18.3.1",