@uniformdev/canvas-react 18.35.1-alpha.17 → 18.35.1-alpha.18

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -77,7 +77,7 @@ declare function UniformComponent<TRenderProps = unknown>({ data, resolveRendere
77
77
  /** @deprecated use `createUniformApiEnhancer` instead */
78
78
  declare const createApiEnhancer: ({ apiUrl }: {
79
79
  apiUrl: string;
80
- }) => (message: UpdateCompositionMessage) => Promise<{
80
+ }) => (message: Pick<UpdateCompositionMessage, "composition" | "hash">) => Promise<{
81
81
  type: string;
82
82
  parameters?: {
83
83
  [key: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "18.35.1-alpha.17+c528ec3cb",
3
+ "version": "18.35.1-alpha.18+4510fc3ce",
4
4
  "description": "React SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -24,9 +24,9 @@
24
24
  "document": "api-extractor run --local"
25
25
  },
26
26
  "dependencies": {
27
- "@uniformdev/canvas": "18.35.1-alpha.17+c528ec3cb",
28
- "@uniformdev/context": "18.35.1-alpha.17+c528ec3cb",
29
- "@uniformdev/context-react": "18.35.1-alpha.17+c528ec3cb"
27
+ "@uniformdev/canvas": "18.35.1-alpha.18+4510fc3ce",
28
+ "@uniformdev/context": "18.35.1-alpha.18+4510fc3ce",
29
+ "@uniformdev/context-react": "18.35.1-alpha.18+4510fc3ce"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": ">= 16 || 17 || 18",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "c528ec3cbb765bfd058357968a9be5ae0926362c"
46
+ "gitHead": "4510fc3ce951613eb00718ee1a8eea3e3d63893c"
47
47
  }