@penvhq/launcher 0.13.0 → 0.14.0
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 +4 -7
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-QOQVOYJC.js → chunk-WA5LM767.js} +9 -12
- package/dist/{chunk-QOQVOYJC.js.map → chunk-WA5LM767.js.map} +1 -1
- package/dist/index.cjs +4 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/bin.cjs
CHANGED
|
@@ -1519,8 +1519,8 @@ var DEV_PIN_INTEGRITY = "sha512-development-build-not-a-published-release";
|
|
|
1519
1519
|
var DEV_PIN_VERSION = "0.0.0-dev";
|
|
1520
1520
|
var BUNDLED_ENGINE_PIN = {
|
|
1521
1521
|
package: import_core8.ENGINE_PACKAGE,
|
|
1522
|
-
version: "0.
|
|
1523
|
-
integrity: "sha512-
|
|
1522
|
+
version: "0.14.0",
|
|
1523
|
+
integrity: "sha512-2EJHq5DSuqyfscjhFZmaszT4dZdYfboJJzyFwTZkJPWdcVZmXODhsqF2xtG+9U/MYojo6rmQzVlHXhVQRnooXg=="
|
|
1524
1524
|
};
|
|
1525
1525
|
function assertReleasePin(pin) {
|
|
1526
1526
|
if (pin.integrity === DEV_PIN_INTEGRITY || pin.version === DEV_PIN_VERSION) {
|
|
@@ -1650,11 +1650,8 @@ async function upgrade(options) {
|
|
|
1650
1650
|
} catch {
|
|
1651
1651
|
throw new UpgradeInstallFailedError(plan.manager, release.version);
|
|
1652
1652
|
}
|
|
1653
|
-
const
|
|
1654
|
-
(
|
|
1655
|
-
);
|
|
1656
|
-
for (const step of moved) {
|
|
1657
|
-
io2.out(`\u2713 ${step.manifest} depends on ${import_install2.RUNTIME_PACKAGE} ${release.version}`);
|
|
1653
|
+
for (const landed of (0, import_install2.installedByManifest)(plan)) {
|
|
1654
|
+
io2.out(`\u2713 ${landed.manifest} depends on ${landed.packages}`);
|
|
1658
1655
|
}
|
|
1659
1656
|
}
|
|
1660
1657
|
(0, import_node_fs7.writeFileSync)(manifestFile, manifestText);
|