calebboyd
|
00f65e9b91
|
chore: bump resolve-dependencies node 10 compat
v3.3.6
|
2020-06-26 12:07:39 -05:00 |
|
calebboyd
|
58f276fae6
|
chore: bump resolve-dependencies
v3.3.5
|
2020-06-26 11:42:23 -05:00 |
|
calebboyd
|
7c539db738
|
chore: bump resolve-dependencies
v3.3.4
|
2020-06-26 10:26:53 -05:00 |
|
calebboyd
|
ae51cc6b87
|
fix: set explicit release
v3.3.3
|
2020-06-21 20:16:45 -05:00 |
|
calebboyd
|
cf23147c9c
|
fix: windows build 10.16
v3.3.2
|
2019-06-24 15:57:54 -05:00 |
|
calebboyd
|
9c1d67b2e6
|
build: add 3rd scheduled build
|
2019-06-24 14:20:51 -05:00 |
|
calebboyd
|
93e0a021d3
|
build: increase timeout to 3 hours
|
2019-06-24 11:37:23 -05:00 |
|
calebboyd
|
021f50d50f
|
build: add schedules to yml
|
2019-06-24 09:38:05 -05:00 |
|
calebboyd
|
bf5ff7d9bd
|
chore: set build limit to two hours
|
2019-06-21 15:20:21 -05:00 |
|
calebboyd
|
86c3acedb1
|
chore: pipeline display names
|
2019-06-17 18:38:54 -05:00 |
|
calebboyd
|
ecb3d41a97
|
build: exit on existing target
|
2019-06-17 12:57:35 -05:00 |
|
calebboyd
|
1eb44797d0
|
fix: don't expand argv1 on node 12 bootstrap
v3.3.1
|
2019-06-17 12:49:28 -05:00 |
|
calebboyd
|
1023b72513
|
fix: update patches for node 12 bootstrapping
v3.3.0
|
2019-06-12 16:04:17 -05:00 |
|
calebboyd
|
0cf436c9a7
|
chore: dep bump
|
2019-06-11 10:42:26 -05:00 |
|
calebboyd
|
77f49eb07a
|
fix: asset alias
|
2019-06-11 10:36:09 -05:00 |
|
calebboyd
|
9bc98bf597
|
ci: fix gcc version
|
2019-06-10 15:50:26 -05:00 |
|
calebboyd
|
7e9a05675c
|
fix: reference ogfs in readFilePath for internalmethods
|
2019-06-05 15:03:49 -05:00 |
|
calebboyd
|
e62d728624
|
fix: uppercase windows path letters after normalize
closes #618
v3.2.1
|
2019-05-28 18:04:16 -05:00 |
|
Jason Cooke
|
a0c8d31f03
|
docs: fix typo (#625)
|
2019-05-23 18:17:55 -05:00 |
|
calebboyd
|
472b98d839
|
chore: publish copyFile shim
v3.2.0
|
2019-04-28 14:28:59 -05:00 |
|
calebboyd
|
9ae6ed8ae8
|
chore: log open handles after a minute or two
|
2019-04-28 13:28:40 -05:00 |
|
calebboyd
|
a0c648bc8b
|
chore: set install directory for nasm
|
2019-04-26 14:33:26 -05:00 |
|
Daniel Ruf
|
463595f502
|
chore: typo
|
2019-04-25 11:23:08 -05:00 |
|
calebboyd
|
be4ab09745
|
chore: update ci in readme
|
2019-04-25 11:22:19 -05:00 |
|
calebboyd
|
a6ad034336
|
chore: set env variables
|
2019-04-18 13:27:08 -05:00 |
|
calebboyd
|
0afbe3b732
|
chore: fix types in azure build script
|
2019-04-15 23:03:41 -05:00 |
|
calebboyd
|
0865fda5ef
|
fix: don't infer main module when not in tty
|
2019-04-15 23:01:50 -05:00 |
|
calebboyd
|
7bfdc39700
|
chore: add azure-pipeline.yml
|
2019-04-15 17:12:41 -05:00 |
|
calebboyd
|
9486399cec
|
chore: update alpine build script
|
2019-04-15 14:59:57 -05:00 |
|
calebboyd
|
75bf6a3dc4
|
chore: naive copyFile patch
|
2019-04-14 21:37:06 -05:00 |
|
calebboyd
|
0dca0745ee
|
feat(fs): add option to restore all but internal filesystem methods
|
2019-04-08 22:14:51 -05:00 |
|
Antonio Nuno Monteiro
|
6fc2ed9519
|
fix: snapshot gyp variable name after node 11 (#606)
this changed from `embed_script` to `v8_embed_script` after node 11
|
2019-04-08 21:14:16 -05:00 |
|
calebboyd
|
448f4270ea
|
fix: set entrypoint correctly when outside a tty
|
2019-04-08 16:23:21 -05:00 |
|
calebboyd
|
c9c9b5a0a3
|
fix: mount vfs relative to execPath instead of cwd
v3.0.4
|
2019-04-08 11:10:33 -05:00 |
|
calebboyd
|
d2756a5f75
|
fix: load implicit input if stdin is empty without a tty
v3.0.3
|
2019-04-04 23:54:06 -05:00 |
|
calebboyd
|
255f3887c7
|
chore: remove unused methods
|
2019-04-04 19:37:30 -05:00 |
|
calebboyd
|
75ae41b7b9
|
chore: bump version
v3.0.2
|
2019-04-04 09:48:17 -05:00 |
|
calebboyd
|
3692c142fb
|
doc: describe mangle option
|
2019-04-04 09:47:20 -05:00 |
|
calebboyd
|
af2e381ed4
|
feat: ensure output directory exists
closes #590
|
2019-04-04 09:35:15 -05:00 |
|
jerry_liu
|
44393a22da
|
More flexiable nexe footer search range to fix digital sign binary launch issue
Fix #372
|
2019-04-03 13:37:31 -05:00 |
|
jerry_liu
|
57a08d2cfd
|
remove compress option
|
2019-04-03 08:15:21 -05:00 |
|
calebboyd
|
6825cef609
|
feat: asset option
|
2019-04-03 08:12:26 -05:00 |
|
calebboyd
|
b3c2d2e764
|
fix: use hardcoded version for asset url
|
2019-04-01 16:38:47 -05:00 |
|
calebboyd
|
d73325ba35
|
chore: analyze resources as entrypoints
v3.0.0
|
2019-03-30 20:18:41 -07:00 |
|
calebboyd
|
6e3cadbe22
|
chore: dep bump
|
2019-03-30 13:54:51 -07:00 |
|
calebboyd
|
de42dd94ad
|
refactor: run download for src and prebuilt before plugins or patches
|
2019-03-30 13:29:58 -07:00 |
|
calebboyd
|
37192e4ca8
|
fix: ignore node cli for 11.6.0+
|
2019-03-28 19:19:03 -07:00 |
|
calebboyd
|
c5cdbd9380
|
chore: remove unused directories in appveyor
|
2019-03-09 15:27:25 -06:00 |
|
calebboyd
|
b022cd525d
|
fix: size on bundled stat
|
2019-02-21 22:33:44 -06:00 |
|
bruce-one
|
72d9dfebf6
|
fix(fs): stat file and directories for bundled files (#589)
Ensure Stat return has correct prototype.
In particular to fix `Reflect.apply(Stats.prototype.isFile, stat, [])`.
|
2019-02-21 18:48:49 -06:00 |
|