@orkestrel/database 0.0.8 → 0.0.9
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/src/browser/index.d.ts +14 -14
- package/dist/src/core/index.cjs.map +1 -1
- package/dist/src/core/index.d.cts +3 -3
- package/dist/src/core/index.d.ts +3 -3
- package/dist/src/core/index.js.map +1 -1
- package/dist/src/server/index.cjs.map +1 -1
- package/dist/src/server/index.d.cts +20 -20
- package/dist/src/server/index.d.ts +20 -20
- package/dist/src/server/index.js.map +1 -1
- package/package.json +5 -4
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ColumnStorage } from '
|
|
2
|
-
import { Condition } from '
|
|
3
|
-
import { DatabaseError } from '
|
|
4
|
-
import { DriverInterface } from '
|
|
5
|
-
import { DriverInterface as DriverInterface_2 } from '
|
|
6
|
-
import { DriverMetadata } from '
|
|
1
|
+
import { ColumnStorage } from '@orkestrel/database';
|
|
2
|
+
import { Condition } from '@orkestrel/database';
|
|
3
|
+
import { DatabaseError } from '@orkestrel/database';
|
|
4
|
+
import { DriverInterface } from '@orkestrel/database';
|
|
5
|
+
import { DriverInterface as DriverInterface_2 } from '@orkestrel/database';
|
|
6
|
+
import { DriverMetadata } from '@orkestrel/database';
|
|
7
7
|
import { IndexedDBError } from '@orkestrel/indexeddb';
|
|
8
|
-
import { Key } from '
|
|
9
|
-
import { MigrationInput } from '
|
|
10
|
-
import { OperationOptions } from '
|
|
11
|
-
import { QueryInput } from '
|
|
12
|
-
import { QueryInput as QueryInput_2 } from '
|
|
13
|
-
import { Row } from '
|
|
8
|
+
import { Key } from '@orkestrel/database';
|
|
9
|
+
import { MigrationInput } from '@orkestrel/database';
|
|
10
|
+
import { OperationOptions } from '@orkestrel/database';
|
|
11
|
+
import { QueryInput } from '@orkestrel/database';
|
|
12
|
+
import { QueryInput as QueryInput_2 } from '@orkestrel/database';
|
|
13
|
+
import { Row } from '@orkestrel/database';
|
|
14
14
|
import { StoreDefinition } from '@orkestrel/indexeddb';
|
|
15
|
-
import { TableSchema } from '
|
|
16
|
-
import { TableSchema as TableSchema_2 } from '
|
|
15
|
+
import { TableSchema } from '@orkestrel/database';
|
|
16
|
+
import { TableSchema as TableSchema_2 } from '@orkestrel/database';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* The `IDBKeyRange` a single {@link Condition} maps to, when its operator is one
|