Comparing version 0.10.0 to 0.11.0
@@ -57,3 +57,4 @@ 'use strict'; | ||
skip: options.skip, | ||
jsnext: options.jsnext | ||
jsnext: options.jsnext, | ||
browser: options.browser | ||
}), require('rollup-plugin-commonjs')()); | ||
@@ -60,0 +61,0 @@ } |
@@ -21,3 +21,3 @@ 'use strict'; | ||
var cli = (0, _meow2.default)('\n Usage:\n bili [entry] [options]\n\n Examples:\n bili -d lib --replace.VERSION "0.0.1"\n bili --format umd --format umd --compress\n\n Options:\n --config, -c Path to config file\n --watch, -w Enable file watcher for incremental builds\n --name, -n Filename of bundled file, no extenstion and format suffix\n --out-dir, -d The directory to dest files\n --format Bundle format, cjs/umd\n --module-name UMD module name, required in `--format` umd\n --map Source map value, can be a boolean or `inline`\n --compress Generate an extra compressed file suffixed with `.min` and sourcemap\n --skip Exclude specfic modules in node_modules dir from bundled file\n --jsnext Respect jsnext field in package.json as resolving node_modules\n --alias Add alias option\n --replace Add replace option\n --flow Remove flow type annotations\n --exports Specific what export mode to use\n --version, -v Output version\n --help, -h Output help (You are here!)\n\n For more complex configuration please head to https://github.com/egoist/bili#usage\n', { | ||
var cli = (0, _meow2.default)('\n Usage:\n bili [entry] [options]\n\n Examples:\n bili -d lib --replace.VERSION "0.0.1"\n bili --format umd --format umd --compress\n\n Options:\n --config, -c Path to config file\n --watch, -w Enable file watcher for incremental builds\n --name, -n Filename of bundled file, no extenstion and format suffix\n --out-dir, -d The directory to dest files\n --format Bundle format, cjs/umd\n --module-name UMD module name, required in `--format` umd\n --map Source map value, can be a boolean or `inline`\n --compress Generate an extra compressed file suffixed with `.min` and sourcemap\n --skip Exclude specfic modules in node_modules dir from bundled file\n --jsnext Respect jsnext field in package.json as resolving node_modules\n --browser Respect browser field in package.json as resolving node_modules\n --alias Add alias option\n --replace Add replace option\n --flow Remove flow type annotations\n --exports Specific what export mode to use\n --version, -v Output version\n --help, -h Output help (You are here!)\n\n For more complex configuration please head to https://github.com/egoist/bili#usage\n', { | ||
alias: { | ||
@@ -24,0 +24,0 @@ h: 'help', |
{ | ||
"name": "bili", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Transpile ESnext code with Rollup and Buble.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -30,3 +30,3 @@ <img src="./media/logo.png" alt="logo"/><br> | ||
[Dive into the wiki](https://github.com/universe-denpa/bili/wiki) if you are ready to bundle! | ||
[Dive into the documentation](https://unipahq.github.io/bili/) if you are ready to bundle! | ||
@@ -33,0 +33,0 @@ ## License |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
14872
264
0