catalyst-relay 0.5.11 → 0.5.12

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.mjs CHANGED
@@ -3551,6 +3551,7 @@ function createClient(config) {
3551
3551
  return ok(new ADTClientImpl(config));
3552
3552
  }
3553
3553
  export {
3554
+ ExternalReferencesError,
3554
3555
  activateLogging,
3555
3556
  buildSQLQuery,
3556
3557
  createClient,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catalyst-relay",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "description": "TypeScript middleware for SAP ADT integration",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",