@uniformdev/canvas 20.11.0 → 20.12.1-alpha.8

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/index.d.mts CHANGED
@@ -7541,6 +7541,7 @@ interface components$8 {
7541
7541
  };
7542
7542
  };
7543
7543
  DataResolutionIssue: {
7544
+ componentId?: string;
7544
7545
  componentPath?: string;
7545
7546
  componentType?: string;
7546
7547
  message: string;
package/dist/index.d.ts CHANGED
@@ -7541,6 +7541,7 @@ interface components$8 {
7541
7541
  };
7542
7542
  };
7543
7543
  DataResolutionIssue: {
7544
+ componentId?: string;
7544
7545
  componentPath?: string;
7545
7546
  componentType?: string;
7546
7547
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.11.0",
3
+ "version": "20.12.1-alpha.8+98c4209e77",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -38,9 +38,9 @@
38
38
  "p-throttle": "5.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "20.11.0",
42
- "@uniformdev/context": "20.11.0",
43
- "@uniformdev/richtext": "20.11.0",
41
+ "@uniformdev/assets": "20.12.1-alpha.8+98c4209e77",
42
+ "@uniformdev/context": "20.12.1-alpha.8+98c4209e77",
43
+ "@uniformdev/richtext": "20.12.1-alpha.8+98c4209e77",
44
44
  "immer": "10.1.1"
45
45
  },
46
46
  "files": [
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "493d4a260f61ec89f043e67fa8948898ecb2f45e"
52
+ "gitHead": "98c4209e77221c324d5ef662825e7bdbed42ed43"
53
53
  }