@uniformdev/mesh-sdk 20.29.2-alpha.14 → 20.29.2-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 +1 -3
- package/dist/index.d.ts +1 -3
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -1569,9 +1569,7 @@ type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonMet
|
|
|
1569
1569
|
type DataSourceLocation = MeshLocationCore<DataSourceLocationValue, DataSourceLocationMetadata, DataSourceLocationValue, 'dataSource'>;
|
|
1570
1570
|
|
|
1571
1571
|
type ParamTypeLocationMetadata<TParamConfiguration = unknown, TIntegrationConfiguration = unknown> = CommonMetadata<{
|
|
1572
|
-
rootNode: Omit<RootComponentInstance, 'slots' | '_data'
|
|
1573
|
-
_editionId?: string;
|
|
1574
|
-
};
|
|
1572
|
+
rootNode: Omit<RootComponentInstance, 'slots' | '_data'>;
|
|
1575
1573
|
parameterConfiguration: TParamConfiguration;
|
|
1576
1574
|
component: Omit<ComponentInstance, 'slots'>;
|
|
1577
1575
|
componentDefinitions: Record<string, ComponentDefinition | undefined>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1569,9 +1569,7 @@ type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonMet
|
|
|
1569
1569
|
type DataSourceLocation = MeshLocationCore<DataSourceLocationValue, DataSourceLocationMetadata, DataSourceLocationValue, 'dataSource'>;
|
|
1570
1570
|
|
|
1571
1571
|
type ParamTypeLocationMetadata<TParamConfiguration = unknown, TIntegrationConfiguration = unknown> = CommonMetadata<{
|
|
1572
|
-
rootNode: Omit<RootComponentInstance, 'slots' | '_data'
|
|
1573
|
-
_editionId?: string;
|
|
1574
|
-
};
|
|
1572
|
+
rootNode: Omit<RootComponentInstance, 'slots' | '_data'>;
|
|
1575
1573
|
parameterConfiguration: TParamConfiguration;
|
|
1576
1574
|
component: Omit<ComponentInstance, 'slots'>;
|
|
1577
1575
|
componentDefinitions: Record<string, ComponentDefinition | undefined>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "20.29.2-alpha.
|
|
3
|
+
"version": "20.29.2-alpha.8+15e0719a77",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@uniformdev/assets": "20.29.2-alpha.
|
|
38
|
-
"@uniformdev/canvas": "20.29.2-alpha.
|
|
39
|
-
"@uniformdev/context": "20.29.2-alpha.
|
|
40
|
-
"@uniformdev/project-map": "20.29.2-alpha.
|
|
37
|
+
"@uniformdev/assets": "20.29.2-alpha.8+15e0719a77",
|
|
38
|
+
"@uniformdev/canvas": "20.29.2-alpha.8+15e0719a77",
|
|
39
|
+
"@uniformdev/context": "20.29.2-alpha.8+15e0719a77",
|
|
40
|
+
"@uniformdev/project-map": "20.29.2-alpha.8+15e0719a77",
|
|
41
41
|
"imagesloaded": "^5.0.0",
|
|
42
42
|
"mitt": "^3.0.1"
|
|
43
43
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@types/imagesloaded": "^4.1.2",
|
|
46
46
|
"openai": "4.94.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "15e0719a772469a53e0a81dbf571e528d4a45974"
|
|
49
49
|
}
|