tailwindcss-content-visibility
Advanced tools
Comparing version
@@ -1,8 +0,1 @@ | ||
import * as tailwindcss_types_config from 'tailwindcss/types/config'; | ||
declare const contentVisibility: { | ||
handler: tailwindcss_types_config.PluginCreator; | ||
config?: Partial<tailwindcss_types_config.Config>; | ||
}; | ||
export { contentVisibility as default }; | ||
export { default_alias as default } from './_tsup-dts-rollup.js'; |
{ | ||
"name": "tailwindcss-content-visibility", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": "https://github.com/Cherry/tailwindcss-content-visibility", | ||
@@ -13,7 +13,9 @@ "license": "MIT", | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js" | ||
"import": "./dist/index.js", | ||
"default": "./dist/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"require": "./dist/index.cjs" | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.cjs" | ||
} | ||
@@ -26,3 +28,3 @@ }, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts --clean --sourcemap", | ||
"build": "tsup src/index.ts --format cjs,esm --experimental-dts --clean --sourcemap", | ||
"check-types": "tsc --noEmit", | ||
@@ -35,12 +37,15 @@ "lint": "npm run lint:js", | ||
"devDependencies": { | ||
"@nodecraft/eslint-config": "^43.1.0", | ||
"@typescript-eslint/eslint-plugin": "^8.7.0", | ||
"@vitest/eslint-plugin": "^1.1.4", | ||
"eslint": "^8.57.0", | ||
"@microsoft/api-extractor": "^7.48.1", | ||
"@nodecraft/eslint-config": "^44.3.0", | ||
"@typescript-eslint/eslint-plugin": "^8.18.1", | ||
"@vitest/eslint-plugin": "^1.1.18", | ||
"eslint": "^8.57.1", | ||
"eslint-plugin-json": "^4.0.1", | ||
"eslint-plugin-unicorn": "^55.0.0", | ||
"postcss": "^8.4.47", | ||
"tailwindcss": "^3.4.13", | ||
"tsup": "^8.3.0", | ||
"vitest": "^2.1.1" | ||
"eslint-plugin-unicorn": "^56.0.1", | ||
"postcss": "^8.4.49", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-tailwindcss": "^0.6.9", | ||
"tailwindcss": "^3.4.17", | ||
"tsup": "^8.3.5", | ||
"vitest": "^2.1.8" | ||
}, | ||
@@ -47,0 +52,0 @@ "peerDependencies": { |
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
11805
2.14%12
20%154
1.32%0
-100%13
30%