graphddb 0.7.3 → 0.7.5

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.
Files changed (3) hide show
  1. package/dist/cli.js +2736 -642
  2. package/dist/index.js +12 -12
  3. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,18 +1,6 @@
1
1
  import {
2
2
  queryBoundaryRule
3
3
  } from "./chunk-MMVHOUM4.js";
4
- import {
5
- CdcEmulator,
6
- MAINT_OUTBOX_PK_PREFIX,
7
- MaintenanceDrain,
8
- compareDesc,
9
- createCdcEmulator,
10
- createMaintenanceDrain,
11
- createMaintenanceDrainHandler,
12
- orderAndTrimCollection,
13
- pathField,
14
- projectFrom
15
- } from "./chunk-5NXNEW43.js";
16
4
  import {
17
5
  BatchGetResult,
18
6
  DDBModel,
@@ -103,6 +91,18 @@ import {
103
91
  when,
104
92
  wholeKeysSentinel
105
93
  } from "./chunk-QOA5MSMD.js";
94
+ import {
95
+ CdcEmulator,
96
+ MAINT_OUTBOX_PK_PREFIX,
97
+ MaintenanceDrain,
98
+ compareDesc,
99
+ createCdcEmulator,
100
+ createMaintenanceDrain,
101
+ createMaintenanceDrainHandler,
102
+ orderAndTrimCollection,
103
+ pathField,
104
+ projectFrom
105
+ } from "./chunk-5NXNEW43.js";
106
106
  import {
107
107
  BATCH_GET_MAX_KEYS,
108
108
  BATCH_WRITE_MAX_ITEMS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphddb",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "Graph data modeling on DynamoDB with adjacency list pattern",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",