@nuxtjs/prismic 4.1.0-pr.235.3e7479b → 4.1.0-pr.235.71fb8db

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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.7.0"
6
6
  },
7
- "version": "4.1.0-pr.235.3e7479b",
7
+ "version": "4.1.0-pr.235.71fb8db",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -14,7 +14,7 @@ const module$1 = defineNuxtModule({
14
14
  const nuxt3flavor = getNuxtVersion(nuxt).startsWith("3") && !nuxt.options?.future?.compatibilityVersion;
15
15
  if (nuxt3flavor) {
16
16
  return {
17
- endpoint: "u",
17
+ endpoint: "",
18
18
  environment: "",
19
19
  clientConfig: {},
20
20
  client: "~/app/prismic/client",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxtjs/prismic",
3
- "version": "4.1.0-pr.235.3e7479b",
3
+ "version": "4.1.0-pr.235.71fb8db",
4
4
  "description": "Easily connect your Nuxt application to your content hosted on Prismic",
5
5
  "keywords": [
6
6
  "nuxt",
package/src/module.ts CHANGED
@@ -141,7 +141,7 @@ export default defineNuxtModule<PrismicModuleOptions>({
141
141
 
142
142
  if (nuxt3flavor) {
143
143
  return {
144
- endpoint: "u",
144
+ endpoint: "",
145
145
  environment: "",
146
146
  clientConfig: {},
147
147
  client: "~/app/prismic/client",