From 9a9511a4292c2728f7d482d6fff388a9a7015c40 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Fri, 23 Feb 2018 00:38:53 -0600 Subject: [PATCH] chore: bump version --- package.json | 2 +- src/patches/snapshot.ts | 5 +++-- tasks/ci.ts | 6 +++--- yarn.lock | 17 ++++++++++++----- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 803754e..bf2a348 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", - "version": "2.0.0-rc.25", + "version": "2.0.0-rc.26", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", diff --git a/src/patches/snapshot.ts b/src/patches/snapshot.ts index fabe1b6..09fea8a 100644 --- a/src/patches/snapshot.ts +++ b/src/patches/snapshot.ts @@ -11,8 +11,9 @@ export default async function snapshot(compiler: NexeCompiler, next: () => Promi await compiler.replaceInFileAsync( 'configure', 'def configure_v8(o):', - `def configure_v8(o):\n o['variables']['embed_script'] = '${snapshotFile}'\n o['variables']['warmup_script'] = '${warmupScript || - snapshotFile}'` + `def configure_v8(o):\n o['variables']['embed_script'] = '${ + snapshotFile + }'\n o['variables']['warmup_script'] = '${warmupScript || snapshotFile}'` ) return next() diff --git a/tasks/ci.ts b/tasks/ci.ts index 50da698..70e9153 100644 --- a/tasks/ci.ts +++ b/tasks/ci.ts @@ -5,9 +5,9 @@ const { env } = process export function triggerMacBuild(release: NexeTarget, branch: string) { assert.ok(env.CIRCLE_TOKEN) - const circle = `https://circleci.com/api/v1.1/project/github/nexe/nexe/tree/${branch}?circle-token=${ - env.CIRCLE_TOKEN - }` + const circle = `https://circleci.com/api/v1.1/project/github/nexe/nexe/tree/${ + branch + }?circle-token=${env.CIRCLE_TOKEN}` return got(circle, { json: true, body: { diff --git a/yarn.lock b/yarn.lock index 3b26af3..abb7e76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -509,6 +509,10 @@ commander@~2.11.0: version "2.11.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563" +commander@~2.13.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c" + commander@~2.8.1: version "2.8.1" resolved "https://registry.yarnpkg.com/commander/-/commander-2.8.1.tgz#06be367febfda0c330aa1e2a072d3dc9762425d4" @@ -2165,10 +2169,6 @@ performance-now@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" -pifi@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/pifi/-/pifi-1.0.0.tgz#158f770bb5f62724dd612b92fc2c2c59a53d7e2f" - pify@^2.0.0, pify@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" @@ -2634,7 +2634,7 @@ source-map@0.5.x, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.6: version "0.5.7" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" -source-map@^0.6.1: +source-map@^0.6.1, source-map@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" @@ -2872,6 +2872,13 @@ ua-parser-js@^0.7.9: version "0.7.17" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac" +uglify-es@^3.3.9: + version "3.3.9" + resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677" + dependencies: + commander "~2.13.0" + source-map "~0.6.1" + uglify-js@3.0.28: version "3.0.28" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.0.28.tgz#96b8495f0272944787b5843a1679aa326640d5f7"