@vionwilliams/agent-os 1.0.0-alpha.5 → 1.0.0-alpha.6
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/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -168673,7 +168673,7 @@ var init_toolAnalytics = __esm(() => {
|
|
|
168673
168673
|
isClaudeAiAuth: isClaudeAISubscriber(),
|
|
168674
168674
|
version: "1.0.0-alpha.5",
|
|
168675
168675
|
versionBase: getVersionBase(),
|
|
168676
|
-
buildTime: "2026-04-
|
|
168676
|
+
buildTime: "2026-04-13T04:05:34Z",
|
|
168677
168677
|
deploymentEnvironment: env3.detectDeploymentEnvironment(),
|
|
168678
168678
|
...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
|
|
168679
168679
|
githubEventName: process.env.GITHUB_EVENT_NAME,
|
|
@@ -454528,7 +454528,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
454528
454528
|
var call51 = async () => {
|
|
454529
454529
|
return {
|
|
454530
454530
|
type: "text",
|
|
454531
|
-
value: `${"1.0.0-alpha.5"} (built ${"2026-04-
|
|
454531
|
+
value: `${"1.0.0-alpha.5"} (built ${"2026-04-13T04:05:34Z"})`
|
|
454532
454532
|
};
|
|
454533
454533
|
}, version2, version_default;
|
|
454534
454534
|
var init_version = __esm(() => {
|
package/package.json
CHANGED