@una-ui/extractor-vue-script 0.2.0-beta.4 → 0.3.0-beta.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.
package/dist/index.cjs CHANGED
@@ -33,5 +33,4 @@ function extractor(options) {
33
33
  }
34
34
 
35
35
  exports.default = extractor;
36
- exports.extractor = extractor;
37
36
  exports.splitCodeWithArbitraryVariants = splitCodeWithArbitraryVariants;
package/dist/index.d.ts CHANGED
@@ -11,4 +11,4 @@ interface ExtractorVueScriptOptions {
11
11
  declare function splitCodeWithArbitraryVariants(code: string, prefixes: string[]): string[];
12
12
  declare function extractor(options?: ExtractorVueScriptOptions): Extractor;
13
13
 
14
- export { extractor as default, extractor, splitCodeWithArbitraryVariants };
14
+ export { extractor as default, splitCodeWithArbitraryVariants };
package/dist/index.mjs CHANGED
@@ -28,4 +28,4 @@ function extractor(options) {
28
28
  };
29
29
  }
30
30
 
31
- export { extractor as default, extractor, splitCodeWithArbitraryVariants };
31
+ export { extractor as default, splitCodeWithArbitraryVariants };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@una-ui/extractor-vue-script",
3
- "version": "0.2.0-beta.4",
3
+ "version": "0.3.0-beta.1",
4
4
  "description": "Unocss extractor for Vue script",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",