@trayio/cdk-runtime 1.9.0 → 1.9.1

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.
@@ -2,10 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const OperationHandlerTest_1 = require("@trayio/cdk-dsl/connector/operation/OperationHandlerTest");
4
4
  const AxiosHttpClient_1 = require("@trayio/axios/http/AxiosHttpClient");
5
- const NodeFsFileStorage_1 = require("@trayio/commons/file/NodeFsFileStorage");
6
5
  const OperationExecutionGateway_1 = require("./OperationExecutionGateway");
7
6
  const OperationExecutionTestRunner_1 = require("./OperationExecutionTestRunner");
8
- const executionGateway = new OperationExecutionGateway_1.OperationExecutionGateway(new AxiosHttpClient_1.AxiosHttpClient(new NodeFsFileStorage_1.NodeFsFileStorage()));
7
+ const executionGateway = new OperationExecutionGateway_1.OperationExecutionGateway(new AxiosHttpClient_1.AxiosHttpClient());
9
8
  const testRunner = new OperationExecutionTestRunner_1.OperationExecutionTestRunner(executionGateway);
10
9
  OperationHandlerTest_1.OperationHandlerTestRegistry.onRegistration((handlerReference) => {
11
10
  testRunner.runTestFor(handlerReference);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trayio/cdk-runtime",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "A Runtime that executes connector operations defined using the CDK DSL",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -14,9 +14,9 @@
14
14
  "node": ">=18.x"
15
15
  },
16
16
  "dependencies": {
17
- "@trayio/axios": "1.9.0",
18
- "@trayio/cdk-dsl": "1.9.0",
19
- "@trayio/winston": "1.9.0"
17
+ "@trayio/axios": "1.9.1",
18
+ "@trayio/cdk-dsl": "1.9.1",
19
+ "@trayio/winston": "1.9.1"
20
20
  },
21
21
  "typesVersions": {
22
22
  "*": {