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 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.155.1";
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.155.1",
32539
- sourceCommit: "be2951ea34f0d295ed0becf97079f92fa5f6950e"
32538
+ sourceTag: "rust-v0.156.0",
32539
+ sourceCommit: "fe74a774532af67b5a4a3dec03ce9469e17f89af"
32540
32540
  });
32541
32541
  PROTOCOL_FINGERPRINT = [
32542
32542
  CODEX_APP_SERVER_PROTOCOL_REVISION.sourceTag,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frizz-server",
3
- "version": "0.14.4",
3
+ "version": "0.14.5",
4
4
  "private": false,
5
5
  "description": "Replaceable Frizz server runtime",
6
6
  "license": "MIT",