@penvhq/launcher 0.16.1 → 0.16.2
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 +2 -2
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-JBOUWGKF.js → chunk-37PMA5SW.js} +3 -3
- package/dist/{chunk-JBOUWGKF.js.map → chunk-37PMA5SW.js.map} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/bin.js
CHANGED
|
@@ -1696,8 +1696,8 @@ var DEV_PIN_INTEGRITY = "sha512-development-build-not-a-published-release";
|
|
|
1696
1696
|
var DEV_PIN_VERSION = "0.0.0-dev";
|
|
1697
1697
|
var BUNDLED_ENGINE_PIN = {
|
|
1698
1698
|
package: ENGINE_PACKAGE3,
|
|
1699
|
-
version: "0.16.
|
|
1700
|
-
integrity: "sha512
|
|
1699
|
+
version: "0.16.2",
|
|
1700
|
+
integrity: "sha512-+ns+rOFGvFqhcRPCZkT+ZzrcP6RVPmOToxo6vnURZTZ9tor70PvRAiQmxoaciDkXMUyVICowASjNVgKKtTL7EA=="
|
|
1701
1701
|
};
|
|
1702
1702
|
function assertReleasePin(pin) {
|
|
1703
1703
|
if (pin.integrity === DEV_PIN_INTEGRITY || pin.version === DEV_PIN_VERSION) {
|
|
@@ -2292,4 +2292,4 @@ export {
|
|
|
2292
2292
|
upgrade,
|
|
2293
2293
|
runLauncher
|
|
2294
2294
|
};
|
|
2295
|
-
//# sourceMappingURL=chunk-
|
|
2295
|
+
//# sourceMappingURL=chunk-37PMA5SW.js.map
|