dyno-table 1.8.0-next.1 → 2.0.1
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/README.md +1 -1
- package/dist/{batch-builder-CKYnMRyz.d.cts → batch-builder-CzNAxWNT.d.cts} +2 -2
- package/dist/{batch-builder-BOBwOIUE.d.ts → batch-builder-TpkmiBp5.d.ts} +2 -2
- package/dist/builders/delete-builder.d.cts +1 -1
- package/dist/builders/delete-builder.d.ts +1 -1
- package/dist/builders/put-builder.d.cts +1 -1
- package/dist/builders/put-builder.d.ts +1 -1
- package/dist/builders/query-builder.cjs.map +1 -1
- package/dist/builders/query-builder.d.cts +1 -1
- package/dist/builders/query-builder.d.ts +1 -1
- package/dist/builders/query-builder.js.map +1 -1
- package/dist/entity.cjs +61 -95
- package/dist/entity.cjs.map +1 -1
- package/dist/entity.d.cts +3 -3
- package/dist/entity.d.ts +3 -3
- package/dist/entity.js +61 -95
- package/dist/entity.js.map +1 -1
- package/dist/index.cjs +61 -95
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +61 -95
- package/dist/index.js.map +1 -1
- package/dist/{query-builder-DFkxojBM.d.cts → query-builder-BALW-vW_.d.cts} +2 -2
- package/dist/{query-builder-CaHzZmDf.d.ts → query-builder-BK9eM-gt.d.ts} +2 -2
- package/dist/{table-m7DQk5dK.d.ts → table-CEL7Lt1r.d.ts} +2 -2
- package/dist/{table-CHitMHXE.d.cts → table-DhvYVXQ6.d.cts} +2 -2
- package/dist/table.cjs.map +1 -1
- package/dist/table.d.cts +3 -3
- package/dist/table.d.ts +3 -3
- package/dist/table.js.map +1 -1
- package/package.json +1 -1
package/dist/table.d.cts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import './types.cjs';
|
|
2
2
|
import './conditions-3ae5znV_.cjs';
|
|
3
|
-
import './query-builder-
|
|
3
|
+
import './query-builder-BALW-vW_.cjs';
|
|
4
4
|
import './builders/put-builder.cjs';
|
|
5
5
|
import './builders/delete-builder.cjs';
|
|
6
6
|
import './builders/update-builder.cjs';
|
|
7
7
|
import './builders/transaction-builder.cjs';
|
|
8
|
-
import './batch-builder-
|
|
8
|
+
import './batch-builder-CzNAxWNT.cjs';
|
|
9
9
|
import './builders/condition-check-builder.cjs';
|
|
10
|
-
export { T as Table } from './table-
|
|
10
|
+
export { T as Table } from './table-DhvYVXQ6.cjs';
|
|
11
11
|
import '@aws-sdk/lib-dynamodb';
|
|
12
12
|
import './builders/paginator.cjs';
|
|
13
13
|
import './builder-types-BTVhQSHI.cjs';
|
package/dist/table.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import './types.js';
|
|
2
2
|
import './conditions-BtynAviC.js';
|
|
3
|
-
import './query-builder-
|
|
3
|
+
import './query-builder-BK9eM-gt.js';
|
|
4
4
|
import './builders/put-builder.js';
|
|
5
5
|
import './builders/delete-builder.js';
|
|
6
6
|
import './builders/update-builder.js';
|
|
7
7
|
import './builders/transaction-builder.js';
|
|
8
|
-
import './batch-builder-
|
|
8
|
+
import './batch-builder-TpkmiBp5.js';
|
|
9
9
|
import './builders/condition-check-builder.js';
|
|
10
|
-
export { T as Table } from './table-
|
|
10
|
+
export { T as Table } from './table-CEL7Lt1r.js';
|
|
11
11
|
import '@aws-sdk/lib-dynamodb';
|
|
12
12
|
import './builders/paginator.js';
|
|
13
13
|
import './builder-types-CzuLR4Th.js';
|