303 Commits (74739e5a1028f7c61039b5aaf5d487417dc25b49)

Author SHA1 Message Date
Ashley Williams 5004517bf0 fix(files): set files correctly for node and cleanup tests 7 years ago
Ian McIntyre bf222549af Include the wasm-bindgen JS bridge file in files 7 years ago
ashley williams 35fc9e048b
Revert "fix(mainfest): missing _bg.js file in package.json" 7 years ago
Mackiovello ce77e5c6c5 Fix npm-pack command to use correct path 7 years ago
Mackiovello e6cd7bb355 Simplify iteration even more 7 years ago
Mackiovello ac34e7bba1 Write as more ideomatic rust 7 years ago
Mackiovello 63c91caeae Check child directories instead of parent directory 7 years ago
Mackiovello a67762a9e5 Use 'find_pkg_directory' for pack 7 years ago
Mackiovello b57d68f97a Search for path in entered directory and the parent of entered 7 years ago
Mackiovello 8efabfa3af Make error more specific 7 years ago
Mackiovello ec17b8aa7e Use custom error message for publish 7 years ago
Mackiovello 035bcbe688 Simplify match expression 7 years ago
Mackiovello 840c7bd03c Return custom error if pkg directory is not found 7 years ago
LongYinan 729d543802
fix(mainfest): missing _bg.js file in package.json 7 years ago
soryrawyer 072bbc67da Remove result prefix and std import, now that quicli is no longer a dependency 7 years ago
Ashley Williams 78527b7a7e fix(style): appease cargo fmt 7 years ago
Michael Gattozzi f2fbe264d4 fix(no-install): cratename should not be an option 7 years ago
Michael Gerhaeuser 62423e33d4 Replace std::sync::RwLock with parking_lot 7 years ago
Ashley Williams 44f26dfcb2 feat(init): no install flag 7 years ago
Ashley Williams ca0f469356 refactor(command): modularize command.rs 7 years ago
Ashley Williams d09db16623 fix(crate_config): combine crate type and dep check, emit step 7 years ago
Ashley Williams c190d5d444 fix(nobuild): don't check dependency 7 years ago
Ashley Williams c789b6a522 refactor(crate_type): bring inline with wasm-bindgen check 7 years ago
Ashley Williams f063f4cfcc fix(command): s/create_type/crate_type 7 years ago
Michael Gerhaeuser 9a220f10dd Let the spinners spin again 7 years ago
Robert Masen 5e8f723665 Add nightly toolchain to commands 7 years ago
kohensu 74fe847f77 Add test of --skip-build 7 years ago
kohensu 09046aa40b Add --skip-build flag for init command 7 years ago
Ashley Williams 2100c153d2 fix(style): appease cargo fmt 7 years ago
Roberto Huertas 92b18f05bb feat(wasm_bindgen): checks wasm-bindgen declaration in Cargo.toml 7 years ago
Christopher Lane Hinson fb4c8e2731 Add a --debug option to suppress --release. 7 years ago
Noah Lemen 2cb292164c change crate config error naming, improve error message content 7 years ago
Noah Lemen ee29ab2a76 refactor `has_cdylib` and return `Result<bool, Error>`, use serde renaming 7 years ago
Noah Lemen cad30f42ce check that crate type includes cdylib 7 years ago
Ashley Williams d80a9dcf1b fix(logger): if no path, append wasm-pack.log to current dir 7 years ago
Dan Reeves 953cf738f0 add the typescript definition to the published files 7 years ago
Michael Gattozzi 970a32dcdf
feat(log): Log information as program runs 7 years ago
Ashley Williams 64636fe88b feat(bindgen): use --force 7 years ago
Jan Willem Henckel fa77bb5d9d use target flag with browser and nodejs values 7 years ago
Jan Willem Henckel 7f8740a394 pass nodejs flag to bindgen 7 years ago
Jan Willem Henckel df5ccbf301 add --nodejs flag to init command 7 years ago
Michael Gattozzi 838c96c044
feat(remove quicli dependency) 7 years ago
Jan Willem Henckel 58b75a48f0 removed duplicate mention of registry 7 years ago
Jan Willem Henckel 31c1d1d32a add default npm repo to codebase and always pass it as a param 7 years ago
Jan Willem Henckel 1d982599de Not not implemented 🐷 7 years ago
Jan Willem Henckel d1f32c8d6a Use output instead of status 7 years ago
Jan Willem Henckel 4ca46d7f51 update one off message to message 7 years ago
Jan Willem Henckel 8f77a59190 Use login instead of adduser 7 years ago
Jan Willem Henckel d665ef3a3a use push_str instead of multiple calls to arg() 7 years ago
Jan Willem Henckel d9d96e8d3b removed mysterious whitespace 7 years ago