@codedrifters/configulator 0.0.398 → 0.0.400
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 +4 -4
- package/lib/index.d.ts +4 -4
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +4 -4
package/lib/index.d.mts
CHANGED
|
@@ -10671,13 +10671,13 @@ declare const VERSION: {
|
|
|
10671
10671
|
*
|
|
10672
10672
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10673
10673
|
*/
|
|
10674
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10674
|
+
readonly AWS_CDK_CLI_VERSION: "2.1133.0";
|
|
10675
10675
|
/**
|
|
10676
10676
|
* CDK Version to use for construct projects.
|
|
10677
10677
|
*
|
|
10678
10678
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10679
10679
|
*/
|
|
10680
|
-
readonly AWS_CDK_LIB_VERSION: "2.262.
|
|
10680
|
+
readonly AWS_CDK_LIB_VERSION: "2.262.1";
|
|
10681
10681
|
/**
|
|
10682
10682
|
* Version of the AWS Constructs library to use.
|
|
10683
10683
|
*/
|
|
@@ -10694,11 +10694,11 @@ declare const VERSION: {
|
|
|
10694
10694
|
/**
|
|
10695
10695
|
* Version of PNPM to use in workflows at github actions.
|
|
10696
10696
|
*/
|
|
10697
|
-
readonly PNPM_VERSION: "11.
|
|
10697
|
+
readonly PNPM_VERSION: "11.17.0";
|
|
10698
10698
|
/**
|
|
10699
10699
|
* Version of Projen to use.
|
|
10700
10700
|
*/
|
|
10701
|
-
readonly PROJEN_VERSION: "0.101.
|
|
10701
|
+
readonly PROJEN_VERSION: "0.101.20";
|
|
10702
10702
|
/**
|
|
10703
10703
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10704
10704
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.d.ts
CHANGED
|
@@ -10720,13 +10720,13 @@ declare const VERSION: {
|
|
|
10720
10720
|
*
|
|
10721
10721
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10722
10722
|
*/
|
|
10723
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10723
|
+
readonly AWS_CDK_CLI_VERSION: "2.1133.0";
|
|
10724
10724
|
/**
|
|
10725
10725
|
* CDK Version to use for construct projects.
|
|
10726
10726
|
*
|
|
10727
10727
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10728
10728
|
*/
|
|
10729
|
-
readonly AWS_CDK_LIB_VERSION: "2.262.
|
|
10729
|
+
readonly AWS_CDK_LIB_VERSION: "2.262.1";
|
|
10730
10730
|
/**
|
|
10731
10731
|
* Version of the AWS Constructs library to use.
|
|
10732
10732
|
*/
|
|
@@ -10743,11 +10743,11 @@ declare const VERSION: {
|
|
|
10743
10743
|
/**
|
|
10744
10744
|
* Version of PNPM to use in workflows at github actions.
|
|
10745
10745
|
*/
|
|
10746
|
-
readonly PNPM_VERSION: "11.
|
|
10746
|
+
readonly PNPM_VERSION: "11.17.0";
|
|
10747
10747
|
/**
|
|
10748
10748
|
* Version of Projen to use.
|
|
10749
10749
|
*/
|
|
10750
|
-
readonly PROJEN_VERSION: "0.101.
|
|
10750
|
+
readonly PROJEN_VERSION: "0.101.20";
|
|
10751
10751
|
/**
|
|
10752
10752
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10753
10753
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.js
CHANGED
|
@@ -32166,13 +32166,13 @@ var VERSION = {
|
|
|
32166
32166
|
*
|
|
32167
32167
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
32168
32168
|
*/
|
|
32169
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
32169
|
+
AWS_CDK_CLI_VERSION: "2.1133.0",
|
|
32170
32170
|
/**
|
|
32171
32171
|
* CDK Version to use for construct projects.
|
|
32172
32172
|
*
|
|
32173
32173
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
32174
32174
|
*/
|
|
32175
|
-
AWS_CDK_LIB_VERSION: "2.262.
|
|
32175
|
+
AWS_CDK_LIB_VERSION: "2.262.1",
|
|
32176
32176
|
/**
|
|
32177
32177
|
* Version of the AWS Constructs library to use.
|
|
32178
32178
|
*/
|
|
@@ -32189,11 +32189,11 @@ var VERSION = {
|
|
|
32189
32189
|
/**
|
|
32190
32190
|
* Version of PNPM to use in workflows at github actions.
|
|
32191
32191
|
*/
|
|
32192
|
-
PNPM_VERSION: "11.
|
|
32192
|
+
PNPM_VERSION: "11.17.0",
|
|
32193
32193
|
/**
|
|
32194
32194
|
* Version of Projen to use.
|
|
32195
32195
|
*/
|
|
32196
|
-
PROJEN_VERSION: "0.101.
|
|
32196
|
+
PROJEN_VERSION: "0.101.20",
|
|
32197
32197
|
/**
|
|
32198
32198
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
32199
32199
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|