@devite/nuxt-sanity 2.17.0 → 2.17.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/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/SanityComponent.d.vue.ts +2 -2
- package/dist/runtime/components/SanityComponent.vue.d.ts +2 -2
- package/dist/runtime/components/SanityPictureAsset.d.vue.ts +2 -2
- package/dist/runtime/components/SanityPictureAsset.vue.d.ts +2 -2
- package/dist/runtime/components/link/SanityLinkExternal.d.vue.ts +2 -2
- package/dist/runtime/components/link/SanityLinkExternal.vue.d.ts +2 -2
- package/dist/runtime/components/link/SanityLinkInternal.d.vue.ts +2 -2
- package/dist/runtime/components/link/SanityLinkInternal.vue.d.ts +2 -2
- package/dist/runtime/composables/visual_editing_state.d.ts +1 -1
- package/dist/runtime/plugins/visual-editing.client.d.ts +1 -1
- package/dist/runtime/plugins/visual-editing.server.d.ts +1 -1
- package/package.json +18 -18
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -3,9 +3,9 @@ import type { SanityModule } from '@devite/nuxt-sanity';
|
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
data?: SanityModule | Array<SanityModule>;
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_11: string, __VLS_12: any;
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
[K in NonNullable<typeof
|
|
8
|
+
[K in NonNullable<typeof __VLS_11>]?: (props: typeof __VLS_12) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
|
|
11
11
|
componentRef: import("vue").Ref<Component | undefined, Component | undefined>;
|
|
@@ -3,9 +3,9 @@ import type { SanityModule } from '@devite/nuxt-sanity';
|
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
data?: SanityModule | Array<SanityModule>;
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_11: string, __VLS_12: any;
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
[K in NonNullable<typeof
|
|
8
|
+
[K in NonNullable<typeof __VLS_11>]?: (props: typeof __VLS_12) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
|
|
11
11
|
componentRef: import("vue").Ref<Component | undefined, Component | undefined>;
|
|
@@ -6,9 +6,9 @@ type __VLS_Props = {
|
|
|
6
6
|
lqip?: boolean;
|
|
7
7
|
imgAttrs?: Record<string, unknown>;
|
|
8
8
|
};
|
|
9
|
-
declare var
|
|
9
|
+
declare var __VLS_8: {};
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
|
-
default?: (props: typeof
|
|
11
|
+
default?: (props: typeof __VLS_8) => any;
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -6,9 +6,9 @@ type __VLS_Props = {
|
|
|
6
6
|
lqip?: boolean;
|
|
7
7
|
imgAttrs?: Record<string, unknown>;
|
|
8
8
|
};
|
|
9
|
-
declare var
|
|
9
|
+
declare var __VLS_8: {};
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
|
-
default?: (props: typeof
|
|
11
|
+
default?: (props: typeof __VLS_8) => any;
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -2,9 +2,9 @@ import type { LinkExternal } from '@devite/nuxt-sanity';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
data: LinkExternal;
|
|
4
4
|
};
|
|
5
|
-
declare var
|
|
5
|
+
declare var __VLS_8: {};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
8
|
};
|
|
9
9
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -2,9 +2,9 @@ import type { LinkExternal } from '@devite/nuxt-sanity';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
data: LinkExternal;
|
|
4
4
|
};
|
|
5
|
-
declare var
|
|
5
|
+
declare var __VLS_8: {};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
8
|
};
|
|
9
9
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -4,9 +4,9 @@ type __VLS_Props = {
|
|
|
4
4
|
reference: Reference;
|
|
5
5
|
};
|
|
6
6
|
};
|
|
7
|
-
declare var
|
|
7
|
+
declare var __VLS_8: {};
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
|
-
default?: (props: typeof
|
|
9
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -4,9 +4,9 @@ type __VLS_Props = {
|
|
|
4
4
|
reference: Reference;
|
|
5
5
|
};
|
|
6
6
|
};
|
|
7
|
-
declare var
|
|
7
|
+
declare var __VLS_8: {};
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
|
-
default?: (props: typeof
|
|
9
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: unknown;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: unknown;
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devite/nuxt-sanity",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.1",
|
|
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.
|
|
33
|
-
"@sanity/core-loader": "^2.0.
|
|
34
|
-
"@sanity/preview-url-secret": "^
|
|
35
|
-
"@sanity/types": "^
|
|
36
|
-
"@sanity/visual-editing": "^
|
|
32
|
+
"@sanity/client": "^7.13.2",
|
|
33
|
+
"@sanity/core-loader": "^2.0.5",
|
|
34
|
+
"@sanity/preview-url-secret": "^4.0.2",
|
|
35
|
+
"@sanity/types": "^5.1.0",
|
|
36
|
+
"@sanity/visual-editing": "^5.0.4",
|
|
37
37
|
"defu": "^6.1.4",
|
|
38
38
|
"ofetch": "^1.5.1",
|
|
39
|
-
"ohash": "^
|
|
40
|
-
"unstorage": "^1.17.
|
|
39
|
+
"ohash": "^2.0.11",
|
|
40
|
+
"unstorage": "^1.17.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@nuxt/eslint-config": "^1.
|
|
44
|
-
"@nuxt/kit": "^4.2.
|
|
43
|
+
"@nuxt/eslint-config": "^1.12.1",
|
|
44
|
+
"@nuxt/kit": "^4.2.2",
|
|
45
45
|
"@nuxt/module-builder": "^1.0.2",
|
|
46
|
-
"@nuxt/schema": "^4.2.
|
|
47
|
-
"@nuxt/test-utils": "^3.
|
|
46
|
+
"@nuxt/schema": "^4.2.2",
|
|
47
|
+
"@nuxt/test-utils": "^3.22.0",
|
|
48
48
|
"@types/node": "latest",
|
|
49
49
|
"changelogen": "^0.6.2",
|
|
50
|
-
"eslint": "^9.39.
|
|
50
|
+
"eslint": "^9.39.2",
|
|
51
51
|
"h3": "^1.15.4",
|
|
52
|
-
"nuxt": "^4.2.
|
|
52
|
+
"nuxt": "^4.2.2",
|
|
53
53
|
"typescript": "^5.9.3",
|
|
54
|
-
"vite": "^7.
|
|
54
|
+
"vite": "^7.3.0",
|
|
55
55
|
"vitest": "^3.2.4",
|
|
56
56
|
"vitest-environment-nuxt": "^1.0.1",
|
|
57
|
-
"vue": "^3.5.
|
|
58
|
-
"vue-router": "^4.6.
|
|
59
|
-
"vue-tsc": "^3.1
|
|
57
|
+
"vue": "^3.5.26",
|
|
58
|
+
"vue-router": "^4.6.4",
|
|
59
|
+
"vue-tsc": "^3.2.1"
|
|
60
60
|
},
|
|
61
61
|
"resolutions": {
|
|
62
62
|
"@devite/nuxt-sanity": "link:."
|