@uniformdev/mesh-sdk 19.108.0 → 19.112.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1101,7 +1101,7 @@ type CloseDialogMessage = {
|
|
|
1101
1101
|
dialogType: DialogType;
|
|
1102
1102
|
dialogData?: unknown;
|
|
1103
1103
|
};
|
|
1104
|
-
type GetDataResourceMessage = Pick<DataType, 'path' | 'headers' | 'parameters' | 'body' | 'method'>;
|
|
1104
|
+
type GetDataResourceMessage = Pick<DataType, 'path' | 'archetype' | 'headers' | 'parameters' | 'body' | 'method'>;
|
|
1105
1105
|
/** Primitive data types that a parameter type accepts to be bound to composition data */
|
|
1106
1106
|
type BindableTypes = 'string' | 'number' | 'boolean' | 'object' | 'array';
|
|
1107
1107
|
/** Message to parent to create a data connection expression to insert in a param type */
|
package/dist/index.d.ts
CHANGED
|
@@ -1101,7 +1101,7 @@ type CloseDialogMessage = {
|
|
|
1101
1101
|
dialogType: DialogType;
|
|
1102
1102
|
dialogData?: unknown;
|
|
1103
1103
|
};
|
|
1104
|
-
type GetDataResourceMessage = Pick<DataType, 'path' | 'headers' | 'parameters' | 'body' | 'method'>;
|
|
1104
|
+
type GetDataResourceMessage = Pick<DataType, 'path' | 'archetype' | 'headers' | 'parameters' | 'body' | 'method'>;
|
|
1105
1105
|
/** Primitive data types that a parameter type accepts to be bound to composition data */
|
|
1106
1106
|
type BindableTypes = 'string' | 'number' | 'boolean' | 'object' | 'array';
|
|
1107
1107
|
/** Message to parent to create a data connection expression to insert in a param type */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.112.0",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@uniformdev/canvas": "19.
|
|
37
|
-
"@uniformdev/context": "19.
|
|
38
|
-
"@uniformdev/project-map": "19.
|
|
36
|
+
"@uniformdev/canvas": "19.112.0",
|
|
37
|
+
"@uniformdev/context": "19.112.0",
|
|
38
|
+
"@uniformdev/project-map": "19.112.0",
|
|
39
39
|
"imagesloaded": "^5.0.0",
|
|
40
40
|
"mitt": "^3.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/imagesloaded": "^4.1.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "9b19186355f37ca26ab16abf7913381e529cc1f2"
|
|
46
46
|
}
|