@unocss/extractor-pug 0.55.1 → 0.55.3

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.
@@ -0,0 +1,6 @@
1
+ import { Extractor } from '@unocss/core';
2
+ import { Options } from 'pug';
3
+
4
+ declare function extractorPug(options?: Options): Extractor;
5
+
6
+ export { extractorPug as default };
@@ -0,0 +1,6 @@
1
+ import { Extractor } from '@unocss/core';
2
+ import { Options } from 'pug';
3
+
4
+ declare function extractorPug(options?: Options): Extractor;
5
+
6
+ export { extractorPug as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/extractor-pug",
3
- "version": "0.55.1",
3
+ "version": "0.55.3",
4
4
  "description": "UnoCSS extractor for Pug",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@types/pug": "^2.0.6",
46
46
  "pug": "^3.0.2",
47
- "@unocss/core": "0.55.1"
47
+ "@unocss/core": "0.55.3"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "unbuild",