@uniformdev/uniform-nuxt 20.75.1-alpha.16 → 20.76.2

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
@@ -8,31 +8,31 @@ interface UniformModuleOptions {
8
8
  readOnlyApiKey: string;
9
9
  /**
10
10
  * The host to be used when calling the API.
11
- * @default 'https://uniform.app'
11
+ * @defaultValue 'https://uniform.app'
12
12
  */
13
13
  apiHost?: string;
14
14
  /**
15
15
  * The host to be used when calling the Edge API.
16
- * @default 'https://uniform.global'
16
+ * @defaultValue 'https://uniform.global'
17
17
  */
18
18
  edgeApiHost?: string;
19
19
  /** The Uniform Context manifest. This one is usually fetched right before the app is started using Uniform's CLI. Uniform Context won't be enabled if a manifest is missing. */
20
20
  manifest?: ManifestV2;
21
21
  /**
22
22
  * Set it to 'edge' when building the app for the edge using [NESI technology](https://docs.uniform.app/context/reference/netlify)
23
- * @default 'standard'
23
+ * @defaultValue 'standard'
24
24
  */
25
25
  outputType?: string;
26
26
  /** The path to a file that exports a Unifrom Context instance as default.<br>This will override the values of `manifest`, `defaultConsent` and `enableContextDevTools`. Useful for advanced use cases (such us using plugins other than the Context DevTools one). */
27
27
  uniformContextPath?: string;
28
28
  /**
29
29
  * Sets the default value of the user consent.
30
- * @default false
30
+ * @defaultValue false
31
31
  */
32
32
  defaultConsent?: boolean;
33
33
  /**
34
34
  * Enables the [Context DevTools](https://docs.uniform.app/context/getting-started/browser-extension) plugin.
35
- * @default true
35
+ * @defaultValue true
36
36
  */
37
37
  enableContextDevTools?: boolean;
38
38
  /**
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-uniform",
3
3
  "configKey": "uniform",
4
- "version": "20.75.1-alpha.16+4e56d1cd21",
4
+ "version": "20.76.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/uniform-nuxt",
3
- "version": "20.75.1-alpha.16+4e56d1cd21",
3
+ "version": "20.76.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,11 +29,11 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@nuxt/kit": "4.4.8",
32
- "@uniformdev/canvas": "20.75.1-alpha.16+4e56d1cd21",
33
- "@uniformdev/canvas-vue": "20.75.1-alpha.16+4e56d1cd21",
34
- "@uniformdev/context": "20.75.1-alpha.16+4e56d1cd21",
35
- "@uniformdev/context-vue": "20.75.1-alpha.16+4e56d1cd21",
36
- "@uniformdev/richtext": "20.75.1-alpha.16+4e56d1cd21"
32
+ "@uniformdev/canvas": "20.76.2",
33
+ "@uniformdev/canvas-vue": "20.76.2",
34
+ "@uniformdev/context": "20.76.2",
35
+ "@uniformdev/context-vue": "20.76.2",
36
+ "@uniformdev/richtext": "20.76.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@nuxt/module-builder": "1.0.2",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "4e56d1cd21f2d4a02b13d733e51fb71441cac298"
50
+ "gitHead": "d977f0afc2aa754b18053d9455e007712e712dbb"
51
51
  }