Comparing version 0.3.1 to 0.3.2
#!/usr/bin/env node | ||
require('../lib/cli.cjs') |
'use strict'; | ||
var apiImpl = require('./api-impl-9b70bf1a.js'); | ||
var apiImpl = require('./api-impl-592c2540.js'); | ||
var path = require('path'); | ||
@@ -5,0 +5,0 @@ var fs = require('fs'); |
@@ -1,2 +0,2 @@ | ||
import { l as len, a as configFiles, e as existSync, t as throwInvalidateError, b as build, p as print } from './api-impl-f0675bba.js'; | ||
import { l as len, a as configFiles, e as existSync, t as throwInvalidateError, b as build, p as print } from './api-impl-75f5d4b9.js'; | ||
import path from 'path'; | ||
@@ -3,0 +3,0 @@ import fs from 'fs'; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var apiImpl = require('./api-impl-9b70bf1a.js'); | ||
var apiImpl = require('./api-impl-592c2540.js'); | ||
require('rollup'); | ||
@@ -8,0 +8,0 @@ require('fs'); |
@@ -1,2 +0,2 @@ | ||
export { b as build, c as createBundle, d as define } from './api-impl-f0675bba.js'; | ||
export { b as build, c as createBundle, d as define } from './api-impl-75f5d4b9.js'; | ||
import 'rollup'; | ||
@@ -3,0 +3,0 @@ import 'fs'; |
{ | ||
"name": "no-bump", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A zero config bundler.", | ||
@@ -9,3 +9,4 @@ "main": "lib/index.cjs.js", | ||
"scripts": { | ||
"build": "rm -rf lib && ts-node src/cli.ts" | ||
"build": "rm -rf lib && ts-node src/cli.ts && mv lib/src/* lib && rm -rf lib/src", | ||
"test": "ava" | ||
}, | ||
@@ -29,2 +30,3 @@ "bin": { | ||
"@types/node": "^17.0.40", | ||
"ava": "^4.3.1", | ||
"prettier": "^2.6.2", | ||
@@ -48,3 +50,11 @@ "rollup-plugin-dts": "^4.2.2", | ||
"rollup-plugin-swc3": "^0.3.0" | ||
}, | ||
"ava": { | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
} | ||
} |
@@ -0,0 +0,0 @@ # Bump |
Sorry, the diff of this file is not supported yet
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
48371
1239
8