@uniformdev/mesh-sdk 17.6.0 → 17.6.1-alpha.60

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { DataSourceInfo, DataType, DataResourceVariables, RootComponentInstance, ComponentInstance, ComponentDefinition, ComponentDefinitionParameter, DataSource } from '@uniformdev/canvas';
1
+ import { DataSource, DataType, DataResourceVariables, RootComponentInstance, ComponentInstance, ComponentDefinition, ComponentDefinitionParameter } from '@uniformdev/canvas';
2
2
  import { Emitter } from 'mitt';
3
3
 
4
4
  declare type DataTypeValue = Pick<DataType, 'body' | 'method' | 'path' | 'custom' | 'headers' | 'parameters' | 'variables'>;
@@ -10,7 +10,7 @@ declare type DataConnectorInfo = {
10
10
  declare type DataTypeLocationMetadata<TIntegrationConfiguration = unknown> = {
11
11
  settings: TIntegrationConfiguration;
12
12
  projectId: string;
13
- dataSource: DataSourceInfo;
13
+ dataSource: DataSource;
14
14
  dataConnector: DataConnectorInfo;
15
15
  };
16
16
  declare type DataTypeLocation = MeshLocationCore<DataTypeValue, DataTypeLocationMetadata, DataTypeValue, 'dataType'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "17.6.0",
3
+ "version": "17.6.1-alpha.60+dce2049a1",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -29,8 +29,8 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@uniformdev/canvas": "^17.6.0",
32
+ "@uniformdev/canvas": "^17.6.1-alpha.60+dce2049a1",
33
33
  "mitt": "^3.0.0"
34
34
  },
35
- "gitHead": "8346fa3ffe24fa0f81fb0c8b0d12e27806ae321b"
35
+ "gitHead": "dce2049a142bec6e78cda9d976eacf13a96aa483"
36
36
  }