@uniformdev/canvas 19.191.0 → 19.194.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/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
@@ -24508,6 +24508,10 @@ type DataResourceIssue = DataResolutionIssueCore & {
|
|
24508
24508
|
* Data Source-specific id of the data which caused the issue. This is useful when the issue may benefit from having e.g. Entry Id and we can render a deep link to act upon it.
|
24509
24509
|
*/
|
24510
24510
|
issueReference?: string;
|
24511
|
+
/**
|
24512
|
+
* Deep link to the data which caused the issue. This is can be used to render direct deep link to publish entry to remove the issue, etc.
|
24513
|
+
*/
|
24514
|
+
deepLink?: string;
|
24511
24515
|
dataName: string;
|
24512
24516
|
dataType: string;
|
24513
24517
|
};
|
package/dist/index.d.ts
CHANGED
@@ -24508,6 +24508,10 @@ type DataResourceIssue = DataResolutionIssueCore & {
|
|
24508
24508
|
* Data Source-specific id of the data which caused the issue. This is useful when the issue may benefit from having e.g. Entry Id and we can render a deep link to act upon it.
|
24509
24509
|
*/
|
24510
24510
|
issueReference?: string;
|
24511
|
+
/**
|
24512
|
+
* Deep link to the data which caused the issue. This is can be used to render direct deep link to publish entry to remove the issue, etc.
|
24513
|
+
*/
|
24514
|
+
deepLink?: string;
|
24511
24515
|
dataName: string;
|
24512
24516
|
dataType: string;
|
24513
24517
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.194.0",
|
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
|
"pusher-js": "8.2.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/assets": "19.
|
42
|
-
"@uniformdev/context": "19.
|
43
|
-
"@uniformdev/richtext": "19.
|
41
|
+
"@uniformdev/assets": "19.194.0",
|
42
|
+
"@uniformdev/context": "19.194.0",
|
43
|
+
"@uniformdev/richtext": "19.194.0",
|
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": "
|
52
|
+
"gitHead": "0ac01d94c0f76fc1d7b7756af8ea09a0c9a14b55"
|
53
53
|
}
|