@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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. 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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interncom/diplomatic",
3
- "version": "0.0.61",
3
+ "version": "0.0.62",
4
4
  "type": "module",
5
5
  "description": "Secure sync layer",
6
6
  "main": "dist/index.mjs",