@bluecopa/core 0.1.76 → 0.1.78

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.
@@ -1,2 +1,4 @@
1
1
  import { Sheet } from '../../../../models/src/lib/ui-models/workbookModel';
2
- export declare const hydrateWorksheet: (sheet: Sheet) => Promise<Sheet | null>;
2
+ type Bindings = Record<string, unknown>;
3
+ export declare const hydrateWorksheet: (sheet: Sheet, prefetchedBindings?: Bindings) => Promise<Sheet | null>;
4
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluecopa/core",
3
- "version": "0.1.76",
3
+ "version": "0.1.78",
4
4
  "type": "module",
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",