@devite/nuxt-sanity 2.17.1 → 2.18.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/module.d.mts
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<main v-if="sanityData?.modules?.length">
|
|
3
|
-
<SanityComponent
|
|
4
|
-
v-for="(module, index) in sanityData.modules"
|
|
5
|
-
:key="module._key"
|
|
6
|
-
:index="index"
|
|
7
|
-
:data="module"
|
|
8
|
-
/>
|
|
9
|
-
<slot />
|
|
10
|
-
</main>
|
|
2
|
+
<main v-if="sanityData?.modules?.length">
|
|
3
|
+
<SanityComponent
|
|
4
|
+
v-for="(module, index) in sanityData.modules"
|
|
5
|
+
:key="module._key"
|
|
6
|
+
:index="index"
|
|
7
|
+
:data="module"
|
|
8
|
+
/>
|
|
9
|
+
<slot />
|
|
10
|
+
</main>
|
|
11
11
|
</template>
|
|
12
12
|
|
|
13
13
|
<script setup>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devite/nuxt-sanity",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.0",
|
|
4
4
|
"description": "Advanced Sanity integration for Nuxt.js.",
|
|
5
5
|
"repository": "devite-io/nuxt-sanity",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,34 +29,34 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@nuxt/image": "^2.0.0",
|
|
31
31
|
"@portabletext/vue": "^1.0.14",
|
|
32
|
-
"@sanity/client": "^7.
|
|
32
|
+
"@sanity/client": "^7.14.0",
|
|
33
33
|
"@sanity/core-loader": "^2.0.5",
|
|
34
34
|
"@sanity/preview-url-secret": "^4.0.2",
|
|
35
|
-
"@sanity/types": "^5.
|
|
36
|
-
"@sanity/visual-editing": "^5.0
|
|
35
|
+
"@sanity/types": "^5.5.0",
|
|
36
|
+
"@sanity/visual-editing": "^5.1.0",
|
|
37
37
|
"defu": "^6.1.4",
|
|
38
38
|
"ofetch": "^1.5.1",
|
|
39
39
|
"ohash": "^2.0.11",
|
|
40
|
-
"unstorage": "^1.17.
|
|
40
|
+
"unstorage": "^1.17.4"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@nuxt/eslint-config": "^1.12.1",
|
|
44
44
|
"@nuxt/kit": "^4.2.2",
|
|
45
45
|
"@nuxt/module-builder": "^1.0.2",
|
|
46
46
|
"@nuxt/schema": "^4.2.2",
|
|
47
|
-
"@nuxt/test-utils": "^3.
|
|
47
|
+
"@nuxt/test-utils": "^3.23.0",
|
|
48
48
|
"@types/node": "latest",
|
|
49
49
|
"changelogen": "^0.6.2",
|
|
50
50
|
"eslint": "^9.39.2",
|
|
51
|
-
"h3": "^1.15.
|
|
51
|
+
"h3": "^1.15.5",
|
|
52
52
|
"nuxt": "^4.2.2",
|
|
53
53
|
"typescript": "^5.9.3",
|
|
54
|
-
"vite": "^7.3.
|
|
54
|
+
"vite": "^7.3.1",
|
|
55
55
|
"vitest": "^3.2.4",
|
|
56
56
|
"vitest-environment-nuxt": "^1.0.1",
|
|
57
|
-
"vue": "^3.5.
|
|
57
|
+
"vue": "^3.5.27",
|
|
58
58
|
"vue-router": "^4.6.4",
|
|
59
|
-
"vue-tsc": "^3.2.
|
|
59
|
+
"vue-tsc": "^3.2.2"
|
|
60
60
|
},
|
|
61
61
|
"resolutions": {
|
|
62
62
|
"@devite/nuxt-sanity": "link:."
|