@prismicio/vue 5.0.0-alpha.1 → 5.0.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/package.json.cjs +1 -1
- package/dist/package.json.js +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +7 -7
- package/src/types.ts +1 -1
package/dist/package.json.cjs
CHANGED
package/dist/package.json.js
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -59,7 +59,7 @@ type PrismicPluginComponentsOptions = {
|
|
|
59
59
|
imagePixelDensitySrcSetDefaults?: number[];
|
|
60
60
|
/**
|
|
61
61
|
* An optional map of Rich Text block types to Vue Components. It is used to
|
|
62
|
-
* render
|
|
62
|
+
* render rich text or title fields.
|
|
63
63
|
*
|
|
64
64
|
* @see Templating Rich Text and title fields from Prismic {@link https://prismic.io/docs/rich-text}
|
|
65
65
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prismicio/vue",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Vue plugin, components, and composables to fetch and present Prismic content",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"test": "npm run lint && npm run types && npm run unit && npm run build && npm run size"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@prismicio/client": "^7.
|
|
60
|
+
"@prismicio/client": "^7.15.1",
|
|
61
61
|
"esm-env": "^1.2.2",
|
|
62
62
|
"vue-router": "^4.5.0"
|
|
63
63
|
},
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|
|
69
69
|
"@types/jsdom-global": "^3.0.7",
|
|
70
70
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
71
|
-
"@vitest/coverage-v8": "^
|
|
71
|
+
"@vitest/coverage-v8": "^3.0.2",
|
|
72
72
|
"@vue/eslint-config-typescript": "^14.2.0",
|
|
73
73
|
"@vue/test-utils": "^2.4.6",
|
|
74
74
|
"eslint": "^9.18.0",
|
|
75
75
|
"eslint-config-prettier": "^10.0.1",
|
|
76
|
-
"eslint-plugin-prettier": "^5.2.
|
|
76
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
77
77
|
"eslint-plugin-tsdoc": "^0.4.0",
|
|
78
78
|
"eslint-plugin-vue": "^9.32.0",
|
|
79
79
|
"jsdom": "^26.0.0",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
"size-limit": "^11.1.6",
|
|
84
84
|
"standard-version": "^9.5.0",
|
|
85
85
|
"typescript": "~5.7.3",
|
|
86
|
-
"typescript-eslint": "^8.
|
|
87
|
-
"vite": "^6.0.
|
|
86
|
+
"typescript-eslint": "^8.21.0",
|
|
87
|
+
"vite": "^6.0.9",
|
|
88
88
|
"vite-plugin-dts": "^4.5.0",
|
|
89
89
|
"vite-plugin-sdk": "^0.1.3",
|
|
90
|
-
"vitest": "^
|
|
90
|
+
"vitest": "^3.0.2",
|
|
91
91
|
"vue": "^3.5.13",
|
|
92
92
|
"vue-tsc": "^2.2.0"
|
|
93
93
|
},
|
package/src/types.ts
CHANGED
|
@@ -95,7 +95,7 @@ type PrismicPluginComponentsOptions = {
|
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* An optional map of Rich Text block types to Vue Components. It is used to
|
|
98
|
-
* render
|
|
98
|
+
* render rich text or title fields.
|
|
99
99
|
*
|
|
100
100
|
* @see Templating Rich Text and title fields from Prismic {@link https://prismic.io/docs/rich-text}
|
|
101
101
|
*/
|