@opengeni/api-router 2.12.3 → 2.12.4-canary.1

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/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  createOpenGeniSlackBotInteractionClient,
8
8
  startSlackInteractionPump,
9
9
  startTemporalScheduleCleanupPump
10
- } from "./chunk-552H26YK.js";
10
+ } from "./chunk-VQCBJV4P.js";
11
11
 
12
12
  // src/index.ts
13
13
  import {
@@ -684,7 +684,8 @@ function helloRuntimeCapabilities(hello) {
684
684
  opStream: caps.opStream === true,
685
685
  browserBridge: caps.browserBridge === true,
686
686
  operationResourcePolicy: caps.operationResourcePolicy === true,
687
- operationCpuQuota: caps.operationCpuQuota === true
687
+ operationCpuQuota: caps.operationCpuQuota === true,
688
+ transactionalFsWrite: caps.transactionalFsWrite === true
688
689
  };
689
690
  }
690
691
  function helloCompletedUpdate(hello) {