@knid/agentx 0.1.0 → 0.1.1
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1364,7 +1364,7 @@ async function publishAgent(agentDir, token) {
|
|
|
1364
1364
|
formData.append("sha256", sha256);
|
|
1365
1365
|
const client = createRegistryClient({ token });
|
|
1366
1366
|
return client.put(
|
|
1367
|
-
`/agents
|
|
1367
|
+
`/agents`,
|
|
1368
1368
|
formData
|
|
1369
1369
|
);
|
|
1370
1370
|
}
|