postcss-normalize-unicode 7.0.0 → 7.0.2
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.
- package/package.json +3 -3
- package/types/index.d.ts +3 -3
- package/types/index.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-normalize-unicode",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"description": "Normalize unicode-range descriptors, and can convert to wildcard ranges.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"repository": "cssnano/cssnano",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"browserslist": "^4.23.
|
|
26
|
+
"browserslist": "^4.23.3",
|
|
27
27
|
"postcss-value-parser": "^4.2.0"
|
|
28
28
|
},
|
|
29
29
|
"bugs": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"node": "^18.12.0 || ^20.9.0 || >=22.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"postcss": "^8.4.
|
|
36
|
+
"postcss": "^8.4.40"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"postcss": "^8.4.31"
|
package/types/index.d.ts
CHANGED
|
@@ -9,15 +9,15 @@ export = pluginCreator;
|
|
|
9
9
|
* @param {Options} opts
|
|
10
10
|
* @return {import('postcss').Plugin}
|
|
11
11
|
*/
|
|
12
|
-
declare function pluginCreator(opts?: Options): import(
|
|
12
|
+
declare function pluginCreator(opts?: Options): import("postcss").Plugin;
|
|
13
13
|
declare namespace pluginCreator {
|
|
14
14
|
export { postcss, AutoprefixerOptions, BrowserslistOptions, Options };
|
|
15
15
|
}
|
|
16
|
-
type Options = AutoprefixerOptions & BrowserslistOptions;
|
|
17
16
|
declare var postcss: true;
|
|
18
17
|
type AutoprefixerOptions = {
|
|
19
18
|
overrideBrowserslist?: string | string[];
|
|
20
19
|
};
|
|
21
|
-
type BrowserslistOptions = Pick<browserslist.Options,
|
|
20
|
+
type BrowserslistOptions = Pick<browserslist.Options, "stats" | "path" | "env">;
|
|
21
|
+
type Options = AutoprefixerOptions & BrowserslistOptions;
|
|
22
22
|
import browserslist = require("browserslist");
|
|
23
23
|
//# sourceMappingURL=index.d.ts.map
|
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":";AA2FA;;;;GAIG;AAEH;;;;GAIG;AACH,sCAHW,OAAO,GACN,OAAO,SAAS,EAAE,MAAM,CAwCnC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":";AA2FA;;;;GAIG;AAEH;;;;GAIG;AACH,sCAHW,OAAO,GACN,OAAO,SAAS,EAAE,MAAM,CAwCnC;;;;;2BAhDY;IAAE,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAAE;2BAC5C,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;eACpD,mBAAmB,GAAG,mBAAmB"}
|