@uniformdev/mesh-sdk 20.63.1-alpha.21 → 20.63.1-alpha.22
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -2382,6 +2382,8 @@ type CanvasEditorToolsLocationMetadata<TIntegrationConfiguration = unknown> = Co
|
|
|
2382
2382
|
* Dynamic inputs come from project map nodes and represent path or query based dynamic values.
|
|
2383
2383
|
*/
|
|
2384
2384
|
dynamicInputs: DynamicInputs;
|
|
2385
|
+
/** Component definitions index, keyed by public id. */
|
|
2386
|
+
componentDefinitions: Record<string, ComponentDefinition | undefined>;
|
|
2385
2387
|
}, TIntegrationConfiguration>;
|
|
2386
2388
|
type CanvasEditorToolsReferenceData = {
|
|
2387
2389
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2382,6 +2382,8 @@ type CanvasEditorToolsLocationMetadata<TIntegrationConfiguration = unknown> = Co
|
|
|
2382
2382
|
* Dynamic inputs come from project map nodes and represent path or query based dynamic values.
|
|
2383
2383
|
*/
|
|
2384
2384
|
dynamicInputs: DynamicInputs;
|
|
2385
|
+
/** Component definitions index, keyed by public id. */
|
|
2386
|
+
componentDefinitions: Record<string, ComponentDefinition | undefined>;
|
|
2385
2387
|
}, TIntegrationConfiguration>;
|
|
2386
2388
|
type CanvasEditorToolsReferenceData = {
|
|
2387
2389
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "20.63.1-alpha.
|
|
3
|
+
"version": "20.63.1-alpha.22+66a3e4c8dd",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@uniformdev/assets": "20.63.1-alpha.
|
|
36
|
-
"@uniformdev/canvas": "20.63.1-alpha.
|
|
37
|
-
"@uniformdev/context": "20.63.1-alpha.
|
|
38
|
-
"@uniformdev/project-map": "20.63.1-alpha.
|
|
35
|
+
"@uniformdev/assets": "20.63.1-alpha.22+66a3e4c8dd",
|
|
36
|
+
"@uniformdev/canvas": "20.63.1-alpha.22+66a3e4c8dd",
|
|
37
|
+
"@uniformdev/context": "20.63.1-alpha.22+66a3e4c8dd",
|
|
38
|
+
"@uniformdev/project-map": "20.63.1-alpha.22+66a3e4c8dd",
|
|
39
39
|
"imagesloaded": "^5.0.0",
|
|
40
40
|
"mitt": "^3.0.1"
|
|
41
41
|
},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"@types/imagesloaded": "^4.1.2",
|
|
44
44
|
"openai": "4.94.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "66a3e4c8dd3c907f156031f42bf906a7d273dad9"
|
|
47
47
|
}
|