@kaizen/package-bundler
Advanced tools
Comparing version 0.0.0-canary-inject-tw-js-20240514060600 to 0.0.0-canary-package-bundler-20240516051048
export * from "./default/index.js"; | ||
export * from "./ui-library/index.js"; | ||
export * from "./shared-ui/index.js"; |
@@ -7,3 +7,3 @@ import fs from "fs"; | ||
import { pluginsDefault } from "./presets/index.js"; | ||
import { rollupTailwindConfig } from "./presets/ui-library/rollup-tailwind.js"; | ||
import { rollupTailwindConfig } from "./presets/shared-ui/rollup-tailwind.js"; | ||
export const rollupConfig = (config = { | ||
@@ -17,3 +17,2 @@ input: { index: "./src/index.ts" }, | ||
plugins: [ | ||
// Has to be the same as packages/components/tsconfig.json -> compilerOptions -> paths | ||
alias(config.alias), | ||
@@ -20,0 +19,0 @@ ...(config?.plugins || pluginsDefault), |
{ | ||
"name": "@kaizen/package-bundler", | ||
"version": "0.0.0-canary-inject-tw-js-20240514060600", | ||
"description": "Bundles shared UI component libraries", | ||
"version": "0.0.0-canary-package-bundler-20240516051048", | ||
"description": "Bundles libraries", | ||
"main": "dist/index.js", | ||
@@ -33,15 +33,22 @@ "type": "module", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"ts-patch": "^3.1.2", | ||
"typescript-transform-paths": "^3.4.7" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^4.17.2", | ||
"typescript": "^5.4.5" | ||
"rollup": "^4.17.2" | ||
}, | ||
"devDependenciesComments": { | ||
"typescript": "Installed in root" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.4.38", | ||
"postcss-preset-env": "^9.5.11", | ||
"postcss-preset-env": "^9.3.0", | ||
"rollup": "^4.17.2", | ||
"style-inject": "^0.3.0" | ||
"style-inject": "^0.3.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"peerDependenciesMeta": { | ||
"style-inject": { | ||
"note": "Install in dependencies - used in bundled code" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -48,0 +55,0 @@ "build": "rm -rf dist && tsc --build" |
@@ -9,3 +9,2 @@ { | ||
"skipLibCheck": true, | ||
"lib": ["es2019", "dom"], | ||
"jsx": "react", | ||
@@ -12,0 +11,0 @@ "noImplicitAny": true, |
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
16940
1
20
0
197
276
1
+ Addedtslib@2.8.1(transitive)
- Removedts-patch@^3.1.2
- Removedglobal-prefix@4.0.0(transitive)
- Removedini@4.1.3(transitive)
- Removedisexe@3.1.1(transitive)
- Removedkind-of@6.0.3(transitive)
- Removedminimist@1.2.8(transitive)
- Removedsemver@7.6.3(transitive)
- Removedts-patch@3.3.0(transitive)
- Removedwhich@4.0.0(transitive)