chore: bump beta 3

This commit is contained in:
calebboyd
2024-04-29 07:32:12 -05:00
parent 4bd27c06ce
commit 2901fb8d78
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "nexe",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nexe",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"license": "MIT",
"dependencies": {
"@calebboyd/semaphore": "^1.3.1",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "nexe",
"description": "Create a single executable out of your Node.js application",
"license": "MIT",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"contributors": [
"Craig Condon <craig.j.condon@gmail.com> (http://crcn.io)",
"Jared Allard <jaredallard@outlook.com>",
-1
View File
@@ -6,7 +6,6 @@ export default async function disableNodeCli(compiler: NexeCompiler, next: () =>
return next()
}
if (semverGt(compiler.target.version, '18.99')) {
await compiler.replaceInFileAsync(
'src/node.cc',