@interncom/diplomatic 0.0.61 → 0.0.62
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.mjs +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11810,6 +11810,7 @@ var applier = async (op) => {
|
|
|
11810
11810
|
await db2.put("entities", {
|
|
11811
11811
|
eid: op.eid,
|
|
11812
11812
|
gid: op.gid,
|
|
11813
|
+
pid: op.pid,
|
|
11813
11814
|
type: op.type,
|
|
11814
11815
|
createdAt: curr?.createdAt ?? /* @__PURE__ */ new Date(),
|
|
11815
11816
|
updatedAt: new Date(op.ts),
|