Comparing version 0.0.48 to 0.0.49
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Sedentary = exports.Type = exports.Transaction = exports.Table = exports.EntryBase = exports.differ = exports.DB = exports.Attribute = void 0; | ||
exports.Sedentary = exports.Type = exports.transaction = exports.Transaction = exports.Table = exports.loaded = exports.EntryBase = exports.differ = exports.DB = exports.Attribute = void 0; | ||
const db_1 = require("./db"); | ||
@@ -10,4 +10,6 @@ var db_2 = require("./db"); | ||
Object.defineProperty(exports, "EntryBase", { enumerable: true, get: function () { return db_2.EntryBase; } }); | ||
Object.defineProperty(exports, "loaded", { enumerable: true, get: function () { return db_2.loaded; } }); | ||
Object.defineProperty(exports, "Table", { enumerable: true, get: function () { return db_2.Table; } }); | ||
Object.defineProperty(exports, "Transaction", { enumerable: true, get: function () { return db_2.Transaction; } }); | ||
Object.defineProperty(exports, "transaction", { enumerable: true, get: function () { return db_2.transaction; } }); | ||
Object.defineProperty(exports, "Type", { enumerable: true, get: function () { return db_2.Type; } }); | ||
@@ -14,0 +16,0 @@ const operators = ["=", ">", "<", ">=", "<=", "<>", "IN", "IS NULL", "LIKE", "NOT"]; |
import { actions, Attribute, EntryBase, loaded, Table, Transaction, transaction, Type } from "./db"; | ||
export { Attribute, DB, differ, EntryBase, Table, Transaction, Type } from "./db"; | ||
export { Attribute, DB, differ, EntryBase, loaded, Table, Transaction, transaction, Type } from "./db"; | ||
const operators = ["=", ">", "<", ">=", "<=", "<>", "IN", "IS NULL", "LIKE", "NOT"]; | ||
@@ -4,0 +4,0 @@ const allowedOption = ["indexes", "int8id", "parent", "primaryKey", "sync", "tableName"]; |
import { Attribute, DB, EntryBase, ForeignKeyOptions, Transaction, Type } from "./db"; | ||
export { Action, Attribute, DB, differ, EntryBase, ForeignKeyActions, ForeignKeyOptions, Index, Table, Transaction, Type } from "./db"; | ||
export { Action, Attribute, DB, differ, EntryBase, ForeignKeyActions, ForeignKeyOptions, Index, loaded, Table, Transaction, transaction, Type } from "./db"; | ||
export declare type TypeDefinition<T, E> = (() => Type<T, E>) | Type<T, E>; | ||
@@ -4,0 +4,0 @@ export interface AttributeOptions<T, E> { |
@@ -61,3 +61,3 @@ { | ||
"types": "./dist/types/index.d.ts", | ||
"version": "0.0.48" | ||
"version": "0.0.49" | ||
} |
90327
1647