Comparing version 5.3.0-beta.0 to 5.3.0
@@ -473,3 +473,3 @@ #!/usr/bin/env node | ||
var version = "5.3.0-beta.0"; | ||
var version = "5.3.0"; | ||
@@ -584,3 +584,2 @@ function relativify(path) { | ||
exportsEntries.set(exportPath, sourceFilesMap); | ||
break; | ||
} | ||
@@ -1059,2 +1058,3 @@ } | ||
} else { | ||
stopSpinner(); | ||
if (assetJobs.length === 0) { | ||
@@ -1061,0 +1061,0 @@ logger.warn('The "src" directory does not contain any entry files. ' + 'For proper usage, please refer to the following link: ' + 'https://github.com/huozhi/bunchee#usage'); |
{ | ||
"name": "bunchee", | ||
"version": "5.3.0-beta.0", | ||
"version": "5.3.0", | ||
"description": "zero config bundler for js/ts/jsx libraries", | ||
@@ -8,2 +8,17 @@ "bin": "./dist/bin/cli.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"test": "jest --env node", | ||
"test:update": "TEST_UPDATE_SNAPSHOT=1 pnpm test", | ||
"test:post": "POST_BUILD=1 pnpm jest test/compile.test.ts test/integration.test.ts", | ||
"test:ci": "[ -z $CI ] || pnpm test", | ||
"clean": "rm -rf ./dist", | ||
"typecheck": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit", | ||
"prepublishOnly": "pnpm clean && pnpm build && chmod +x ./dist/bin/cli.js && pnpm test:ci", | ||
"tsx": "SWC_NODE_IGNORE_DYNAMIC=1 node -r @swc-node/register", | ||
"ts-bunchee": "pnpm tsx ./src/bin/index.ts", | ||
"build-dir": "pnpm ts-bunchee --cwd", | ||
"build": "SWC_NODE_IGNORE_DYNAMIC=1 node -r @swc-node/register ./src/bin/index.ts --runtime node", | ||
"format": "prettier --write .", | ||
"prepare": "husky" | ||
}, | ||
"type": "commonjs", | ||
@@ -108,15 +123,3 @@ "keywords": [ | ||
}, | ||
"scripts": { | ||
"test": "jest --env node", | ||
"test:update": "TEST_UPDATE_SNAPSHOT=1 pnpm test", | ||
"test:post": "POST_BUILD=1 pnpm jest test/compile.test.ts test/integration.test.ts", | ||
"test:ci": "[ -z $CI ] || pnpm test", | ||
"clean": "rm -rf ./dist", | ||
"typecheck": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit", | ||
"tsx": "SWC_NODE_IGNORE_DYNAMIC=1 node -r @swc-node/register", | ||
"ts-bunchee": "pnpm tsx ./src/bin/index.ts", | ||
"build-dir": "pnpm ts-bunchee --cwd", | ||
"build": "SWC_NODE_IGNORE_DYNAMIC=1 node -r @swc-node/register ./src/bin/index.ts --runtime node", | ||
"format": "prettier --write ." | ||
} | ||
} | ||
"packageManager": "pnpm@9.4.0" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
139265
1
2982