@narrative.io/data-collaboration-sdk-ts 2.95.1 → 2.95.2

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.
@@ -256,7 +256,6 @@ export interface BasicStatistics {
256
256
  lower_bound: string | number | null | boolean;
257
257
  upper_bound: string | number | null | boolean;
258
258
  value_count: number;
259
- column_store_bytes: number;
260
259
  }
261
260
  export interface AdvancedStatistics {
262
261
  approx_count_distinct: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narrative.io/data-collaboration-sdk-ts",
3
- "version": "2.95.1",
3
+ "version": "2.95.2",
4
4
  "main": "build/index.js",
5
5
  "repository": "github:narrative-io/data-collaboration-sdk-ts",
6
6
  "source": "src/index.ts",