@uniformdev/mesh-sdk 19.186.4-alpha.4 → 19.187.0

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 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
@@ -113,7 +113,7 @@ var getLogger = (prefix, debug) => {
113
113
  };
114
114
 
115
115
  // src/temp/version.ts
116
- var UNIFORM_MESH_SDK_VERSION = "19.186.3";
116
+ var UNIFORM_MESH_SDK_VERSION = "19.187.0";
117
117
 
118
118
  // src/framepost/constants.ts
119
119
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.js CHANGED
@@ -152,7 +152,7 @@ var getLogger = (prefix, debug) => {
152
152
  };
153
153
 
154
154
  // src/temp/version.ts
155
- var UNIFORM_MESH_SDK_VERSION = "19.186.3";
155
+ var UNIFORM_MESH_SDK_VERSION = "19.187.0";
156
156
 
157
157
  // src/framepost/constants.ts
158
158
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.mjs CHANGED
@@ -113,7 +113,7 @@ var getLogger = (prefix, debug) => {
113
113
  };
114
114
 
115
115
  // src/temp/version.ts
116
- var UNIFORM_MESH_SDK_VERSION = "19.186.3";
116
+ var UNIFORM_MESH_SDK_VERSION = "19.187.0";
117
117
 
118
118
  // src/framepost/constants.ts
119
119
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.186.4-alpha.4+1424f4a2db",
3
+ "version": "19.187.0",
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.4-alpha.4+1424f4a2db",
38
- "@uniformdev/context": "19.186.4-alpha.4+1424f4a2db",
39
- "@uniformdev/project-map": "19.186.4-alpha.4+1424f4a2db",
37
+ "@uniformdev/canvas": "19.187.0",
38
+ "@uniformdev/context": "19.187.0",
39
+ "@uniformdev/project-map": "19.187.0",
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": "1424f4a2db7b2f40aab77fee598eb714ac00b807"
46
+ "gitHead": "9ccfdb652e2d67d66fe90e2df1845c3c2e3bee8b"
47
47
  }