@clef-sh/agent 0.1.8-beta.52 → 0.1.8
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
|
@@ -184579,7 +184579,7 @@ var Daemon = class {
|
|
|
184579
184579
|
};
|
|
184580
184580
|
|
|
184581
184581
|
// package.json
|
|
184582
|
-
var version5 = "0.1.8
|
|
184582
|
+
var version5 = "0.1.8";
|
|
184583
184583
|
|
|
184584
184584
|
// src/main.ts
|
|
184585
184585
|
async function main() {
|