@codedrifters/configulator 0.0.320 → 0.0.322

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
@@ -10002,7 +10002,7 @@ declare const VERSION: {
10002
10002
  /**
10003
10003
  * Version of Astro to pin for AstroProject scaffolding.
10004
10004
  */
10005
- readonly ASTRO_VERSION: "6.3.3";
10005
+ readonly ASTRO_VERSION: "6.3.5";
10006
10006
  /**
10007
10007
  * CDK CLI for workflows and command line operations.
10008
10008
  *
@@ -10031,11 +10031,11 @@ declare const VERSION: {
10031
10031
  /**
10032
10032
  * Version of PNPM to use in workflows at github actions.
10033
10033
  */
10034
- readonly PNPM_VERSION: "11.1.2";
10034
+ readonly PNPM_VERSION: "11.1.3";
10035
10035
  /**
10036
10036
  * Version of Projen to use.
10037
10037
  */
10038
- readonly PROJEN_VERSION: "0.99.61";
10038
+ readonly PROJEN_VERSION: "0.99.62";
10039
10039
  /**
10040
10040
  * Version of `actions/setup-node` to use in GitHub workflows.
10041
10041
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -10057,7 +10057,7 @@ declare const VERSION: {
10057
10057
  /**
10058
10058
  * Version of `@types/node` to use across all packages (pnpm catalog).
10059
10059
  */
10060
- readonly TYPES_NODE_VERSION: "25.8.0";
10060
+ readonly TYPES_NODE_VERSION: "25.9.0";
10061
10061
  /**
10062
10062
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
10063
10063
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.d.ts CHANGED
@@ -10051,7 +10051,7 @@ declare const VERSION: {
10051
10051
  /**
10052
10052
  * Version of Astro to pin for AstroProject scaffolding.
10053
10053
  */
10054
- readonly ASTRO_VERSION: "6.3.3";
10054
+ readonly ASTRO_VERSION: "6.3.5";
10055
10055
  /**
10056
10056
  * CDK CLI for workflows and command line operations.
10057
10057
  *
@@ -10080,11 +10080,11 @@ declare const VERSION: {
10080
10080
  /**
10081
10081
  * Version of PNPM to use in workflows at github actions.
10082
10082
  */
10083
- readonly PNPM_VERSION: "11.1.2";
10083
+ readonly PNPM_VERSION: "11.1.3";
10084
10084
  /**
10085
10085
  * Version of Projen to use.
10086
10086
  */
10087
- readonly PROJEN_VERSION: "0.99.61";
10087
+ readonly PROJEN_VERSION: "0.99.62";
10088
10088
  /**
10089
10089
  * Version of `actions/setup-node` to use in GitHub workflows.
10090
10090
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -10106,7 +10106,7 @@ declare const VERSION: {
10106
10106
  /**
10107
10107
  * Version of `@types/node` to use across all packages (pnpm catalog).
10108
10108
  */
10109
- readonly TYPES_NODE_VERSION: "25.8.0";
10109
+ readonly TYPES_NODE_VERSION: "25.9.0";
10110
10110
  /**
10111
10111
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
10112
10112
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.js CHANGED
@@ -16936,7 +16936,7 @@ function buildPeopleProfileBundle(paths = DEFAULT_AGENT_PATHS, issueDefaults = D
16936
16936
  var peopleProfileBundle = buildPeopleProfileBundle();
16937
16937
 
16938
16938
  // src/pnpm/pnpm-workspace.ts
16939
- var import_path = require("path");
16939
+ var import_node_path = require("path");
16940
16940
  var import_projen = require("projen");
16941
16941
  var MINIMUM_RELEASE_AGE = {
16942
16942
  ZERO_DAYS: 0,
@@ -16988,7 +16988,7 @@ var PnpmWorkspace = class _PnpmWorkspace extends import_projen.Component {
16988
16988
  const pnpmConfig = {};
16989
16989
  const packages = new Array();
16990
16990
  for (const subproject of project.subprojects) {
16991
- packages.push((0, import_path.relative)(this.project.outdir, subproject.outdir));
16991
+ packages.push((0, import_node_path.relative)(this.project.outdir, subproject.outdir));
16992
16992
  }
16993
16993
  const packageSet = new Set(packages);
16994
16994
  for (const subprojectPath of this.subprojects) {
@@ -28368,7 +28368,7 @@ var VERSION = {
28368
28368
  /**
28369
28369
  * Version of Astro to pin for AstroProject scaffolding.
28370
28370
  */
28371
- ASTRO_VERSION: "6.3.3",
28371
+ ASTRO_VERSION: "6.3.5",
28372
28372
  /**
28373
28373
  * CDK CLI for workflows and command line operations.
28374
28374
  *
@@ -28397,11 +28397,11 @@ var VERSION = {
28397
28397
  /**
28398
28398
  * Version of PNPM to use in workflows at github actions.
28399
28399
  */
28400
- PNPM_VERSION: "11.1.2",
28400
+ PNPM_VERSION: "11.1.3",
28401
28401
  /**
28402
28402
  * Version of Projen to use.
28403
28403
  */
28404
- PROJEN_VERSION: "0.99.61",
28404
+ PROJEN_VERSION: "0.99.62",
28405
28405
  /**
28406
28406
  * Version of `actions/setup-node` to use in GitHub workflows.
28407
28407
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -28423,7 +28423,7 @@ var VERSION = {
28423
28423
  /**
28424
28424
  * Version of `@types/node` to use across all packages (pnpm catalog).
28425
28425
  */
28426
- TYPES_NODE_VERSION: "25.8.0",
28426
+ TYPES_NODE_VERSION: "25.9.0",
28427
28427
  /**
28428
28428
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
28429
28429
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
@@ -31276,7 +31276,7 @@ var AstroOutput = {
31276
31276
  };
31277
31277
 
31278
31278
  // src/aws/aws-deployment-config.ts
31279
- var import_node_path = require("path");
31279
+ var import_node_path2 = require("path");
31280
31280
  var import_utils9 = __toESM(require_lib());
31281
31281
  var import_projen12 = require("projen");
31282
31282
 
@@ -31940,10 +31940,10 @@ var AwsDeploymentConfig = class _AwsDeploymentConfig extends import_projen12.Com
31940
31940
  this.env = {
31941
31941
  GIT_BRANCH_NAME: '$(echo "${GIT_BRANCH_NAME:-$(git branch --show-current)}")'
31942
31942
  };
31943
- this.projectPath = (0, import_node_path.relative)(project.root.outdir, project.outdir);
31944
- this.rootPath = (0, import_node_path.relative)(project.outdir, project.root.outdir);
31945
- this.rootCdkOut = (0, import_node_path.join)("dist", this.projectPath, "cdk.out");
31946
- this.cdkOut = (0, import_node_path.join)(this.rootPath, "dist", this.projectPath, "cdk.out");
31943
+ this.projectPath = (0, import_node_path2.relative)(project.root.outdir, project.outdir);
31944
+ this.rootPath = (0, import_node_path2.relative)(project.outdir, project.root.outdir);
31945
+ this.rootCdkOut = (0, import_node_path2.join)("dist", this.projectPath, "cdk.out");
31946
+ this.cdkOut = (0, import_node_path2.join)(this.rootPath, "dist", this.projectPath, "cdk.out");
31947
31947
  ["deploy", "watch"].forEach((taskName) => {
31948
31948
  const task = project.tasks.tryFind(taskName);
31949
31949
  if (task) {
@@ -32026,7 +32026,7 @@ var AwsDeploymentConfig = class _AwsDeploymentConfig extends import_projen12.Com
32026
32026
  super.preSynthesize();
32027
32027
  if (TurboRepo.of(this.project)) {
32028
32028
  const turbo = TurboRepo.of(this.project);
32029
- turbo.postCompileTask?.outputs.push((0, import_node_path.join)(this.cdkOut, "**"));
32029
+ turbo.postCompileTask?.outputs.push((0, import_node_path2.join)(this.cdkOut, "**"));
32030
32030
  }
32031
32031
  }
32032
32032
  };
@@ -35175,9 +35175,9 @@ var TsdocConfig = class _TsdocConfig extends import_projen21.Component {
35175
35175
  };
35176
35176
 
35177
35177
  // src/typescript/typescript-config.ts
35178
- var import_node_path2 = require("path");
35178
+ var import_node_path3 = require("path");
35179
35179
  var import_projen22 = require("projen");
35180
- var import_path2 = require("projen/lib/util/path");
35180
+ var import_path = require("projen/lib/util/path");
35181
35181
  var TypeScriptConfig = class extends import_projen22.Component {
35182
35182
  constructor(project) {
35183
35183
  super(project);
@@ -35193,8 +35193,8 @@ var TypeScriptConfig = class extends import_projen22.Component {
35193
35193
  tsPaths = {
35194
35194
  ...tsPaths,
35195
35195
  [dep.name]: [
35196
- (0, import_path2.ensureRelativePathStartsWithDot)(
35197
- (0, import_node_path2.relative)(project.outdir, subproject.outdir)
35196
+ (0, import_path.ensureRelativePathStartsWithDot)(
35197
+ (0, import_node_path3.relative)(project.outdir, subproject.outdir)
35198
35198
  )
35199
35199
  ]
35200
35200
  };