@tangle-network/agent-integrations 0.22.0 → 0.23.0
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/README.md +3 -0
- package/data/activepieces-catalog.json +114653 -26264
- package/dist/bin/tangle-catalog-runtime.d.ts +1 -0
- package/dist/bin/tangle-catalog-runtime.js +53 -0
- package/dist/bin/tangle-catalog-runtime.js.map +1 -0
- package/dist/chunk-P4BB4CU6.js +7392 -0
- package/dist/chunk-P4BB4CU6.js.map +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +170 -7016
- package/dist/index.js.map +1 -1
- package/dist/specs.d.ts +98 -3
- package/docs/integration-execution-audit.md +198 -0
- package/docs/integration-execution-matrix.json +97197 -0
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -208,6 +208,9 @@ The package deliberately avoids vendor lock-in.
|
|
|
208
208
|
- Treat catalog coverage and executable coverage as different states.
|
|
209
209
|
|
|
210
210
|
See [Provider Decision Matrix](./docs/provider-decision-matrix.md).
|
|
211
|
+
See [Integration Execution Audit](./docs/integration-execution-audit.md) for
|
|
212
|
+
the exact current split between catalog, setup, first-party execution, and
|
|
213
|
+
package-runtime execution.
|
|
211
214
|
|
|
212
215
|
## Executable Coverage
|
|
213
216
|
|