locality-idb 0.3.2 → 0.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.
package/dist/index.d.mts CHANGED
@@ -360,4 +360,4 @@ declare const column: {
360
360
  //#region src/utils.d.ts
361
361
  declare function openDBWithStores(name: string, version: number, stores: StoreConfig[]): Promise<IDBDatabase>;
362
362
  //#endregion
363
- export { $InferAutoField, $InferDefaultField, $InferOptionalField, $InferPkField, $InferRow, $InferTimestamp, $InferUUIDField, $UUID, $UnionToIntersection, AdvancedTypes, ArrayToTuple, AsyncFunction, BasicPrimitive, Branded, Column, ColumnDefinition, ColumnTypeSymbol, Constructor, DateLike, GenericFn, GenericObject, InferInsertType, InferSelectType, InferUpdateType, List, Locality, LocalityConfig, LooseLiteral, NestedPrimitiveKey, NormalPrimitive, Prettify, Primitive, SchemaDefinition, SortDirection, StoreConfig, Table, Timestamp, Tuple, VoidFn, column, defineSchema, openDBWithStores, table };
363
+ export { $InferAutoField, $InferDefaultField, $InferOptionalField, $InferPkField, $InferRow, $InferTimestamp, $InferUUIDField, $UUID, $UnionToIntersection, AdvancedTypes, ArrayToTuple, AsyncFunction, BasicPrimitive, Branded, ColumnDefinition, ColumnTypeSymbol, Constructor, DateLike, GenericFn, GenericObject, InferInsertType, InferSelectType, InferUpdateType, List, Locality, LocalityConfig, LooseLiteral, NestedPrimitiveKey, NormalPrimitive, Prettify, Primitive, SchemaDefinition, SortDirection, StoreConfig, Timestamp, Tuple, VoidFn, column, defineSchema, openDBWithStores, table };
package/dist/index.mjs CHANGED
@@ -811,4 +811,4 @@ const column = {
811
811
  };
812
812
 
813
813
  //#endregion
814
- export { Column, Locality, Table, column, defineSchema, openDBWithStores, table };
814
+ export { Locality, column, defineSchema, openDBWithStores, table };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "locality-idb",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.3.2",
5
+ "version": "0.3.3",
6
6
  "description": "SQL-like query (Drizzle style) for IndexedDB",
7
7
  "types": "dist/index.d.mts",
8
8
  "exports": {