@csstools/postcss-progressive-custom-properties 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changes to PostCSS Progressive Custom Properties
2
2
 
3
- ### 2.0.0 (January 24, 2022)
3
+ ### 2.0.1 (January 28, 2023)
4
+
5
+ - Improve `types` declaration in `package.json`
6
+
7
+ ### 2.0.0 (January 24, 2023)
4
8
 
5
9
  - Updated: Support for Node v14+ (major).
6
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/postcss-progressive-custom-properties",
3
3
  "description": "Correctly declare progressive enhancements for CSS Custom Properties.",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
6
6
  "license": "CC0-1.0",
7
7
  "funding": {
@@ -16,6 +16,7 @@
16
16
  "types": "dist/index.d.ts",
17
17
  "exports": {
18
18
  ".": {
19
+ "types": "./dist/index.d.ts",
19
20
  "import": "./dist/index.mjs",
20
21
  "require": "./dist/index.cjs",
21
22
  "default": "./dist/index.mjs"