@postenbring/hedwig-css
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@postenbring/hedwig-css", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "", | ||
"files": [ | ||
"dist/**", | ||
"typed-classname/**" | ||
"typed-classname/**", | ||
"assets/**" | ||
], | ||
@@ -23,2 +24,6 @@ "license": "MIT", | ||
}, | ||
"dependencies": { | ||
"clsx": "^2.0.0", | ||
"@postenbring/hedwig-tokens": "0.0.3" | ||
}, | ||
"publishConfig": { | ||
@@ -30,12 +35,9 @@ "access": "public" | ||
], | ||
"dependencies": { | ||
"clsx": "^2.0.0" | ||
}, | ||
"scripts": { | ||
"build": "pnpm run --sequential /^build:.*/", | ||
"build:css": "mkdir -p dist && lightningcss --minify --bundle --sourcemap --targets '>= 0.25%' src/*.css src/**/*.css -d ./dist", | ||
"build:css": "mkdir -p dist && cd dist && lightningcss --minify --bundle --sourcemap --targets '>= 0.25%' ../src/*.css ../src/**/*.css -d .", | ||
"build:typed-classname": "node ./typed-classname/build.mjs", | ||
"build:scoped-css": "node ./build-scoped-css.mjs", | ||
"dev": "pnpm run --parallel /^dev:.*/", | ||
"dev:css": "chokidar --initial 'src/**/*.css' -c 'pnpm build:css'", | ||
"dev:css": "chokidar --initial 'src/**/*.css' '../tokens/tokens-output/**' -c 'pnpm build:css'", | ||
"dev:typed-classname": "wait-on dist/index.css && node --watch-preserve-output --watch-path dist/index.css --watch ./typed-classname/build.mjs", | ||
@@ -42,0 +44,0 @@ "lint": "stylelint 'src/**/*.css' 'src/**/*.scss' --cache", |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 20 instances 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
1223569
58
590
2
20
+ Added@postenbring/hedwig-tokens@0.0.3(transitive)