@codedrifters/configulator 0.0.282 → 0.0.284
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 +14 -5
- package/lib/index.d.ts +14 -5
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -1680,7 +1680,7 @@ function resolveAgentPaths(paths) {
|
|
|
1680
1680
|
|
|
1681
1681
|
// src/agent/bundles/progress-files.ts
|
|
1682
1682
|
var DEFAULT_PROGRESS_FILES_ENABLED = true;
|
|
1683
|
-
var DEFAULT_PROGRESS_FILES_STATE_DIR = ".
|
|
1683
|
+
var DEFAULT_PROGRESS_FILES_STATE_DIR = ".state";
|
|
1684
1684
|
var DEFAULT_PROGRESS_FILES_FILENAME_PATTERN = "<ISSUE_NUMBER>-progress.json";
|
|
1685
1685
|
var DEFAULT_PROGRESS_FILES_FORMAT = "json";
|
|
1686
1686
|
var DEFAULT_PROGRESS_FILES_STALE_AFTER_HOURS = 72;
|
|
@@ -26242,7 +26242,7 @@ var VERSION = {
|
|
|
26242
26242
|
*
|
|
26243
26243
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
26244
26244
|
*/
|
|
26245
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
26245
|
+
AWS_CDK_CLI_VERSION: "2.1120.0",
|
|
26246
26246
|
/**
|
|
26247
26247
|
* CDK Version to use for construct projects.
|
|
26248
26248
|
*
|