@vuu-ui/vuu-data-types 3.3.2 → 3.3.3

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/index.d.ts +1 -0
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -703,6 +703,7 @@ export interface DataSourceBase<
703
703
  freezeTimestamp?: number | undefined;
704
704
  select?: (selectRequest: Omit<SelectRequest, "vpId">) => void;
705
705
 
706
+ isRemote?: boolean;
706
707
  status: DataSourceStatus;
707
708
  /**
708
709
  *
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-types",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "3.3.2",
8
- "@vuu-ui/vuu-protocol-types": "3.3.2"
7
+ "@vuu-ui/vuu-filter-types": "3.3.3",
8
+ "@vuu-ui/vuu-protocol-types": "3.3.3"
9
9
  },
10
10
  "dependencies": {},
11
11
  "peerDependencies": {},