@uniformdev/mesh-sdk 19.103.0 → 19.106.1

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
@@ -944,7 +944,7 @@ type DataResourceLocationMetadata<TIntegrationConfiguration = unknown> = {
944
944
  };
945
945
  type DataResourceLocation = MeshLocationCore<DataResourceVariables, DataResourceLocationMetadata, DataResourceVariables, 'dataResource'> & GetDataResourceLocation;
946
946
 
947
- type DataSourceLocationValue = Pick<DataSource, 'baseUrl' | 'custom' | 'headers' | 'parameters' | 'variables'>;
947
+ type DataSourceLocationValue = Pick<DataSource, 'baseUrl' | 'custom' | 'customPublic' | 'headers' | 'parameters' | 'variables'>;
948
948
  type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = {
949
949
  /** Settings defined at the integration level (arbitrary type used on settings location) */
950
950
  settings: TIntegrationConfiguration;
package/dist/index.d.ts CHANGED
@@ -944,7 +944,7 @@ type DataResourceLocationMetadata<TIntegrationConfiguration = unknown> = {
944
944
  };
945
945
  type DataResourceLocation = MeshLocationCore<DataResourceVariables, DataResourceLocationMetadata, DataResourceVariables, 'dataResource'> & GetDataResourceLocation;
946
946
 
947
- type DataSourceLocationValue = Pick<DataSource, 'baseUrl' | 'custom' | 'headers' | 'parameters' | 'variables'>;
947
+ type DataSourceLocationValue = Pick<DataSource, 'baseUrl' | 'custom' | 'customPublic' | 'headers' | 'parameters' | 'variables'>;
948
948
  type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = {
949
949
  /** Settings defined at the integration level (arbitrary type used on settings location) */
950
950
  settings: TIntegrationConfiguration;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.103.0",
3
+ "version": "19.106.1",
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.103.0",
37
- "@uniformdev/context": "19.103.0",
38
- "@uniformdev/project-map": "19.103.0",
36
+ "@uniformdev/canvas": "19.106.1",
37
+ "@uniformdev/context": "19.106.1",
38
+ "@uniformdev/project-map": "19.106.1",
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": "ebdcac3a77d293bff272925f62f8c1c10be855bc"
45
+ "gitHead": "6655e72a7eb1e1975d472a8413987fc5a3ef028a"
46
46
  }