@f-o-h/cli 0.1.35 → 0.1.36
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/README.md +1 -1
- package/dist/foh.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ AI-operator provisioning CLI for Front Of House.
|
|
|
4
4
|
|
|
5
5
|
Public mirror: https://github.com/iiko38/front-of-house-cli
|
|
6
6
|
|
|
7
|
-
Current
|
|
7
|
+
Current published baseline: `@f-o-h/cli@0.1.36`
|
|
8
8
|
|
|
9
9
|
This mirror is a generated release artifact. The private product monorepo is not
|
|
10
10
|
published here, and no open-source license is granted unless stated separately.
|
package/dist/foh.js
CHANGED
|
@@ -32755,7 +32755,7 @@ var StdioServerTransport = class {
|
|
|
32755
32755
|
};
|
|
32756
32756
|
|
|
32757
32757
|
// src/lib/cli-version.ts
|
|
32758
|
-
var CLI_VERSION = "0.1.
|
|
32758
|
+
var CLI_VERSION = "0.1.36";
|
|
32759
32759
|
|
|
32760
32760
|
// src/commands/mcp-serve.ts
|
|
32761
32761
|
var DEFAULT_TIMEOUT_MS = 12e4;
|