@penvhq/cli 0.15.0 → 0.16.1
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/dist/bin.cjs +6 -3
- package/dist/bin.cjs.map +1 -1
- package/dist/{chunk-4RR6UFVZ.js → chunk-5UQEMWMW.js} +7 -4
- package/dist/chunk-5UQEMWMW.js.map +1 -0
- package/dist/index.cjs +6 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/install.cjs +6 -3
- package/dist/install.cjs.map +1 -1
- package/dist/install.js +1 -1
- package/package.json +7 -7
- package/dist/chunk-4RR6UFVZ.js.map +0 -1
package/dist/bin.cjs
CHANGED
|
@@ -51195,9 +51195,12 @@ function planInstall(root, version2 = engineVersion()) {
|
|
|
51195
51195
|
name: TYPES_PACKAGE,
|
|
51196
51196
|
version: version2,
|
|
51197
51197
|
...types === void 0 ? {} : { declared: types.version },
|
|
51198
|
-
//
|
|
51199
|
-
// the module resolving,
|
|
51200
|
-
|
|
51198
|
+
// Held to the pin, exactly as a workspace member's copy is. The augmentation
|
|
51199
|
+
// binds on the module resolving, but what it binds to is whatever release
|
|
51200
|
+
// resolved: a core behind the pin checks `penv.config.ts` against a shape the
|
|
51201
|
+
// engine no longer has, and the committed declarations augment interfaces
|
|
51202
|
+
// that moved under them.
|
|
51203
|
+
satisfied: types?.version === version2
|
|
51201
51204
|
};
|
|
51202
51205
|
const pending = packages.filter((entry) => !entry.satisfied);
|
|
51203
51206
|
const steps = [
|