@uniformdev/canvas-react 17.5.1-alpha.130 → 17.5.1-alpha.131
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.ts +2 -0
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -163,6 +163,7 @@ declare const createApiEnhancer: ({ apiUrl }: {
|
|
|
163
163
|
_id: string;
|
|
164
164
|
_slug?: string | null | undefined;
|
|
165
165
|
_name: string;
|
|
166
|
+
_branch: string;
|
|
166
167
|
_dataResources?: {
|
|
167
168
|
[key: string]: {
|
|
168
169
|
type: string;
|
|
@@ -235,6 +236,7 @@ declare const useContextualEditing: ({ initialCompositionValue, enhance, }: {
|
|
|
235
236
|
_id: string;
|
|
236
237
|
_slug?: string | null | undefined;
|
|
237
238
|
_name: string;
|
|
239
|
+
_branch: string;
|
|
238
240
|
_dataResources?: {
|
|
239
241
|
[key: string]: {
|
|
240
242
|
type: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "17.5.1-alpha.
|
|
3
|
+
"version": "17.5.1-alpha.131+1a06e230b",
|
|
4
4
|
"description": "React SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@uniformdev/canvas": "^17.5.1-alpha.
|
|
27
|
-
"@uniformdev/context": "^17.5.1-alpha.
|
|
28
|
-
"@uniformdev/context-react": "^17.5.1-alpha.
|
|
26
|
+
"@uniformdev/canvas": "^17.5.1-alpha.131+1a06e230b",
|
|
27
|
+
"@uniformdev/context": "^17.5.1-alpha.131+1a06e230b",
|
|
28
|
+
"@uniformdev/context-react": "^17.5.1-alpha.131+1a06e230b"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": ">= 16",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "1a06e230be7112298a5d5bf6d93bd66c9cbc39f6"
|
|
46
46
|
}
|