@getdial/cli 0.33.3 → 0.33.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/lib/api.js CHANGED
@@ -89,7 +89,7 @@ async function apiRequest(method, path, body, apiKey, extraHeaders) {
89
89
  /** POST a multipart/form-data body (file uploads). fetch sets the boundary header itself. */
90
90
  export async function apiPostMultipart(path, form, apiKey) {
91
91
  const url = `${baseUrl()}${path}`;
92
- const headers = applyRefParamsHeader({});
92
+ const headers = applyRefParamsHeader({ "user-agent": USER_AGENT });
93
93
  if (apiKey)
94
94
  headers.authorization = `Bearer ${apiKey}`;
95
95
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getdial/cli",
3
- "version": "0.33.3",
3
+ "version": "0.33.4",
4
4
  "description": "Dial CLI — install, sign up, and run the local listen service.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/skills.tar.gz CHANGED
Binary file