@codedrifters/configulator 0.0.335 → 0.0.336
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 +3 -3
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +4 -4
package/lib/index.d.mts
CHANGED
|
@@ -10218,7 +10218,7 @@ declare const VERSION: {
|
|
|
10218
10218
|
*
|
|
10219
10219
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10220
10220
|
*/
|
|
10221
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10221
|
+
readonly AWS_CDK_CLI_VERSION: "2.1125.0";
|
|
10222
10222
|
/**
|
|
10223
10223
|
* CDK Version to use for construct projects.
|
|
10224
10224
|
*
|
|
@@ -10241,11 +10241,11 @@ declare const VERSION: {
|
|
|
10241
10241
|
/**
|
|
10242
10242
|
* Version of PNPM to use in workflows at github actions.
|
|
10243
10243
|
*/
|
|
10244
|
-
readonly PNPM_VERSION: "11.
|
|
10244
|
+
readonly PNPM_VERSION: "11.4.0";
|
|
10245
10245
|
/**
|
|
10246
10246
|
* Version of Projen to use.
|
|
10247
10247
|
*/
|
|
10248
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10248
|
+
readonly PROJEN_VERSION: "0.99.68";
|
|
10249
10249
|
/**
|
|
10250
10250
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10251
10251
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.d.ts
CHANGED
|
@@ -10267,7 +10267,7 @@ declare const VERSION: {
|
|
|
10267
10267
|
*
|
|
10268
10268
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10269
10269
|
*/
|
|
10270
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10270
|
+
readonly AWS_CDK_CLI_VERSION: "2.1125.0";
|
|
10271
10271
|
/**
|
|
10272
10272
|
* CDK Version to use for construct projects.
|
|
10273
10273
|
*
|
|
@@ -10290,11 +10290,11 @@ declare const VERSION: {
|
|
|
10290
10290
|
/**
|
|
10291
10291
|
* Version of PNPM to use in workflows at github actions.
|
|
10292
10292
|
*/
|
|
10293
|
-
readonly PNPM_VERSION: "11.
|
|
10293
|
+
readonly PNPM_VERSION: "11.4.0";
|
|
10294
10294
|
/**
|
|
10295
10295
|
* Version of Projen to use.
|
|
10296
10296
|
*/
|
|
10297
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10297
|
+
readonly PROJEN_VERSION: "0.99.68";
|
|
10298
10298
|
/**
|
|
10299
10299
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10300
10300
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.js
CHANGED
|
@@ -29296,7 +29296,7 @@ var VERSION = {
|
|
|
29296
29296
|
*
|
|
29297
29297
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
29298
29298
|
*/
|
|
29299
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
29299
|
+
AWS_CDK_CLI_VERSION: "2.1125.0",
|
|
29300
29300
|
/**
|
|
29301
29301
|
* CDK Version to use for construct projects.
|
|
29302
29302
|
*
|
|
@@ -29319,11 +29319,11 @@ var VERSION = {
|
|
|
29319
29319
|
/**
|
|
29320
29320
|
* Version of PNPM to use in workflows at github actions.
|
|
29321
29321
|
*/
|
|
29322
|
-
PNPM_VERSION: "11.
|
|
29322
|
+
PNPM_VERSION: "11.4.0",
|
|
29323
29323
|
/**
|
|
29324
29324
|
* Version of Projen to use.
|
|
29325
29325
|
*/
|
|
29326
|
-
PROJEN_VERSION: "0.99.
|
|
29326
|
+
PROJEN_VERSION: "0.99.68",
|
|
29327
29327
|
/**
|
|
29328
29328
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
29329
29329
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|