deployable-awscdk-app-ts 0.1.872 → 0.1.874
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 +6 -6
- package/API.md +8 -0
- package/lib/index.js +1 -1
- package/lib/steps.js +1 -1
- package/package.json +6 -6
package/.jsii
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"semver": "^7.8.5"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"constructs": "^10.7.
|
|
14
|
-
"projen": "^0.101.
|
|
13
|
+
"constructs": "^10.7.2",
|
|
14
|
+
"projen": "^0.101.22"
|
|
15
15
|
},
|
|
16
16
|
"dependencyClosure": {
|
|
17
17
|
"constructs": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"stability": "stable"
|
|
87
87
|
},
|
|
88
88
|
"homepage": "https://github.com/AminFazlMondo/deployable-awscdk-app-ts.git",
|
|
89
|
-
"jsiiVersion": "5.9.
|
|
89
|
+
"jsiiVersion": "5.9.49 (build 09a22a8)",
|
|
90
90
|
"keywords": [
|
|
91
91
|
"AWS CDK",
|
|
92
92
|
"Deployment",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"hasDefaultInterfaces": true
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
|
-
"tscRootDir": "
|
|
103
|
+
"tscRootDir": "src"
|
|
104
104
|
},
|
|
105
105
|
"name": "deployable-awscdk-app-ts",
|
|
106
106
|
"readme": {
|
|
@@ -2047,6 +2047,6 @@
|
|
|
2047
2047
|
"symbolId": "src/types:EnvironmentOptions"
|
|
2048
2048
|
}
|
|
2049
2049
|
},
|
|
2050
|
-
"version": "0.1.
|
|
2051
|
-
"fingerprint": "
|
|
2050
|
+
"version": "0.1.874",
|
|
2051
|
+
"fingerprint": "STE9Ewe6I3CPbgGUPK7cMK+NVTM/mkxg8y4FIpoEqYw="
|
|
2052
2052
|
}
|
package/API.md
CHANGED
|
@@ -3485,6 +3485,10 @@ public readonly copyrightOwner: string;
|
|
|
3485
3485
|
|
|
3486
3486
|
License copyright owner.
|
|
3487
3487
|
|
|
3488
|
+
This value is only used if the selected license text contains the
|
|
3489
|
+
`$copyright_owner` placeholder. For example, it has no effect on the
|
|
3490
|
+
MPL-2.0 license text.
|
|
3491
|
+
|
|
3488
3492
|
---
|
|
3489
3493
|
|
|
3490
3494
|
##### `copyrightPeriod`<sup>Optional</sup> <a name="copyrightPeriod" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.copyrightPeriod"></a>
|
|
@@ -3498,6 +3502,10 @@ public readonly copyrightPeriod: string;
|
|
|
3498
3502
|
|
|
3499
3503
|
The copyright years to put in the LICENSE file.
|
|
3500
3504
|
|
|
3505
|
+
This value is only used if the selected license text contains the
|
|
3506
|
+
`$copyright_period` placeholder. For example, it has no effect on the
|
|
3507
|
+
MPL-2.0 license text.
|
|
3508
|
+
|
|
3501
3509
|
---
|
|
3502
3510
|
|
|
3503
3511
|
##### `defaultReleaseBranch`<sup>Optional</sup> <a name="defaultReleaseBranch" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.defaultReleaseBranch"></a>
|
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.874" };
|
|
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.874" };
|
|
23
23
|
/**
|
|
24
24
|
* Validate that the provided environment deployment dependencies are valid
|
|
25
25
|
* @param deployOptions The deployment options
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
20
20
|
"@typescript-eslint/parser": "^8",
|
|
21
21
|
"commit-and-tag-version": "^12",
|
|
22
|
-
"constructs": "^10.7.
|
|
22
|
+
"constructs": "^10.7.2",
|
|
23
23
|
"eslint": "^9",
|
|
24
24
|
"eslint-import-resolver-typescript": "^3.10.1",
|
|
25
25
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"jsii-docgen": "^10.5.0",
|
|
32
32
|
"jsii-pacmak": "^1.139.0",
|
|
33
33
|
"jsii-rosetta": "5.9.x",
|
|
34
|
-
"projen": "^0.101.
|
|
34
|
+
"projen": "^0.101.22",
|
|
35
35
|
"ts-jest": "^29.4.12",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
37
37
|
"typescript": "^5.9.3",
|
|
38
38
|
"yaml": "^2.9.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"constructs": "^10.7.
|
|
42
|
-
"projen": "^0.101.
|
|
41
|
+
"constructs": "^10.7.2",
|
|
42
|
+
"projen": "^0.101.22"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"projen": "^0.101.
|
|
45
|
+
"projen": "^0.101.22",
|
|
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.874",
|
|
74
74
|
"jest": {
|
|
75
75
|
"coverageProvider": "v8",
|
|
76
76
|
"testMatch": [
|