struere 0.8.2 → 0.8.3
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
|
@@ -24314,7 +24314,7 @@ templatesCommand.command("status <name>").description("Check template approval s
|
|
|
24314
24314
|
// package.json
|
|
24315
24315
|
var package_default = {
|
|
24316
24316
|
name: "struere",
|
|
24317
|
-
version: "0.8.
|
|
24317
|
+
version: "0.8.3",
|
|
24318
24318
|
description: "Build, test, and deploy AI agents",
|
|
24319
24319
|
keywords: [
|
|
24320
24320
|
"ai",
|
package/dist/cli/index.js
CHANGED
|
@@ -5015,7 +5015,7 @@ templatesCommand.command("status <name>").description("Check template approval s
|
|
|
5015
5015
|
// package.json
|
|
5016
5016
|
var package_default = {
|
|
5017
5017
|
name: "struere",
|
|
5018
|
-
version: "0.8.
|
|
5018
|
+
version: "0.8.3",
|
|
5019
5019
|
description: "Build, test, and deploy AI agents",
|
|
5020
5020
|
keywords: [
|
|
5021
5021
|
"ai",
|