struere 0.10.1 → 0.10.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
|
@@ -6959,7 +6959,7 @@ var runToolCommand = new Command18("run-tool").description("Run a tool as it wou
|
|
|
6959
6959
|
// package.json
|
|
6960
6960
|
var package_default = {
|
|
6961
6961
|
name: "struere",
|
|
6962
|
-
version: "0.10.
|
|
6962
|
+
version: "0.10.2",
|
|
6963
6963
|
description: "Build, test, and deploy AI agents",
|
|
6964
6964
|
keywords: [
|
|
6965
6965
|
"ai",
|
package/dist/cli/index.js
CHANGED
|
@@ -6959,7 +6959,7 @@ var runToolCommand = new Command18("run-tool").description("Run a tool as it wou
|
|
|
6959
6959
|
// package.json
|
|
6960
6960
|
var package_default = {
|
|
6961
6961
|
name: "struere",
|
|
6962
|
-
version: "0.10.
|
|
6962
|
+
version: "0.10.2",
|
|
6963
6963
|
description: "Build, test, and deploy AI agents",
|
|
6964
6964
|
keywords: [
|
|
6965
6965
|
"ai",
|