@visulima/packem
Advanced tools
Comparing version 1.0.0-alpha.95 to 1.0.0-alpha.96
@@ -0,1 +1,9 @@ | ||
## @visulima/packem [1.0.0-alpha.96](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.95...@visulima/packem@1.0.0-alpha.96) (2024-09-07) | ||
### Bug Fixes | ||
* dont normalize modified package.json, when typesVersions is written, fixed wrong export for bin files, fixed some tests ([1459c62](https://github.com/visulima/packem/commit/1459c6233c21ebbf5c73e12bbd39c906610c0160)) | ||
* fixed more tests ([668ecc7](https://github.com/visulima/packem/commit/668ecc77e785759f273e1ed762e62a667dcaafc8)) | ||
* updated dependencies ([94a4c6c](https://github.com/visulima/packem/commit/94a4c6ca1f7159eea81b89be36354e2c370d27d4)) | ||
## @visulima/packem [1.0.0-alpha.95](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.94...@visulima/packem@1.0.0-alpha.95) (2024-09-07) | ||
@@ -2,0 +10,0 @@ |
@@ -1,3 +0,3 @@ | ||
import { B as BuildConfig, f as BuildPreset, E as Environment, M as Mode } from './shared/types-htgF7Xtw.js'; | ||
export { d as BuildHooks } from './shared/types-htgF7Xtw.js'; | ||
import { B as BuildConfig, f as BuildPreset, E as Environment, M as Mode } from './shared/types-BTXISiJt.js'; | ||
export { d as BuildHooks } from './shared/types-BTXISiJt.js'; | ||
import '@rollup/plugin-alias'; | ||
@@ -4,0 +4,0 @@ import '@rollup/plugin-commonjs'; |
import { Pail } from '@visulima/pail'; | ||
import { M as Mode, E as Environment, B as BuildConfig } from './shared/types-htgF7Xtw.js'; | ||
export { a as BuildContext, b as BuildContextBuildEntry, c as BuildEntry, d as BuildHooks, e as BuildOptions, f as BuildPreset, R as RollupBuildOptions, g as Runtime } from './shared/types-htgF7Xtw.js'; | ||
import { M as Mode, E as Environment, B as BuildConfig } from './shared/types-BTXISiJt.js'; | ||
export { a as BuildContext, b as BuildContextBuildEntry, c as BuildEntry, d as BuildHooks, e as BuildOptions, f as BuildPreset, R as RollupBuildOptions, g as Runtime } from './shared/types-BTXISiJt.js'; | ||
import '@rollup/plugin-alias'; | ||
@@ -5,0 +5,0 @@ import '@rollup/plugin-commonjs'; |
@@ -9,4 +9,2 @@ import { Plugin } from 'rollup'; | ||
export { }; | ||
export = _default; |
@@ -1,2 +0,2 @@ | ||
import { I as IsolatedDeclarationsResult } from '../../../shared/types-htgF7Xtw.js'; | ||
import { I as IsolatedDeclarationsResult } from '../../../shared/types-BTXISiJt.js'; | ||
import '@rollup/plugin-alias'; | ||
@@ -26,4 +26,2 @@ import '@rollup/plugin-commonjs'; | ||
export { }; | ||
export = isolatedDeclarationsOxcTransformer; |
@@ -8,4 +8,2 @@ import { Plugin } from 'rollup'; | ||
export { }; | ||
export = sucrasePlugin; |
@@ -1,2 +0,2 @@ | ||
import { I as IsolatedDeclarationsResult } from '../../../shared/types-htgF7Xtw.js'; | ||
import { I as IsolatedDeclarationsResult } from '../../../shared/types-BTXISiJt.js'; | ||
import '@rollup/plugin-alias'; | ||
@@ -26,4 +26,2 @@ import '@rollup/plugin-commonjs'; | ||
export { }; | ||
export = isolatedDeclarationsSwcTransformer; |
@@ -7,4 +7,2 @@ import { Plugin } from 'rollup'; | ||
export { }; | ||
export = swcPlugin; |
import { TranspileOptions } from 'typescript'; | ||
import { I as IsolatedDeclarationsResult } from '../../../shared/types-htgF7Xtw.js'; | ||
import { I as IsolatedDeclarationsResult } from '../../../shared/types-BTXISiJt.js'; | ||
import '@rollup/plugin-alias'; | ||
@@ -27,4 +27,2 @@ import '@rollup/plugin-commonjs'; | ||
export { }; | ||
export = isolatedDeclarationsTypescriptTransformer; |
{ | ||
"name": "@visulima/packem", | ||
"version": "1.0.0-alpha.95", | ||
"version": "1.0.0-alpha.96", | ||
"description": "A fast and modern bundler for Node.js and TypeScript.", | ||
@@ -36,5 +36,3 @@ "keywords": [ | ||
"homepage": "https://www.visulima.com/docs/package/packem", | ||
"bugs": { | ||
"url": "https://github.com/visulima/packem/issues" | ||
}, | ||
"bugs": "https://github.com/visulima/packem/issues", | ||
"repository": { | ||
@@ -184,11 +182,11 @@ "type": "git", | ||
"@rollup/pluginutils": "^5.1.0", | ||
"@visulima/cerebro": "^1.1.17", | ||
"@visulima/colorize": "^1.4.7", | ||
"@visulima/find-cache-dir": "^1.0.8", | ||
"@visulima/fs": "^2.1.15", | ||
"@visulima/humanizer": "^1.0.9", | ||
"@visulima/package": "3.0.0", | ||
"@visulima/pail": "^2.1.6", | ||
"@visulima/path": "^1.0.6", | ||
"@visulima/tsconfig": "^1.0.10", | ||
"@visulima/cerebro": "^1.1.18", | ||
"@visulima/colorize": "^1.4.8", | ||
"@visulima/find-cache-dir": "^1.0.9", | ||
"@visulima/fs": "^2.1.16", | ||
"@visulima/humanizer": "^1.0.10", | ||
"@visulima/package": "^3.0.10", | ||
"@visulima/pail": "^2.1.7", | ||
"@visulima/path": "^1.0.7", | ||
"@visulima/tsconfig": "^1.0.11", | ||
"defu": "6.1.4", | ||
@@ -195,0 +193,0 @@ "es-module-lexer": "^1.5.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
543243
3517
11
61
1
+ Added@visulima/package@3.1.5(transitive)
+ Addedhosted-git-info@8.0.0(transitive)
+ Addednormalize-package-data@7.0.0(transitive)
- Removed@visulima/fs@2.1.7(transitive)
- Removed@visulima/package@3.0.0(transitive)
- Removed@visulima/path@1.0.2(transitive)
- Removedhosted-git-info@7.0.2(transitive)
- Removednormalize-package-data@6.0.2(transitive)
Updated@visulima/cerebro@^1.1.18
Updated@visulima/colorize@^1.4.8
Updated@visulima/fs@^2.1.16
Updated@visulima/humanizer@^1.0.10
Updated@visulima/package@^3.0.10
Updated@visulima/pail@^2.1.7
Updated@visulima/path@^1.0.7
Updated@visulima/tsconfig@^1.0.11