una-nuxt-module 3.0.1 → 3.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/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -167,7 +167,7 @@ function addTemplates() {
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
const name = "una-nuxt-module";
|
|
170
|
-
const version = "3.0.
|
|
170
|
+
const version = "3.0.2";
|
|
171
171
|
|
|
172
172
|
const module$1 = defineNuxtModule({
|
|
173
173
|
meta: {
|
|
@@ -203,7 +203,7 @@ const module$1 = defineNuxtModule({
|
|
|
203
203
|
},
|
|
204
204
|
"@nuxt/hints": {
|
|
205
205
|
version: ">=1.0.0-0",
|
|
206
|
-
optional:
|
|
206
|
+
optional: true,
|
|
207
207
|
defaults: {
|
|
208
208
|
devtools: true
|
|
209
209
|
}
|