@uniformdev/uniform-nuxt 16.2.1-nuxt.338 → 17.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/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "nuxt-uniform",
3
3
  "configKey": "uniform",
4
- "version": "16.2.1-nuxt.338+40296dcbc"
4
+ "version": "17.0.0"
5
5
  }
@@ -1,2 +1,2 @@
1
- declare const _default: any;
2
- export default _default;
1
+ declare const _default: any;
2
+ export default _default;
@@ -105,8 +105,7 @@ function setupCanvas(nuxtApp) {
105
105
  const uniformCanvasClient = new CanvasClient({
106
106
  projectId: options.projectId,
107
107
  apiKey: options.readOnlyApiKey,
108
- apiHost: options.apiHost,
109
- bypassCache: true
108
+ apiHost: options.apiHost
110
109
  });
111
110
  return uniformCanvasClient;
112
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/uniform-nuxt",
3
- "version": "16.2.1-nuxt.338+40296dcbc",
3
+ "version": "17.0.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -35,10 +35,10 @@
35
35
  "@nuxt/module-builder": "0.1.7",
36
36
  "@nuxt/schema": "3.0.0-rc.6",
37
37
  "@nuxtjs/eslint-config-typescript": "10.0.0",
38
- "@uniformdev/canvas": "^16.2.1-nuxt.338+40296dcbc",
39
- "@uniformdev/canvas-vue": "^16.2.1-nuxt.338+40296dcbc",
40
- "@uniformdev/context": "^16.2.1-nuxt.338+40296dcbc",
41
- "@uniformdev/context-vue": "^16.2.1-nuxt.338+40296dcbc",
38
+ "@uniformdev/canvas": "^17.0.0",
39
+ "@uniformdev/canvas-vue": "^17.0.0",
40
+ "@uniformdev/context": "^17.0.0",
41
+ "@uniformdev/context-vue": "^17.0.0",
42
42
  "esbuild": "0.13.15",
43
43
  "eslint": "latest",
44
44
  "nuxt": "3.0.0-rc.6",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "40296dcbc100c48896e99b1fab83117d580dd1e6"
51
+ "gitHead": "d15f59e5cc80184d983b8c1ca67b1ee390158672"
52
52
  }