frizz 0.12.8 → 0.12.9
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
|
@@ -31948,11 +31948,11 @@ var init_codex_app_server = __esm({
|
|
|
31948
31948
|
init_logging();
|
|
31949
31949
|
CODEX_APP_SERVER_PROVIDER = "codex-app-server";
|
|
31950
31950
|
CODEX_NATIVE_LISTEN_FLAG = "FRIZZ_CODEX_NATIVE_LISTEN";
|
|
31951
|
-
CODEX_APP_SERVER_SUPPORTED_VERSION = "0.
|
|
31951
|
+
CODEX_APP_SERVER_SUPPORTED_VERSION = "0.154.0";
|
|
31952
31952
|
CODEX_APP_SERVER_PROTOCOL_REVISION = Object.freeze({
|
|
31953
31953
|
packageVersion: CODEX_APP_SERVER_SUPPORTED_VERSION,
|
|
31954
|
-
sourceTag: "rust-v0.
|
|
31955
|
-
sourceCommit: "
|
|
31954
|
+
sourceTag: "rust-v0.154.0",
|
|
31955
|
+
sourceCommit: "6b9826e3aa83b1a5947db50f4332cb9c65f1b340"
|
|
31956
31956
|
});
|
|
31957
31957
|
PROTOCOL_FINGERPRINT = [
|
|
31958
31958
|
CODEX_APP_SERVER_PROTOCOL_REVISION.sourceTag,
|