@uniformdev/mesh-sdk 19.175.1-alpha.38 → 19.175.1-alpha.41
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 -0
- package/dist/index.d.ts +1 -0
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1000,6 +1000,7 @@ type DataResourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonM
|
|
|
1000
1000
|
dataConnector: DataConnectorInfo;
|
|
1001
1001
|
/** Current dynamic inputs that are configured on the composition (if any). */
|
|
1002
1002
|
dynamicInputs: DynamicInputs;
|
|
1003
|
+
includeUnpublishedData?: boolean;
|
|
1003
1004
|
}, TIntegrationConfiguration>;
|
|
1004
1005
|
type DataResourceLocation = MeshLocationCore<DataResourceVariables, DataResourceLocationMetadata, DataResourceVariables, 'dataResource'> & GetDataResourceLocation;
|
|
1005
1006
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1000,6 +1000,7 @@ type DataResourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonM
|
|
|
1000
1000
|
dataConnector: DataConnectorInfo;
|
|
1001
1001
|
/** Current dynamic inputs that are configured on the composition (if any). */
|
|
1002
1002
|
dynamicInputs: DynamicInputs;
|
|
1003
|
+
includeUnpublishedData?: boolean;
|
|
1003
1004
|
}, TIntegrationConfiguration>;
|
|
1004
1005
|
type DataResourceLocation = MeshLocationCore<DataResourceVariables, DataResourceLocationMetadata, DataResourceVariables, 'dataResource'> & GetDataResourceLocation;
|
|
1005
1006
|
|
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.41+ed05e78371",
|
|
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.41+ed05e78371",
|
|
37
|
+
"@uniformdev/context": "19.175.1-alpha.41+ed05e78371",
|
|
38
|
+
"@uniformdev/project-map": "19.175.1-alpha.41+ed05e78371",
|
|
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": "ed05e78371bf8cebba36bf0f9814717dcf57e5b2"
|
|
46
46
|
}
|