@trayio/cdk-runtime 0.1.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # Connector Development Kit (CDK) Runtime.
2
+
3
+ The CDK runtime interprets connectors written using the CDK DSL, the runtime is responsible for handling all the implementation details including dependencies, optimizations
4
+ and any other aspects related to how a connector is executed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trayio/cdk-runtime",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "A Runtime that executes connector operations defined using the CDK DSL",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -11,7 +11,7 @@
11
11
  "access": "public"
12
12
  },
13
13
  "dependencies": {
14
- "@trayio/cdk-dsl": "0.1.0",
14
+ "@trayio/cdk-dsl": "0.3.0",
15
15
  "@trayio/tray-axios": "*"
16
16
  },
17
17
  "typesVersions": {