Comparing version 0.6.2 to 0.7.0
#!/usr/bin/env node | ||
require('../lib/cli.cjs') |
@@ -1,3 +0,2 @@ | ||
declare const _default: Promise<void>; | ||
export { _default as default }; | ||
export { } |
@@ -123,6 +123,6 @@ import * as rollup from 'rollup'; | ||
*/ | ||
declare const define: (options?: BumpOptions) => BumpOptions | undefined; | ||
declare const build: (options?: BumpOptions) => Promise<rollup.RollupOutput[]>; | ||
declare const watch: (options?: BumpOptions) => Promise<rollup.RollupWatcher>; | ||
declare function define(options?: BumpOptions): BumpOptions | undefined; | ||
declare function build(options?: BumpOptions): Promise<rollup.RollupOutput[]>; | ||
declare function watch(options?: BumpOptions): Promise<rollup.RollupWatcher>; | ||
export { BumpOptions, BumpOutputOptions, build, define, watch }; |
{ | ||
"name": "no-bump", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"description": "A zero config bundler.", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.esm.js", | ||
"main": "lib/index.js", | ||
"module": "lib/index.mjs", | ||
"types": "lib/index.d.ts", | ||
@@ -28,4 +28,6 @@ "scripts": { | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^6.0.0", | ||
"@types/lodash.merge": "^4.6.7", | ||
"@types/node": "^17.0.40", | ||
"@types/yargs-parser": "^21.0.0", | ||
"ava": "^4.3.1", | ||
@@ -48,3 +50,4 @@ "c8": "^7.12.0", | ||
"rollup": "^3.5.0", | ||
"rollup-plugin-swc3": "^0.7.0" | ||
"rollup-plugin-swc3": "^0.7.0", | ||
"yargs-parser": "21.1.1" | ||
}, | ||
@@ -51,0 +54,0 @@ "ava": { |
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
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
61231
1560
10
11
+ Addedyargs-parser@21.1.1
+ Addedyargs-parser@21.1.1(transitive)