@nuxtjs/prismic 5.0.0 → 5.1.0-canary.3c3b00a
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 +3 -2
- package/package.json +10 -10
- package/src/module.ts +1 -0
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import { addDependency } from 'nypm';
|
|
|
7
7
|
import { readPackage } from 'pkg-types';
|
|
8
8
|
|
|
9
9
|
const name = "@nuxtjs/prismic";
|
|
10
|
-
const version = "5.0.
|
|
10
|
+
const version = "5.1.0-canary.3c3b00a";
|
|
11
11
|
|
|
12
12
|
const logger = useLogger("nuxt:prismic");
|
|
13
13
|
async function addPrismicClient() {
|
|
@@ -151,7 +151,8 @@ const module$1 = defineNuxtModule({
|
|
|
151
151
|
"PrismicText",
|
|
152
152
|
"PrismicRichText",
|
|
153
153
|
"PrismicTable",
|
|
154
|
-
"SliceZone"
|
|
154
|
+
"SliceZone",
|
|
155
|
+
"SliceSimulator"
|
|
155
156
|
].forEach((entry) => {
|
|
156
157
|
addComponent({
|
|
157
158
|
name: entry,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtjs/prismic",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.1.0-canary.3c3b00a",
|
|
4
4
|
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nuxt",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@nuxt/kit": "^4.2.2",
|
|
56
|
-
"@prismicio/vue": "^6.
|
|
56
|
+
"@prismicio/vue": "^6.1.0",
|
|
57
57
|
"defu": "^6.1.4",
|
|
58
58
|
"nypm": "^0.6.2",
|
|
59
59
|
"pkg-types": "^2.3.0"
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@nuxt/module-builder": "^1.0.2",
|
|
63
63
|
"@nuxt/schema": "^4.2.2",
|
|
64
|
-
"@nuxt/test-utils": "^3.
|
|
65
|
-
"@prismicio/client": "^7.21.
|
|
66
|
-
"@trivago/prettier-plugin-sort-imports": "^6.0.
|
|
67
|
-
"@types/node": "^25.0.
|
|
68
|
-
"@vitest/coverage-v8": "^4.0.
|
|
64
|
+
"@nuxt/test-utils": "^3.23.0",
|
|
65
|
+
"@prismicio/client": "^7.21.3",
|
|
66
|
+
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
67
|
+
"@types/node": "^25.0.8",
|
|
68
|
+
"@vitest/coverage-v8": "^4.0.17",
|
|
69
69
|
"nuxt": "^4.2.2",
|
|
70
|
-
"oxlint": "1.
|
|
70
|
+
"oxlint": "^1.39.0",
|
|
71
71
|
"prettier": "^3.7.4",
|
|
72
72
|
"prettier-plugin-jsdoc": "^1.8.0",
|
|
73
73
|
"typescript": "^5.9.3",
|
|
74
|
-
"vitest": "^4.0.
|
|
74
|
+
"vitest": "^4.0.17",
|
|
75
75
|
"vue-tsc": "^3.2.2"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
|
-
"packageManager": "pnpm@10.
|
|
86
|
+
"packageManager": "pnpm@10.28.0"
|
|
87
87
|
}
|