@unocss/nuxt 0.59.0-beta.1 → 0.59.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/dist/index.mjs +2 -2
  2. package/package.json +16 -16
package/dist/index.mjs CHANGED
@@ -102,8 +102,8 @@ const index = defineNuxtModule({
102
102
  const preset = nuxt.options.postcss.plugins.cssnano.preset;
103
103
  nuxt.options.postcss.plugins.cssnano = {
104
104
  preset: [preset?.[0] || "default", Object.assign(
105
- preset?.[1] || {},
106
- { mergeRules: false, normalizeWhitespace: false, discardComments: false }
105
+ { mergeRules: false, normalizeWhitespace: false, discardComments: false },
106
+ preset?.[1]
107
107
  )]
108
108
  };
109
109
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/nuxt",
3
3
  "type": "module",
4
- "version": "0.59.0-beta.1",
4
+ "version": "0.59.1",
5
5
  "description": "Nuxt module for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -38,23 +38,23 @@
38
38
  "runtime"
39
39
  ],
40
40
  "dependencies": {
41
- "@nuxt/kit": "^3.11.1",
42
- "@unocss/preset-attributify": "0.59.0-beta.1",
43
- "@unocss/config": "0.59.0-beta.1",
44
- "@unocss/core": "0.59.0-beta.1",
45
- "@unocss/preset-icons": "0.59.0-beta.1",
46
- "@unocss/preset-typography": "0.59.0-beta.1",
47
- "@unocss/preset-tagify": "0.59.0-beta.1",
48
- "@unocss/preset-uno": "0.59.0-beta.1",
49
- "@unocss/preset-wind": "0.59.0-beta.1",
50
- "@unocss/preset-web-fonts": "0.59.0-beta.1",
51
- "@unocss/reset": "0.59.0-beta.1",
52
- "@unocss/vite": "0.59.0-beta.1",
53
- "@unocss/webpack": "0.59.0-beta.1",
54
- "unocss": "0.59.0-beta.1"
41
+ "@nuxt/kit": "^3.11.2",
42
+ "@unocss/config": "0.59.1",
43
+ "@unocss/core": "0.59.1",
44
+ "@unocss/preset-attributify": "0.59.1",
45
+ "@unocss/preset-tagify": "0.59.1",
46
+ "@unocss/preset-typography": "0.59.1",
47
+ "@unocss/preset-uno": "0.59.1",
48
+ "@unocss/preset-icons": "0.59.1",
49
+ "@unocss/preset-wind": "0.59.1",
50
+ "@unocss/preset-web-fonts": "0.59.1",
51
+ "@unocss/vite": "0.59.1",
52
+ "@unocss/webpack": "0.59.1",
53
+ "@unocss/reset": "0.59.1",
54
+ "unocss": "0.59.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@nuxt/schema": "^3.11.1"
57
+ "@nuxt/schema": "^3.11.2"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "unbuild",