struere 0.4.1 → 0.4.2
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/bin/struere.js +1 -1
- package/dist/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/bin/struere.js
CHANGED
|
@@ -19100,7 +19100,7 @@ var statusCommand = new Command("status").description("Compare local vs remote s
|
|
|
19100
19100
|
// package.json
|
|
19101
19101
|
var package_default = {
|
|
19102
19102
|
name: "struere",
|
|
19103
|
-
version: "0.4.
|
|
19103
|
+
version: "0.4.2",
|
|
19104
19104
|
description: "Build, test, and deploy AI agents",
|
|
19105
19105
|
keywords: [
|
|
19106
19106
|
"ai",
|
package/dist/cli/index.js
CHANGED
|
@@ -2470,7 +2470,7 @@ var statusCommand = new Command13("status").description("Compare local vs remote
|
|
|
2470
2470
|
// package.json
|
|
2471
2471
|
var package_default = {
|
|
2472
2472
|
name: "struere",
|
|
2473
|
-
version: "0.4.
|
|
2473
|
+
version: "0.4.2",
|
|
2474
2474
|
description: "Build, test, and deploy AI agents",
|
|
2475
2475
|
keywords: [
|
|
2476
2476
|
"ai",
|