@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/index.cjs CHANGED
@@ -1832,8 +1832,8 @@ var DEV_PIN_INTEGRITY = "sha512-development-build-not-a-published-release";
1832
1832
  var DEV_PIN_VERSION = "0.0.0-dev";
1833
1833
  var BUNDLED_ENGINE_PIN = {
1834
1834
  package: import_core8.ENGINE_PACKAGE,
1835
- version: "0.16.1",
1836
- integrity: "sha512-ME0JXN5q2DWDPicd/Fvi22PaX51PgS+zdY8mpVwlf9fM3gqLzSJsYJEAd3h4nOYph46kSuE6gH9w/UvwDVmmWw=="
1835
+ version: "0.16.2",
1836
+ integrity: "sha512-+ns+rOFGvFqhcRPCZkT+ZzrcP6RVPmOToxo6vnURZTZ9tor70PvRAiQmxoaciDkXMUyVICowASjNVgKKtTL7EA=="
1837
1837
  };
1838
1838
  function assertReleasePin(pin) {
1839
1839
  if (pin.integrity === DEV_PIN_INTEGRITY || pin.version === DEV_PIN_VERSION) {