class-variance-authority
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "class-variance-authority", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Class Variance Authority 🧬", | ||
@@ -21,7 +21,13 @@ "keywords": [ | ||
"funding": "https://joebell.co.uk", | ||
"license": "Apache-2.0", | ||
"author": "Joe Bell (https://joebell.co.uk)", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./types": { | ||
"types": "./dist/types.d.ts" | ||
} | ||
}, | ||
@@ -38,14 +44,2 @@ "main": "dist/index.js", | ||
], | ||
"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": { | ||
@@ -69,12 +63,15 @@ "clsx": "1.2.1" | ||
"ts-node": "10.8.1", | ||
"typescript": "5.0.3" | ||
"typescript": "5.1.3" | ||
}, | ||
"peerDependencies": { | ||
"typescript": ">= 4.5.5 < 6" | ||
}, | ||
"peerDependenciesMeta": { | ||
"typescript": { | ||
"optional": true | ||
} | ||
"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", | ||
"test": "run-p test:*", | ||
"test:jest": "jest --config .config/jest.config.ts --coverage", | ||
"test:size": "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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
19778
1
9
0