@axiom-lattice/gateway 2.1.58 → 2.1.59

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @axiom-lattice/gateway@2.1.58 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.59 build /home/runner/work/agentic/agentic/packages/gateway
3
3
  > tsup src/index.ts --format cjs,esm --dts --clean --sourcemap
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -18,13 +18,13 @@
18
18
  You need to set the output format to "esm" for "import.meta" to work correctly.
19
19
 
20
20
 
21
- CJS dist/index.js 188.76 KB
22
- CJS dist/index.js.map 404.76 KB
23
- CJS ⚡️ Build success in 373ms
24
- ESM dist/index.mjs 185.45 KB
25
- ESM dist/index.mjs.map 405.33 KB
26
- ESM ⚡️ Build success in 376ms
21
+ CJS dist/index.js 188.71 KB
22
+ CJS dist/index.js.map 404.62 KB
23
+ CJS ⚡️ Build success in 378ms
24
+ ESM dist/index.mjs 185.41 KB
25
+ ESM dist/index.mjs.map 405.19 KB
26
+ ESM ⚡️ Build success in 380ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 12757ms
28
+ DTS ⚡️ Build success in 13346ms
29
29
  DTS dist/index.d.ts 3.76 KB
30
30
  DTS dist/index.d.mts 3.76 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.59
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [505d7c1]
8
+ - @axiom-lattice/core@2.1.53
9
+ - @axiom-lattice/pg-stores@1.0.43
10
+
3
11
  ## 2.1.58
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2557,12 +2557,9 @@ var WorkspaceController = class {
2557
2557
  workspaceId,
2558
2558
  projectId
2559
2559
  };
2560
- try {
2561
- const volumeBackend = await sandboxManager.getVolumeBackend(volumeConfig);
2562
- if (volumeBackend) {
2563
- return { backend: volumeBackend, workspace };
2564
- }
2565
- } catch {
2560
+ const volumeBackend = await sandboxManager.getVolumeBackend(volumeConfig);
2561
+ if (volumeBackend) {
2562
+ return { backend: volumeBackend, workspace };
2566
2563
  }
2567
2564
  const sandbox = await sandboxManager.getSandboxFromConfig(volumeConfig);
2568
2565
  return {