@codedrifters/configulator 0.0.426 → 0.0.427

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/lib/index.d.mts CHANGED
@@ -12790,8 +12790,8 @@ declare class AwsDeployWorkflow extends Component {
12790
12790
  * Steps for a target's optional `cdk diff` job.
12791
12791
  *
12792
12792
  * Mirrors {@link deploySteps}' toolchain and credential setup — same pnpm /
12793
- * Node setup, same version-pinned `aws-cdk` install, same OIDC role — so a
12794
- * diff is computed by the same CLI that will run the deploy.
12793
+ * Node setup, same version-pinned `aws-cdk` CLI, same OIDC role — so a diff
12794
+ * is computed by the same CLI that will run the deploy.
12795
12795
  *
12796
12796
  * The `cdk diff` flags come from the {@link CdkCli} precedence chain via
12797
12797
  * `diffOptionsFor(target)`, so `method`, `securityOnly`, `fail`, and the rest
package/lib/index.d.ts CHANGED
@@ -12839,8 +12839,8 @@ declare class AwsDeployWorkflow extends Component {
12839
12839
  * Steps for a target's optional `cdk diff` job.
12840
12840
  *
12841
12841
  * Mirrors {@link deploySteps}' toolchain and credential setup — same pnpm /
12842
- * Node setup, same version-pinned `aws-cdk` install, same OIDC role — so a
12843
- * diff is computed by the same CLI that will run the deploy.
12842
+ * Node setup, same version-pinned `aws-cdk` CLI, same OIDC role — so a diff
12843
+ * is computed by the same CLI that will run the deploy.
12844
12844
  *
12845
12845
  * The `cdk diff` flags come from the {@link CdkCli} precedence chain via
12846
12846
  * `diffOptionsFor(target)`, so `method`, `securityOnly`, `fail`, and the rest
package/lib/index.js CHANGED
@@ -42763,14 +42763,6 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends import_projen26.Compone
42763
42763
  return [
42764
42764
  ...this.setupPnpm(),
42765
42765
  ...this.setupNode(),
42766
- /**
42767
- * Install CDK, pinned to the same version that synthesized the cloud
42768
- * assembly being deployed. See {@link CdkCli.cliVersion}.
42769
- */
42770
- {
42771
- name: "Install CDK",
42772
- run: `pnpm add "aws-cdk@${cdkCli.cliVersion}"`
42773
- },
42774
42766
  /**
42775
42767
  * Configure AWS creds.
42776
42768
  */
@@ -42844,8 +42836,8 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends import_projen26.Compone
42844
42836
  * Steps for a target's optional `cdk diff` job.
42845
42837
  *
42846
42838
  * Mirrors {@link deploySteps}' toolchain and credential setup — same pnpm /
42847
- * Node setup, same version-pinned `aws-cdk` install, same OIDC role — so a
42848
- * diff is computed by the same CLI that will run the deploy.
42839
+ * Node setup, same version-pinned `aws-cdk` CLI, same OIDC role — so a diff
42840
+ * is computed by the same CLI that will run the deploy.
42849
42841
  *
42850
42842
  * The `cdk diff` flags come from the {@link CdkCli} precedence chain via
42851
42843
  * `diffOptionsFor(target)`, so `method`, `securityOnly`, `fail`, and the rest
@@ -42873,14 +42865,6 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends import_projen26.Compone
42873
42865
  return [
42874
42866
  ...this.setupPnpm(),
42875
42867
  ...this.setupNode(),
42876
- /**
42877
- * Install CDK, pinned to the same version that synthesized the cloud
42878
- * assembly being diffed. See {@link CdkCli.cliVersion}.
42879
- */
42880
- {
42881
- name: "Install CDK",
42882
- run: `pnpm add "aws-cdk@${cdkCli.cliVersion}"`
42883
- },
42884
42868
  /**
42885
42869
  * Configure AWS creds.
42886
42870
  */