diff --git a/npmDepsHash b/npmDepsHash index bd9cd2ed..21fc7c94 100644 --- a/npmDepsHash +++ b/npmDepsHash @@ -1 +1 @@ -sha256-S4tLgjpsyta1Jo5Dv0+YTMRf2//EHEWpuxHWJI7FjK0= +sha256-nLhK5IFu56uMrCsJUJud9lYTIkwkS377dRG+tvUml0w= diff --git a/package-lock.json b/package-lock.json index 92d52103..734af5d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polykey-cli", - "version": "0.18.4", + "version": "0.18.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polykey-cli", - "version": "0.18.4", + "version": "0.18.5", "license": "GPL-3.0", "bin": { "pk": "dist/polykey.mjs", diff --git a/package.json b/package.json index 40d88eea..94a3e134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polykey-cli", - "version": "0.18.4", + "version": "0.18.5", "homepage": "https://polykey.com", "author": "Roger Qiu", "contributors": [ diff --git a/scripts/pkg.mjs b/scripts/pkg.mjs index 3fd7550f..20bd4a30 100755 --- a/scripts/pkg.mjs +++ b/scripts/pkg.mjs @@ -144,6 +144,7 @@ async function main(argv = process.argv) { `--targets=node${nodeVersion}-${pkgPlatform}-${pkgArch}`, '--no-bytecode', '--no-native-build', + '--options=experimental-require-module', '--public', "--public-packages='*'", `--output=${outPath}`,