@penvhq/launcher 0.9.2 → 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 +2 -2
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-IILHH4SV.js → chunk-76SOPEH6.js} +3 -3
- package/dist/{chunk-IILHH4SV.js.map → chunk-76SOPEH6.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/index.cjs
CHANGED
|
@@ -1304,8 +1304,8 @@ var DEV_PIN_INTEGRITY = "sha512-development-build-not-a-published-release";
|
|
|
1304
1304
|
var DEV_PIN_VERSION = "0.0.0-dev";
|
|
1305
1305
|
var BUNDLED_ENGINE_PIN = {
|
|
1306
1306
|
package: import_core7.ENGINE_PACKAGE,
|
|
1307
|
-
version: "0.9.
|
|
1308
|
-
integrity: "sha512-
|
|
1307
|
+
version: "0.9.3",
|
|
1308
|
+
integrity: "sha512-9ZPRFCovPXXFYxT7SWJth8IX1Rgu/FXl8+60Pn8MBu5UYG4m4l0fBi1aFwnxVVcriAnFmxNtNG4hwn1a1IliWw=="
|
|
1309
1309
|
};
|
|
1310
1310
|
function assertReleasePin(pin) {
|
|
1311
1311
|
if (pin.integrity === DEV_PIN_INTEGRITY || pin.version === DEV_PIN_VERSION) {
|