Comparing version 5.6.3 to 5.7.0
#!/usr/bin/env node | ||
"use strict"; | ||
var _chunkWRUV7O5Kjs = require('./chunk-WRUV7O5K.js'); | ||
var _chunkDJKU7WPUjs = require('./chunk-DJKU7WPU.js'); | ||
@@ -14,2 +14,2 @@ | ||
_chunkS7QNHPEQjs.init_cjs_shims.call(void 0, ); | ||
_chunkWRUV7O5Kjs.main.call(void 0, ).catch(_chunkOTPJHKCDjs.handleError); | ||
_chunkDJKU7WPUjs.main.call(void 0, ).catch(_chunkOTPJHKCDjs.handleError); |
@@ -1,2 +0,2 @@ | ||
import { O as Options } from './options-202237a5'; | ||
import { O as Options } from './options-05746ff8'; | ||
import 'esbuild'; | ||
@@ -3,0 +3,0 @@ import 'rollup'; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkWRUV7O5Kjs = require('./chunk-WRUV7O5K.js'); | ||
var _chunkDJKU7WPUjs = require('./chunk-DJKU7WPU.js'); | ||
require('./chunk-S7QNHPEQ.js'); | ||
exports.main = _chunkWRUV7O5Kjs.main; | ||
exports.main = _chunkDJKU7WPUjs.main; |
#!/usr/bin/env node | ||
"use strict"; | ||
var _chunkWRUV7O5Kjs = require('./chunk-WRUV7O5K.js'); | ||
var _chunkDJKU7WPUjs = require('./chunk-DJKU7WPU.js'); | ||
@@ -14,4 +14,4 @@ | ||
_chunkS7QNHPEQjs.init_cjs_shims.call(void 0, ); | ||
_chunkWRUV7O5Kjs.main.call(void 0, { | ||
_chunkDJKU7WPUjs.main.call(void 0, { | ||
skipNodeModulesBundle: true | ||
}).catch(_chunkOTPJHKCDjs.handleError); |
import { BuildResult } from 'esbuild'; | ||
import { O as Options, F as Format } from './options-202237a5'; | ||
export { F as Format, O as Options } from './options-202237a5'; | ||
import { O as Options, F as Format } from './options-05746ff8'; | ||
export { F as Format, O as Options } from './options-05746ff8'; | ||
import 'rollup'; | ||
@@ -10,3 +10,3 @@ | ||
declare type NormalizedOptions = MarkRequired<Options, 'entryPoints' | 'format' | 'outDir'>; | ||
declare const defineConfig: (options: Options) => Options; | ||
declare const defineConfig: (options: Options | ((overrideOptions: Options) => Options)) => Options | ((overrideOptions: Options) => Options); | ||
declare function runEsbuild(options: NormalizedOptions, { format, css }: { | ||
@@ -13,0 +13,0 @@ format: Format; |
{ | ||
"name": "tsup", | ||
"version": "5.6.3", | ||
"version": "5.7.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "bin": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
905850
22862