@public-ui/themes
Advanced tools
Comparing version 1.1.9-rc.5 to 1.1.9-rc.6
{ | ||
"name": "@public-ui/themes", | ||
"version": "1.1.9-rc.5", | ||
"version": "1.1.9-rc.6", | ||
"license": "EUPL-1.2", | ||
@@ -21,14 +21,6 @@ "homepage": "https://public-ui.github.io", | ||
], | ||
"sideEffects": false, | ||
"type": "module", | ||
"description": "Das Themes-Modul beinhaltet zahlreiche Themes (Styleguides) zur Komponenten-Bibliothek.", | ||
"scripts": { | ||
"clean": "lerna exec --stream -- git clean -f -d -X && git clean -f -d -X", | ||
"build:cjs": "tsc -m commonjs --outDir cjs", | ||
"build:clean": "rimraf cjs esm types umd", | ||
"build:esm": "tsc -m esnext --outDir esm", | ||
"build:types": "tsc -d --outDir types && rimraf types/*.js types/*.map types/**/*.js types/**/*.map", | ||
"build:umd": "tsc -m umd --outDir umd", | ||
"build": "npm run build:cjs && npm run build:esm && npm run build:types && npm run build:umd", | ||
"prepack": "npm run build:clean && npm run build", | ||
"build": "unbuild", | ||
"prepack": "unbuild", | ||
":install": "pnpm i && pnpm update", | ||
@@ -39,31 +31,32 @@ ":publish": "npm run :install && npm publish --registry=http://localhost:4873 || true", | ||
}, | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"types": "types/index.d.ts", | ||
"exports": { | ||
"require": "./cjs/index.js", | ||
"import": "./esm/index.js" | ||
}, | ||
"dependencies": { | ||
"@public-ui/schema": "1.1.9-rc.5" | ||
"@public-ui/schema": "1.1.9-rc.6" | ||
}, | ||
"devDependencies": { | ||
"@a11y-ui/core": "1.0.0-rc.21", | ||
"@public-ui/components": "1.1.9-rc.5", | ||
"@public-ui/core": "1.1.9-rc.5", | ||
"@public-ui/components": "1.1.9-rc.6", | ||
"@public-ui/core": "1.1.9-rc.6", | ||
"@types/node": "18.8.4", | ||
"rimraf": "3.0.2", | ||
"typescript": "4.8.4" | ||
"typescript": "4.8.4", | ||
"unbuild": "0.8.11" | ||
}, | ||
"peerDependencies": { | ||
"@public-ui/components": "1.1.9-rc.5" | ||
"@public-ui/components": "1.1.9-rc.6" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"assets", | ||
"cjs", | ||
"esm", | ||
"reports", | ||
"types", | ||
"umd" | ||
"dist" | ||
] | ||
} |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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 5 instances in 1 package
2
1
34333371
148
46868
+ Added@public-ui/components@1.1.9-rc.6(transitive)
+ Added@public-ui/core@1.1.9-rc.6(transitive)
+ Added@public-ui/schema@1.1.9-rc.6(transitive)
- Removed@public-ui/components@1.1.9-rc.5(transitive)
- Removed@public-ui/core@1.1.9-rc.5(transitive)
- Removed@public-ui/schema@1.1.9-rc.5(transitive)
Updated@public-ui/schema@1.1.9-rc.6