troxy-cli 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/init.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "troxy-cli",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "AI payment control — protect your agent's payments with policies",
5
5
  "type": "module",
6
6
  "bin": {
package/src/init.js CHANGED
@@ -144,7 +144,7 @@ Restart=always
144
144
  RestartSec=10
145
145
  User=${os.userInfo().username}
146
146
  Environment=TROXY_API_KEY=${apiKey}
147
- Environment=TROXY_AGENT_NAME=${agentName}
147
+ Environment=TROXY_AGENT_NAME="${agentName}"
148
148
 
149
149
  [Install]
150
150
  WantedBy=multi-user.target