@trayio/cdk-build 3.8.0 → 3.9.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.
|
@@ -35,9 +35,7 @@ const fse = __importStar(require("fs-extra"));
|
|
|
35
35
|
const adm_zip_1 = __importDefault(require("adm-zip"));
|
|
36
36
|
const ConnectorOperationSchemaGenerator_1 = require("./operation/ConnectorOperationSchemaGenerator");
|
|
37
37
|
class ConnectorBuilder {
|
|
38
|
-
|
|
39
|
-
this.operationSchemaGenerator = new ConnectorOperationSchemaGenerator_1.ConnectorOperationSchemaGenerator();
|
|
40
|
-
}
|
|
38
|
+
operationSchemaGenerator = new ConnectorOperationSchemaGenerator_1.ConnectorOperationSchemaGenerator();
|
|
41
39
|
buildConnector(cdkProjectPath) {
|
|
42
40
|
return (0, function_1.pipe)(this.generateSchemas(cdkProjectPath), TE.chain(() => this.generatePackage(cdkProjectPath)));
|
|
43
41
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trayio/cdk-build",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"description": "Build utilities for CDK projects",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./*": "./dist/*.js"
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@trayio/commons": "3.
|
|
18
|
-
"@trayio/tray-schema": "3.
|
|
17
|
+
"@trayio/commons": "3.9.0",
|
|
18
|
+
"@trayio/tray-schema": "3.9.0",
|
|
19
19
|
"adm-zip": "0.5.10"
|
|
20
20
|
},
|
|
21
21
|
"typesVersions": {
|