@tangle-network/agent-integrations 0.25.5 → 0.25.6

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.
@@ -4,7 +4,7 @@ import {
4
4
  buildTangleCatalogRuntimePackageManifest,
5
5
  renderTangleCatalogRuntimePnpmAddCommand,
6
6
  startTangleCatalogRuntimeNodeServer
7
- } from "../chunk-ZEDXLDOV.js";
7
+ } from "../chunk-S54DPRDU.js";
8
8
  import "../chunk-4JQ754PA.js";
9
9
  import "../chunk-376UBTNB.js";
10
10
  import "../chunk-WC63AI4Q.js";
package/dist/catalog.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  parseIntegrationToolName,
6
6
  searchIntegrationTools,
7
7
  toMcpTools
8
- } from "./chunk-ZEDXLDOV.js";
8
+ } from "./chunk-S54DPRDU.js";
9
9
  import "./chunk-4JQ754PA.js";
10
10
  import "./chunk-376UBTNB.js";
11
11
  import "./chunk-WC63AI4Q.js";
@@ -3023,6 +3023,9 @@ var IntegrationRuntime = class {
3023
3023
  }
3024
3024
  async buildSandboxBundle(input) {
3025
3025
  const grants = await this.resolveBundleGrants(input);
3026
+ if (grants.length === 0) {
3027
+ throw new Error("Cannot build integration bundle; no active integration grants matched the request.");
3028
+ }
3026
3029
  const registry = await this.registry();
3027
3030
  const bindings = [];
3028
3031
  const connectors = [];
@@ -4425,4 +4428,4 @@ export {
4425
4428
  signCapability,
4426
4429
  verifyCapabilityToken
4427
4430
  };
4428
- //# sourceMappingURL=chunk-ZEDXLDOV.js.map
4431
+ //# sourceMappingURL=chunk-S54DPRDU.js.map