@uniformdev/uniform-nuxt 18.11.1-alpha.5 → 18.12.1-alpha.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": "18.11.1-alpha.5+f9e0478f7"
4
+ "version": "18.12.1-alpha.0+3a6dfdc17"
5
5
  }
@@ -26,12 +26,12 @@ export const useUniformComposition = async (options) => {
26
26
  state
27
27
  });
28
28
  } else if ("projectMapNodeId" in parameters) {
29
- response = await canvasClient.getCompositionByNodeId({
29
+ response = await canvasClient.unstable_getCompositionByNodeId({
30
30
  ...parameters,
31
31
  state
32
32
  });
33
33
  } else if ("projectMapNodePath" in parameters) {
34
- response = await canvasClient.getCompositionByNodePath({
34
+ response = await canvasClient.unstable_getCompositionByNodePath({
35
35
  ...parameters,
36
36
  state
37
37
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/uniform-nuxt",
3
- "version": "18.11.1-alpha.5+f9e0478f7",
3
+ "version": "18.12.1-alpha.0+3a6dfdc17",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -35,10 +35,10 @@
35
35
  "@nuxt/module-builder": "0.2.1",
36
36
  "@nuxt/schema": "3.2.0",
37
37
  "@nuxtjs/eslint-config-typescript": "12.0.0",
38
- "@uniformdev/canvas": "18.11.1-alpha.5+f9e0478f7",
39
- "@uniformdev/canvas-vue": "18.11.1-alpha.5+f9e0478f7",
40
- "@uniformdev/context": "18.11.1-alpha.5+f9e0478f7",
41
- "@uniformdev/context-vue": "18.11.1-alpha.5+f9e0478f7",
38
+ "@uniformdev/canvas": "18.12.1-alpha.0+3a6dfdc17",
39
+ "@uniformdev/canvas-vue": "18.12.1-alpha.0+3a6dfdc17",
40
+ "@uniformdev/context": "18.12.1-alpha.0+3a6dfdc17",
41
+ "@uniformdev/context-vue": "18.12.1-alpha.0+3a6dfdc17",
42
42
  "esbuild": "0.17.5",
43
43
  "eslint": "^8.31.0",
44
44
  "nuxt": "3.2.0",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "f9e0478f758622e7fe503b1490a13ef102f54566"
51
+ "gitHead": "3a6dfdc173e0a04e23441bf0dc3903d3420e271c"
52
52
  }