@codedrifters/configulator 0.0.114 → 0.0.115
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 +5 -5
package/lib/index.d.mts
CHANGED
|
@@ -390,15 +390,15 @@ declare const VERSION: {
|
|
|
390
390
|
/**
|
|
391
391
|
* Version of PNPM to use in workflows at github actions.
|
|
392
392
|
*/
|
|
393
|
-
readonly PNPM_VERSION: "10.30.
|
|
393
|
+
readonly PNPM_VERSION: "10.30.3";
|
|
394
394
|
/**
|
|
395
395
|
* Version of Projen to use.
|
|
396
396
|
*/
|
|
397
|
-
readonly PROJEN_VERSION: "0.99.
|
|
397
|
+
readonly PROJEN_VERSION: "0.99.17";
|
|
398
398
|
/**
|
|
399
399
|
* What version of the turborepo library should we use?
|
|
400
400
|
*/
|
|
401
|
-
readonly TURBO_VERSION: "2.8.
|
|
401
|
+
readonly TURBO_VERSION: "2.8.11";
|
|
402
402
|
};
|
|
403
403
|
|
|
404
404
|
/**
|
package/lib/index.d.ts
CHANGED
|
@@ -439,15 +439,15 @@ declare const VERSION: {
|
|
|
439
439
|
/**
|
|
440
440
|
* Version of PNPM to use in workflows at github actions.
|
|
441
441
|
*/
|
|
442
|
-
readonly PNPM_VERSION: "10.30.
|
|
442
|
+
readonly PNPM_VERSION: "10.30.3";
|
|
443
443
|
/**
|
|
444
444
|
* Version of Projen to use.
|
|
445
445
|
*/
|
|
446
|
-
readonly PROJEN_VERSION: "0.99.
|
|
446
|
+
readonly PROJEN_VERSION: "0.99.17";
|
|
447
447
|
/**
|
|
448
448
|
* What version of the turborepo library should we use?
|
|
449
449
|
*/
|
|
450
|
-
readonly TURBO_VERSION: "2.8.
|
|
450
|
+
readonly TURBO_VERSION: "2.8.11";
|
|
451
451
|
};
|
|
452
452
|
|
|
453
453
|
/**
|
package/lib/index.js
CHANGED
|
@@ -801,15 +801,15 @@ var VERSION = {
|
|
|
801
801
|
/**
|
|
802
802
|
* Version of PNPM to use in workflows at github actions.
|
|
803
803
|
*/
|
|
804
|
-
PNPM_VERSION: "10.30.
|
|
804
|
+
PNPM_VERSION: "10.30.3",
|
|
805
805
|
/**
|
|
806
806
|
* Version of Projen to use.
|
|
807
807
|
*/
|
|
808
|
-
PROJEN_VERSION: "0.99.
|
|
808
|
+
PROJEN_VERSION: "0.99.17",
|
|
809
809
|
/**
|
|
810
810
|
* What version of the turborepo library should we use?
|
|
811
811
|
*/
|
|
812
|
-
TURBO_VERSION: "2.8.
|
|
812
|
+
TURBO_VERSION: "2.8.11"
|
|
813
813
|
};
|
|
814
814
|
|
|
815
815
|
// src/jsii/jsii-faker.ts
|