struere 0.9.0 → 0.9.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/bin/struere.js +1 -1
- package/dist/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/bin/struere.js
CHANGED
|
@@ -24865,7 +24865,7 @@ templatesCommand.command("status <name>").description("Check template approval s
|
|
|
24865
24865
|
// package.json
|
|
24866
24866
|
var package_default = {
|
|
24867
24867
|
name: "struere",
|
|
24868
|
-
version: "0.9.
|
|
24868
|
+
version: "0.9.1",
|
|
24869
24869
|
description: "Build, test, and deploy AI agents",
|
|
24870
24870
|
keywords: [
|
|
24871
24871
|
"ai",
|
package/dist/cli/index.js
CHANGED
|
@@ -5573,7 +5573,7 @@ templatesCommand.command("status <name>").description("Check template approval s
|
|
|
5573
5573
|
// package.json
|
|
5574
5574
|
var package_default = {
|
|
5575
5575
|
name: "struere",
|
|
5576
|
-
version: "0.9.
|
|
5576
|
+
version: "0.9.1",
|
|
5577
5577
|
description: "Build, test, and deploy AI agents",
|
|
5578
5578
|
keywords: [
|
|
5579
5579
|
"ai",
|