@clef-sh/agent 0.1.9-beta.57 → 0.1.9
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/agent.cjs +1 -1
- package/dist/agent.cjs.map +1 -1
- package/package.json +1 -1
package/dist/agent.cjs
CHANGED
|
@@ -184796,7 +184796,7 @@ var Daemon = class {
|
|
|
184796
184796
|
};
|
|
184797
184797
|
|
|
184798
184798
|
// package.json
|
|
184799
|
-
var version5 = "0.1.9
|
|
184799
|
+
var version5 = "0.1.9";
|
|
184800
184800
|
|
|
184801
184801
|
// src/main.ts
|
|
184802
184802
|
async function main() {
|