@penvhq/launcher 0.9.1 → 0.9.3

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
@@ -1217,8 +1217,8 @@ var DEV_PIN_INTEGRITY = "sha512-development-build-not-a-published-release";
1217
1217
  var DEV_PIN_VERSION = "0.0.0-dev";
1218
1218
  var BUNDLED_ENGINE_PIN = {
1219
1219
  package: import_core7.ENGINE_PACKAGE,
1220
- version: "0.9.1",
1221
- integrity: "sha512-qRokkoZmI4G1nRRjeIfqliozerKshXSFjDMHG6Kv4xZt2tlK0US8N62XHnZgyaCfa3Dlcp63PAx/h/d30WojRA=="
1220
+ version: "0.9.3",
1221
+ integrity: "sha512-9ZPRFCovPXXFYxT7SWJth8IX1Rgu/FXl8+60Pn8MBu5UYG4m4l0fBi1aFwnxVVcriAnFmxNtNG4hwn1a1IliWw=="
1222
1222
  };
1223
1223
  function assertReleasePin(pin) {
1224
1224
  if (pin.integrity === DEV_PIN_INTEGRITY || pin.version === DEV_PIN_VERSION) {