deployable-awscdk-app-ts 0.1.896 → 0.1.897

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 CHANGED
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "constructs": "^10.8.1",
14
- "projen": "^0.103.11"
14
+ "projen": "^0.103.12"
15
15
  },
16
16
  "dependencyClosure": {
17
17
  "constructs": {
@@ -2051,6 +2051,6 @@
2051
2051
  "symbolId": "src/types:EnvironmentOptions"
2052
2052
  }
2053
2053
  },
2054
- "version": "0.1.896",
2055
- "fingerprint": "x4OhHkA1v4XT+DmeTCEMUPWU1St6SzcQsJHKgiKvXIE="
2054
+ "version": "0.1.897",
2055
+ "fingerprint": "Esu7cpMupD+a4DDWd/yGHcGJFPzoWjTwGx5VCv4n3wU="
2056
2056
  }
package/API.md CHANGED
@@ -1806,6 +1806,7 @@ const deployableAwsCdkTypeScriptAppOptions: DeployableAwsCdkTypeScriptAppOptions
1806
1806
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.stability">stability</a></code> | <code>string</code> | Package's Stability. |
1807
1807
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.yarnBerryOptions">yarnBerryOptions</a></code> | <code>projen.javascript.YarnBerryOptions</code> | Options for Yarn Berry. |
1808
1808
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.bumpPackage">bumpPackage</a></code> | <code>string</code> | The `commit-and-tag-version` compatible package used to bump the package version, as a dependency string. |
1809
+ | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.githubReleaseLatest">githubReleaseLatest</a></code> | <code>boolean</code> | Whether GitHub should explicitly mark the release from the default branch as the latest release. |
1809
1810
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.jsiiReleaseVersion">jsiiReleaseVersion</a></code> | <code>string</code> | Version requirement of `publib` which is used to publish modules to npm. |
1810
1811
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.majorVersion">majorVersion</a></code> | <code>number</code> | Major version to release from the default branch. |
1811
1812
  | <code><a href="#deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.minMajorVersion">minMajorVersion</a></code> | <code>number</code> | Minimal Major version to release. |
@@ -2994,6 +2995,22 @@ This can be any compatible package version, including the deprecated `standard-v
2994
2995
 
2995
2996
  ---
2996
2997
 
2998
+ ##### `githubReleaseLatest`<sup>Optional</sup> <a name="githubReleaseLatest" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.githubReleaseLatest"></a>
2999
+
3000
+ ```typescript
3001
+ public readonly githubReleaseLatest: boolean;
3002
+ ```
3003
+
3004
+ - *Type:* boolean
3005
+ - *Default:* GitHub determines the latest release based on date and semantic version.
3006
+
3007
+ Whether GitHub should explicitly mark the release from the default branch as the latest release.
3008
+
3009
+ Set to `true` to mark the release as latest, or `false` to explicitly not
3010
+ mark it as latest.
3011
+
3012
+ ---
3013
+
2997
3014
  ##### `jsiiReleaseVersion`<sup>Optional</sup> <a name="jsiiReleaseVersion" id="deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppOptions.property.jsiiReleaseVersion"></a>
2998
3015
 
2999
3016
  ```typescript
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.896" };
50
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptApp", version: "0.1.897" };
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.896" };
22
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "deployable-awscdk-app-ts.DeployableAwsCdkTypeScriptAppStepsFactory", version: "0.1.897" };
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.11",
34
+ "projen": "^0.103.12",
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.11"
42
+ "projen": "^0.103.12"
43
43
  },
44
44
  "dependencies": {
45
- "projen": "^0.103.11",
45
+ "projen": "^0.103.12",
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.896",
73
+ "version": "0.1.897",
74
74
  "jest": {
75
75
  "coverageProvider": "v8",
76
76
  "testMatch": [