@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.
- package/dist/bin/tangle-catalog-runtime.js +1 -1
- package/dist/catalog.js +1 -1
- package/dist/{chunk-ZEDXLDOV.js → chunk-S54DPRDU.js} +4 -1
- package/dist/{chunk-ZEDXLDOV.js.map → chunk-S54DPRDU.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/registry.js +1 -1
- package/dist/runtime.js +1 -1
- package/dist/tangle-catalog-runtime.js +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
buildTangleCatalogRuntimePackageManifest,
|
|
5
5
|
renderTangleCatalogRuntimePnpmAddCommand,
|
|
6
6
|
startTangleCatalogRuntimeNodeServer
|
|
7
|
-
} from "../chunk-
|
|
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
|
@@ -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-
|
|
4431
|
+
//# sourceMappingURL=chunk-S54DPRDU.js.map
|