frizz-server 0.13.2 → 0.13.3

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
@@ -54263,8 +54263,8 @@ var init_runtimes = __esm({
54263
54263
  init_codex_app_server();
54264
54264
  init_frizz_paths();
54265
54265
  init_runtime_lease();
54266
- CLAUDE_AGENT_SDK_VERSION = "0.3.268";
54267
- CLAUDE_CODE_VERSION = "2.1.268";
54266
+ CLAUDE_AGENT_SDK_VERSION = "0.3.269";
54267
+ CLAUDE_CODE_VERSION = "2.1.269";
54268
54268
  CODEX_VERSION = CODEX_APP_SERVER_SUPPORTED_VERSION;
54269
54269
  RUNTIMES_MODE_ENV = "FRIZZ_RUNTIMES";
54270
54270
  RUNTIMES_DIR_ENV = "FRIZZ_RUNTIMES_DIR";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frizz-server",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "private": false,
5
5
  "description": "Replaceable Frizz server runtime",
6
6
  "license": "MIT",