@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/index.cjs
CHANGED
|
@@ -1618,8 +1618,8 @@ var DEV_PIN_INTEGRITY = "sha512-development-build-not-a-published-release";
|
|
|
1618
1618
|
var DEV_PIN_VERSION = "0.0.0-dev";
|
|
1619
1619
|
var BUNDLED_ENGINE_PIN = {
|
|
1620
1620
|
package: import_core8.ENGINE_PACKAGE,
|
|
1621
|
-
version: "0.
|
|
1622
|
-
integrity: "sha512-
|
|
1621
|
+
version: "0.14.0",
|
|
1622
|
+
integrity: "sha512-2EJHq5DSuqyfscjhFZmaszT4dZdYfboJJzyFwTZkJPWdcVZmXODhsqF2xtG+9U/MYojo6rmQzVlHXhVQRnooXg=="
|
|
1623
1623
|
};
|
|
1624
1624
|
function assertReleasePin(pin) {
|
|
1625
1625
|
if (pin.integrity === DEV_PIN_INTEGRITY || pin.version === DEV_PIN_VERSION) {
|
|
@@ -1749,11 +1749,8 @@ async function upgrade(options) {
|
|
|
1749
1749
|
} catch {
|
|
1750
1750
|
throw new UpgradeInstallFailedError(plan.manager, release.version);
|
|
1751
1751
|
}
|
|
1752
|
-
const
|
|
1753
|
-
(
|
|
1754
|
-
);
|
|
1755
|
-
for (const step of moved) {
|
|
1756
|
-
io.out(`\u2713 ${step.manifest} depends on ${import_install2.RUNTIME_PACKAGE} ${release.version}`);
|
|
1752
|
+
for (const landed of (0, import_install2.installedByManifest)(plan)) {
|
|
1753
|
+
io.out(`\u2713 ${landed.manifest} depends on ${landed.packages}`);
|
|
1757
1754
|
}
|
|
1758
1755
|
}
|
|
1759
1756
|
(0, import_node_fs7.writeFileSync)(manifestFile, manifestText);
|