@uniformdev/uniform-nuxt 20.49.1 → 20.49.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.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-uniform",
3
3
  "configKey": "uniform",
4
- "version": "20.49.1",
4
+ "version": "20.49.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -32,6 +32,7 @@ declare const _default: import("#app").Plugin<{
32
32
  sourceCache?: "edge-cdn-cache" | "long-term-cache" | "api-cache";
33
33
  cacheLocation?: string;
34
34
  requestId?: string;
35
+ ignoredQueryParams?: string[];
35
36
  };
36
37
  configRetrieval?: {
37
38
  duration: number;
@@ -818,6 +819,7 @@ declare const _default: import("#app").Plugin<{
818
819
  sourceCache?: "edge-cdn-cache" | "long-term-cache" | "api-cache";
819
820
  cacheLocation?: string;
820
821
  requestId?: string;
822
+ ignoredQueryParams?: string[];
821
823
  };
822
824
  configRetrieval?: {
823
825
  duration: number;
@@ -1615,6 +1617,7 @@ declare const _default: import("#app").Plugin<{
1615
1617
  sourceCache?: "edge-cdn-cache" | "long-term-cache" | "api-cache";
1616
1618
  cacheLocation?: string;
1617
1619
  requestId?: string;
1620
+ ignoredQueryParams?: string[];
1618
1621
  };
1619
1622
  configRetrieval?: {
1620
1623
  duration: number;
@@ -2401,6 +2404,7 @@ declare const _default: import("#app").Plugin<{
2401
2404
  sourceCache?: "edge-cdn-cache" | "long-term-cache" | "api-cache";
2402
2405
  cacheLocation?: string;
2403
2406
  requestId?: string;
2407
+ ignoredQueryParams?: string[];
2404
2408
  };
2405
2409
  configRetrieval?: {
2406
2410
  duration: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/uniform-nuxt",
3
- "version": "20.49.1",
3
+ "version": "20.49.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -30,11 +30,11 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@nuxt/kit": "4.0.1",
33
- "@uniformdev/canvas": "20.49.1",
34
- "@uniformdev/canvas-vue": "20.49.1",
35
- "@uniformdev/context": "20.49.1",
36
- "@uniformdev/context-vue": "20.49.1",
37
- "@uniformdev/richtext": "20.49.1"
33
+ "@uniformdev/canvas": "20.49.2",
34
+ "@uniformdev/canvas-vue": "20.49.2",
35
+ "@uniformdev/context": "20.49.2",
36
+ "@uniformdev/context-vue": "20.49.2",
37
+ "@uniformdev/richtext": "20.49.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@nuxt/module-builder": "1.0.2",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "5ecbefb8d8bf62b69600ebe59ed73a0d466438f5"
51
+ "gitHead": "6236dd13bff34cc8ec526d2e93e344428c1c9541"
52
52
  }