@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/index.js CHANGED
@@ -131,7 +131,7 @@ import {
131
131
  verifyActivepiecesRuntimeSignature,
132
132
  verifyCapabilityToken,
133
133
  verifyTangleCatalogRuntimeSignature
134
- } from "./chunk-ZEDXLDOV.js";
134
+ } from "./chunk-S54DPRDU.js";
135
135
  import {
136
136
  INTEGRATION_FAMILIES,
137
137
  assertValidIntegrationSpec,
package/dist/registry.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  composeIntegrationRegistry,
5
5
  inferIntegrationSupportTier,
6
6
  summarizeIntegrationRegistry
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/runtime.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  InMemoryIntegrationGrantStore,
3
3
  IntegrationRuntime,
4
4
  createIntegrationRuntime
5
- } from "./chunk-ZEDXLDOV.js";
5
+ } from "./chunk-S54DPRDU.js";
6
6
  import "./chunk-4JQ754PA.js";
7
7
  import "./chunk-376UBTNB.js";
8
8
  import "./chunk-WC63AI4Q.js";
@@ -8,7 +8,7 @@ import {
8
8
  signTangleCatalogRuntimeRequest,
9
9
  tangleCatalogAuthValue,
10
10
  verifyTangleCatalogRuntimeSignature
11
- } from "./chunk-ZEDXLDOV.js";
11
+ } from "./chunk-S54DPRDU.js";
12
12
  import "./chunk-4JQ754PA.js";
13
13
  import "./chunk-376UBTNB.js";
14
14
  import "./chunk-WC63AI4Q.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-integrations",
3
- "version": "0.25.5",
3
+ "version": "0.25.6",
4
4
  "description": "Vendor-neutral integration contracts and runtime helpers for sandbox and agent apps.",
5
5
  "homepage": "https://github.com/tangle-network/agent-integrations#readme",
6
6
  "repository": {