postcss-color-scheme
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## 1.0.1 | ||
### Patch Changes | ||
- [`c43b80b`](https://github.com/vnphanquang/postcss-color-scheme/commit/c43b80be966b531642e13413512bf1ffd7722a59) Thanks [@vnphanquang](https://github.com/vnphanquang)! - export default postcss plugin | ||
- [`513e561`](https://github.com/vnphanquang/postcss-color-scheme/commit/513e561bd1122dd2b184e3b2428e176e675aa559) Thanks [@vnphanquang](https://github.com/vnphanquang)! - include generated types in published package | ||
- [`912c72c`](https://github.com/vnphanquang/postcss-color-scheme/commit/912c72cbfb1db39ec878066502ddc28c2e00cbb3) Thanks [@vnphanquang](https://github.com/vnphanquang)! - add "require" and "svelte" fields to exports in package.json | ||
## 1.0.0 | ||
@@ -4,0 +14,0 @@ |
@@ -131,2 +131,2 @@ /** @typedef {{ global?: boolean }} ColorSchemeTransformConfig */ | ||
module.exports = pluginCreator; | ||
export default pluginCreator; |
{ | ||
"name": "postcss-color-scheme", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "postcss plugin for handling prefers-color-scheme", | ||
@@ -11,2 +11,3 @@ "type": "module", | ||
"import": "./lib/postcss.js", | ||
"require": "./lib/postcss.js", | ||
"types": "./types/postcss.d.ts" | ||
@@ -16,2 +17,3 @@ }, | ||
"import": "./lib/postcss.js", | ||
"require": "./lib/postcss.js", | ||
"types": "./types/postcss.d.ts" | ||
@@ -21,2 +23,3 @@ }, | ||
"import": "./lib/tailwind.js", | ||
"require": "./lib/tailwind.js", | ||
"types": "./types/tailwind.d.ts" | ||
@@ -39,2 +42,3 @@ } | ||
"lib/tailwind.js", | ||
"types", | ||
"CHANGELOG.md", | ||
@@ -91,6 +95,6 @@ "README.md", | ||
"ci:test": "vitest run --coverage", | ||
"ci:version": "changeset version && pnpm install", | ||
"ci:publish": "changeset publish", | ||
"ci:version": "changeset version && pnpm install --no-frozen-lockfile", | ||
"ci:publish": "changeset publish && pnpm install", | ||
"format": "prettier --plugin-search-dir . --write ." | ||
} | ||
} |
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
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
23669
10
202
0