@autohq/cli 0.1.99 → 0.1.100
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-bridge.js +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -19809,7 +19809,7 @@ function toJsonValue(value2) {
|
|
|
19809
19809
|
return null;
|
|
19810
19810
|
}
|
|
19811
19811
|
try {
|
|
19812
|
-
return
|
|
19812
|
+
return JSON.parse(JSON.stringify(value2));
|
|
19813
19813
|
} catch {
|
|
19814
19814
|
return String(value2);
|
|
19815
19815
|
}
|
package/dist/index.js
CHANGED
|
@@ -15332,7 +15332,7 @@ function toJsonValue(value) {
|
|
|
15332
15332
|
return null;
|
|
15333
15333
|
}
|
|
15334
15334
|
try {
|
|
15335
|
-
return
|
|
15335
|
+
return JSON.parse(JSON.stringify(value));
|
|
15336
15336
|
} catch {
|
|
15337
15337
|
return String(value);
|
|
15338
15338
|
}
|
|
@@ -21761,7 +21761,7 @@ var init_package = __esm({
|
|
|
21761
21761
|
"package.json"() {
|
|
21762
21762
|
package_default = {
|
|
21763
21763
|
name: "@autohq/cli",
|
|
21764
|
-
version: "0.1.
|
|
21764
|
+
version: "0.1.100",
|
|
21765
21765
|
license: "SEE LICENSE IN README.md",
|
|
21766
21766
|
publishConfig: {
|
|
21767
21767
|
access: "public"
|