@uniformdev/mesh-sdk 19.186.2-alpha.14 → 19.186.4-alpha.29
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1024,7 +1024,7 @@ type DataResourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonM
|
|
|
1024
1024
|
dataConnector: DataConnectorInfo;
|
|
1025
1025
|
/** Current dynamic inputs that are configured on the composition (if any). */
|
|
1026
1026
|
dynamicInputs: DynamicInputs;
|
|
1027
|
-
/** Which Data Source variant is being resolved and used for getDataResource (unless overriden explicitly) */
|
|
1027
|
+
/** Which Data Source variant is being resolved and used for getDataResource (unless overriden explicitly via providing "undefined") */
|
|
1028
1028
|
dataSourceVariant?: DataSourceVariantsKeys;
|
|
1029
1029
|
}, TIntegrationConfiguration>;
|
|
1030
1030
|
type DataResourceLocation = MeshLocationCore<DataResourceVariables, DataResourceLocationMetadata, DataResourceVariables, 'dataResource'> & GetDataResourceLocation;
|
package/dist/index.d.ts
CHANGED
|
@@ -1024,7 +1024,7 @@ type DataResourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonM
|
|
|
1024
1024
|
dataConnector: DataConnectorInfo;
|
|
1025
1025
|
/** Current dynamic inputs that are configured on the composition (if any). */
|
|
1026
1026
|
dynamicInputs: DynamicInputs;
|
|
1027
|
-
/** Which Data Source variant is being resolved and used for getDataResource (unless overriden explicitly) */
|
|
1027
|
+
/** Which Data Source variant is being resolved and used for getDataResource (unless overriden explicitly via providing "undefined") */
|
|
1028
1028
|
dataSourceVariant?: DataSourceVariantsKeys;
|
|
1029
1029
|
}, TIntegrationConfiguration>;
|
|
1030
1030
|
type DataResourceLocation = MeshLocationCore<DataResourceVariables, DataResourceLocationMetadata, DataResourceVariables, 'dataResource'> & GetDataResourceLocation;
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "19.186.
|
|
3
|
+
"version": "19.186.4-alpha.29+03de47b2a8",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@uniformdev/canvas": "19.186.
|
|
38
|
-
"@uniformdev/context": "19.186.
|
|
39
|
-
"@uniformdev/project-map": "19.186.
|
|
37
|
+
"@uniformdev/canvas": "19.186.4-alpha.29+03de47b2a8",
|
|
38
|
+
"@uniformdev/context": "19.186.4-alpha.29+03de47b2a8",
|
|
39
|
+
"@uniformdev/project-map": "19.186.4-alpha.29+03de47b2a8",
|
|
40
40
|
"imagesloaded": "^5.0.0",
|
|
41
41
|
"mitt": "^3.0.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/imagesloaded": "^4.1.2"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "03de47b2a82e853fe3a989a5a60f352c74ed2777"
|
|
47
47
|
}
|