@uniformdev/mesh-sdk 19.175.1-alpha.35 → 19.175.1-alpha.38
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1004,7 +1004,9 @@ type DataResourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonM
|
|
|
1004
1004
|
type DataResourceLocation = MeshLocationCore<DataResourceVariables, DataResourceLocationMetadata, DataResourceVariables, 'dataResource'> & GetDataResourceLocation;
|
|
1005
1005
|
|
|
1006
1006
|
type DataSourceLocationValue = Pick<DataSource, 'baseUrl' | 'custom' | 'customPublic' | 'headers' | 'parameters' | 'variables' | 'enableUnpublishedMode'>;
|
|
1007
|
-
type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<
|
|
1007
|
+
type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
|
|
1008
|
+
enableUnpublishedMode: DataSourceLocationValue['enableUnpublishedMode'];
|
|
1009
|
+
}, TIntegrationConfiguration>;
|
|
1008
1010
|
type DataSourceLocation = MeshLocationCore<DataSourceLocationValue, DataSourceLocationMetadata, DataSourceLocationValue, 'dataSource'>;
|
|
1009
1011
|
|
|
1010
1012
|
type ParamTypeLocationMetadata<TParamConfiguration = unknown, TIntegrationConfiguration = unknown> = CommonMetadata<{
|
package/dist/index.d.ts
CHANGED
|
@@ -1004,7 +1004,9 @@ type DataResourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonM
|
|
|
1004
1004
|
type DataResourceLocation = MeshLocationCore<DataResourceVariables, DataResourceLocationMetadata, DataResourceVariables, 'dataResource'> & GetDataResourceLocation;
|
|
1005
1005
|
|
|
1006
1006
|
type DataSourceLocationValue = Pick<DataSource, 'baseUrl' | 'custom' | 'customPublic' | 'headers' | 'parameters' | 'variables' | 'enableUnpublishedMode'>;
|
|
1007
|
-
type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<
|
|
1007
|
+
type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
|
|
1008
|
+
enableUnpublishedMode: DataSourceLocationValue['enableUnpublishedMode'];
|
|
1009
|
+
}, TIntegrationConfiguration>;
|
|
1008
1010
|
type DataSourceLocation = MeshLocationCore<DataSourceLocationValue, DataSourceLocationMetadata, DataSourceLocationValue, 'dataSource'>;
|
|
1009
1011
|
|
|
1010
1012
|
type ParamTypeLocationMetadata<TParamConfiguration = unknown, TIntegrationConfiguration = unknown> = CommonMetadata<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "19.175.1-alpha.
|
|
3
|
+
"version": "19.175.1-alpha.38+ca3abeec93",
|
|
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.175.1-alpha.
|
|
37
|
-
"@uniformdev/context": "19.175.1-alpha.
|
|
38
|
-
"@uniformdev/project-map": "19.175.1-alpha.
|
|
36
|
+
"@uniformdev/canvas": "19.175.1-alpha.38+ca3abeec93",
|
|
37
|
+
"@uniformdev/context": "19.175.1-alpha.38+ca3abeec93",
|
|
38
|
+
"@uniformdev/project-map": "19.175.1-alpha.38+ca3abeec93",
|
|
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": "ca3abeec93f47369bac47716c568b46d8de6420a"
|
|
46
46
|
}
|