test-data-connector-loader
v2.2.0-test.9
Published
App Loader for Steer Protocol
Readme
Steer Protocol App Loader
Public API
ExecutionAppConfig: Configuration object forExecutionApp(vault, chainId, subgraph URL, pool type flags, API keys, retries).ExecutionApp: High-level execution entrypoint for running bundles with a config-based constructor.DataConnectorExecution: Executes data connector bundles and handles request/response flow.
Installation
npm install test-data-connector-loader
# or
yarn add test-data-connector-loader
# or
pnpm add test-data-connector-loaderThe package includes an automatic postinstall script that fixes ESM/CJS interoperability issues with dependencies. No additional configuration is needed.
ESM Support
This package is an ESM module ("type": "module"). It automatically fixes ESM compatibility issues in its dependencies during installation.
If you encounter import errors after installation, you can manually run the fix script:
npm run postinstallFor more details about the ESM fixes, see docs/esm-fixes.md.
