@synkro-sh/cli 1.3.2 → 1.3.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.
package/dist/bootstrap.js CHANGED
@@ -2776,7 +2776,7 @@ function writeConfigEnv(opts) {
2776
2776
  `SYNKRO_GATEWAY_URL=${shellQuoteSingle(safeGateway)}`,
2777
2777
  `SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
2778
2778
  `SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
2779
- `SYNKRO_VERSION=${shellQuoteSingle("1.3.2")}`
2779
+ `SYNKRO_VERSION=${shellQuoteSingle("1.3.4")}`
2780
2780
  ];
2781
2781
  if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
2782
2782
  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.3.2",
3
+ "version": "1.3.4",
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": {
@@ -39,6 +39,7 @@
39
39
  "test:run": "vitest run"
40
40
  },
41
41
  "dependencies": {
42
+ "dotenv": "^17.2.3",
42
43
  "jsonwebtoken": "^9.0.3"
43
44
  },
44
45
  "devDependencies": {