deployable-awscdk-app-ts 0.1.892 → 0.1.894
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/.jsii +4 -3
- package/lib/index.js +1 -1
- package/lib/steps.js +1 -1
- package/package.json +4 -4
package/.jsii
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"constructs": "^10.8.1",
|
|
14
|
-
"projen": "^0.103.
|
|
14
|
+
"projen": "^0.103.5"
|
|
15
15
|
},
|
|
16
16
|
"dependencyClosure": {
|
|
17
17
|
"constructs": {
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"projen.python": {},
|
|
58
58
|
"projen.python.uvConfig": {},
|
|
59
59
|
"projen.release": {},
|
|
60
|
+
"projen.sonarqube": {},
|
|
60
61
|
"projen.typescript": {},
|
|
61
62
|
"projen.vscode": {},
|
|
62
63
|
"projen.web": {}
|
|
@@ -2049,6 +2050,6 @@
|
|
|
2049
2050
|
"symbolId": "src/types:EnvironmentOptions"
|
|
2050
2051
|
}
|
|
2051
2052
|
},
|
|
2052
|
-
"version": "0.1.
|
|
2053
|
-
"fingerprint": "
|
|
2053
|
+
"version": "0.1.894",
|
|
2054
|
+
"fingerprint": "i9KIE5GlPwBAKaz8dTyQ1WVFzJ3fn0dvBYYDxNp4b8U="
|
|
2054
2055
|
}
|
package/lib/index.js
CHANGED
|
@@ -47,7 +47,7 @@ __exportStar(require("./types"), exports);
|
|
|
47
47
|
exports.utils = __importStar(require("./utils"));
|
|
48
48
|
__exportStar(require("./steps"), exports);
|
|
49
49
|
class DeployableAwsCdkTypeScriptApp extends projen_1.awscdk.AwsCdkTypeScriptApp {
|
|
50
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp", version: "0.1.
|
|
50
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp", version: "0.1.894" };
|
|
51
51
|
/**
|
|
52
52
|
* If the diff output is enabled, adds a script and a job step to generate the CDK diff output to a file in cdk.out
|
|
53
53
|
* @returns void
|
package/lib/steps.js
CHANGED
|
@@ -19,7 +19,7 @@ const formattedDiffAnnotationCommentStepId = 'formatted_diff_annotation_comment'
|
|
|
19
19
|
class DeployableAwsCdkTypeScriptAppStepsFactory {
|
|
20
20
|
project;
|
|
21
21
|
props;
|
|
22
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppStepsFactory", version: "0.1.
|
|
22
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppStepsFactory", version: "0.1.894" };
|
|
23
23
|
/**
|
|
24
24
|
* Validate that the provided environment deployment dependencies are valid
|
|
25
25
|
* @param deployOptions The deployment options
|
package/package.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"jsii-docgen": "^10.5.0",
|
|
32
32
|
"jsii-pacmak": "^1.140.0",
|
|
33
33
|
"jsii-rosetta": "5.9.x",
|
|
34
|
-
"projen": "^0.103.
|
|
34
|
+
"projen": "^0.103.5",
|
|
35
35
|
"ts-jest": "^29.4.12",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
37
37
|
"typescript": "^5.9.3",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"constructs": "^10.8.1",
|
|
42
|
-
"projen": "^0.103.
|
|
42
|
+
"projen": "^0.103.5"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"projen": "^0.103.
|
|
45
|
+
"projen": "^0.103.5",
|
|
46
46
|
"semver": "^7.8.5"
|
|
47
47
|
},
|
|
48
48
|
"bundledDependencies": [
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"version": "0.1.
|
|
73
|
+
"version": "0.1.894",
|
|
74
74
|
"jest": {
|
|
75
75
|
"coverageProvider": "v8",
|
|
76
76
|
"testMatch": [
|