@unocss/transformer-directives 66.3.3 → 66.4.0

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/dist/index.d.mts CHANGED
@@ -38,4 +38,5 @@ interface TransformerDirectivesContext {
38
38
 
39
39
  declare function transformerDirectives(options?: TransformerDirectivesOptions): SourceCodeTransformer;
40
40
 
41
- export { type TransformerDirectivesContext, type TransformerDirectivesOptions, transformerDirectives as default };
41
+ export { transformerDirectives as default };
42
+ export type { TransformerDirectivesContext, TransformerDirectivesOptions };
package/dist/index.d.ts CHANGED
@@ -38,4 +38,5 @@ interface TransformerDirectivesContext {
38
38
 
39
39
  declare function transformerDirectives(options?: TransformerDirectivesOptions): SourceCodeTransformer;
40
40
 
41
- export { type TransformerDirectivesContext, type TransformerDirectivesOptions, transformerDirectives as default };
41
+ export { transformerDirectives as default };
42
+ export type { TransformerDirectivesContext, TransformerDirectivesOptions };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/transformer-directives",
3
3
  "type": "module",
4
- "version": "66.3.3",
4
+ "version": "66.4.0",
5
5
  "description": "UnoCSS transformer for `@apply` directive",
6
6
  "author": "hannoeru <me@hanlee.co>",
7
7
  "license": "MIT",
@@ -33,8 +33,8 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "css-tree": "^3.1.0",
36
- "@unocss/core": "66.3.3",
37
- "@unocss/rule-utils": "66.3.3"
36
+ "@unocss/core": "66.4.0",
37
+ "@unocss/rule-utils": "66.4.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "magic-string": "^0.30.17"