frizz-server 0.14.4 → 0.14.5
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/dev-child.js +3 -3
- package/package.json +1 -1
package/dist/dev-child.js
CHANGED
|
@@ -32532,11 +32532,11 @@ var init_codex_app_server = __esm({
|
|
|
32532
32532
|
init_logging();
|
|
32533
32533
|
CODEX_APP_SERVER_PROVIDER = "codex-app-server";
|
|
32534
32534
|
CODEX_NATIVE_LISTEN_FLAG = "FRIZZ_CODEX_NATIVE_LISTEN";
|
|
32535
|
-
CODEX_APP_SERVER_SUPPORTED_VERSION = "0.
|
|
32535
|
+
CODEX_APP_SERVER_SUPPORTED_VERSION = "0.156.0";
|
|
32536
32536
|
CODEX_APP_SERVER_PROTOCOL_REVISION = Object.freeze({
|
|
32537
32537
|
packageVersion: CODEX_APP_SERVER_SUPPORTED_VERSION,
|
|
32538
|
-
sourceTag: "rust-v0.
|
|
32539
|
-
sourceCommit: "
|
|
32538
|
+
sourceTag: "rust-v0.156.0",
|
|
32539
|
+
sourceCommit: "fe74a774532af67b5a4a3dec03ce9469e17f89af"
|
|
32540
32540
|
});
|
|
32541
32541
|
PROTOCOL_FINGERPRINT = [
|
|
32542
32542
|
CODEX_APP_SERVER_PROTOCOL_REVISION.sourceTag,
|