@codedrifters/configulator 0.0.456 → 0.0.457
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 +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -12475,7 +12475,7 @@ interface PnpmWorkspaceOptions {
|
|
|
12475
12475
|
* specifiers — git, tarball URL, local path — are rejected. Direct
|
|
12476
12476
|
* dependencies are unaffected.
|
|
12477
12477
|
*
|
|
12478
|
-
* @default undefined (key omitted; pnpm 11 defaults to
|
|
12478
|
+
* @default undefined (key omitted; pnpm 11 defaults to false)
|
|
12479
12479
|
*
|
|
12480
12480
|
* @see https://pnpm.io/settings#blockexoticsubdeps
|
|
12481
12481
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -12524,7 +12524,7 @@ interface PnpmWorkspaceOptions {
|
|
|
12524
12524
|
* specifiers — git, tarball URL, local path — are rejected. Direct
|
|
12525
12525
|
* dependencies are unaffected.
|
|
12526
12526
|
*
|
|
12527
|
-
* @default undefined (key omitted; pnpm 11 defaults to
|
|
12527
|
+
* @default undefined (key omitted; pnpm 11 defaults to false)
|
|
12528
12528
|
*
|
|
12529
12529
|
* @see https://pnpm.io/settings#blockexoticsubdeps
|
|
12530
12530
|
*/
|