@uniformdev/canvas 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 +3 -3
package/dist/index.d.ts CHANGED
@@ -5612,7 +5612,7 @@ declare const EDGE_DEFAULT_L2_CACHE_TTL_IN_HOURS = 24;
5612
5612
  */
5613
5613
  declare const createUniformApiEnhancer: ({ apiUrl }: {
5614
5614
  apiUrl: string;
5615
- }) => (message: UpdateCompositionMessage) => Promise<{
5615
+ }) => (message: Pick<UpdateCompositionMessage, 'composition' | 'hash'>) => Promise<{
5616
5616
  type: string;
5617
5617
  parameters?: {
5618
5618
  [key: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "18.35.1-alpha.17+c528ec3cb",
3
+ "version": "18.35.1-alpha.18+4510fc3ce",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -47,7 +47,7 @@
47
47
  "pusher-js": "8.0.1"
48
48
  },
49
49
  "dependencies": {
50
- "@uniformdev/context": "18.35.1-alpha.17+c528ec3cb"
50
+ "@uniformdev/context": "18.35.1-alpha.18+4510fc3ce"
51
51
  },
52
52
  "files": [
53
53
  "/dist"
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "c528ec3cbb765bfd058357968a9be5ae0926362c"
58
+ "gitHead": "4510fc3ce951613eb00718ee1a8eea3e3d63893c"
59
59
  }