class-variance-authority
Advanced tools
Comparing version 0.7.0 to 0.7.1-canary.0
{ | ||
"name": "class-variance-authority", | ||
"version": "0.7.0", | ||
"version": "0.7.1-canary.0", | ||
"description": "Class Variance Authority 🧬", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"module": "dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -44,14 +44,2 @@ "dist/*.mjs", | ||
], | ||
"scripts": { | ||
"build": "run-p build:**", | ||
"build:cjs": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.js -C module.type=commonjs", | ||
"build:esm": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.mjs -C module.type=es6 ", | ||
"build:tsc": "tsc --project .config/tsconfig.build.json", | ||
"check": "tsc --project tsconfig.json --noEmit", | ||
"dev": "jest --config .config/jest.config.ts --watch", | ||
"prepublishOnly": "pnpm build", | ||
"test": "run-p test:*", | ||
"test:jest": "jest --config .config/jest.config.ts --coverage", | ||
"test:size": "pnpm build && bundlesize -f 'dist/*.js' -s 850B" | ||
}, | ||
"dependencies": { | ||
@@ -61,7 +49,4 @@ "clsx": "2.0.0" | ||
"devDependencies": { | ||
"@jest/types": "28.1.1", | ||
"@swc/cli": "0.1.57", | ||
"@swc/core": "1.2.198", | ||
"@swc/jest": "0.2.21", | ||
"@types/jest": "28.1.1", | ||
"@types/node": "18.11.18", | ||
@@ -71,3 +56,2 @@ "@types/react": "18.0.12", | ||
"bundlesize": "0.18.1", | ||
"jest": "28.1.1", | ||
"npm-run-all": "4.1.5", | ||
@@ -78,3 +62,11 @@ "react": "18.2.0", | ||
"typescript": "5.1.3" | ||
}, | ||
"scripts": { | ||
"build": "run-p build:**", | ||
"build:cjs": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.js -C module.type=commonjs", | ||
"build:esm": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.mjs -C module.type=es6 ", | ||
"build:tsc": "tsc --project .config/tsconfig.build.json", | ||
"check": "tsc --project tsconfig.json --noEmit", | ||
"bundlesize": "pnpm build && bundlesize -f 'dist/*.js' -s 850B" | ||
} | ||
} | ||
} |
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
22606
11
10
228