@penvhq/cli 0.16.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 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
- // Any declared version counts, for zod's reason: the augmentation binds on
51199
- // the module resolving, not on which release of it a project pinned.
51200
- satisfied: types !== void 0
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 = [