@interncom/diplomatic 0.0.67 → 0.0.69

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 +2 -2
package/dist/index.mjs CHANGED
@@ -11489,6 +11489,7 @@ var DiplomaticClient = class {
11489
11489
  this.hostKeyPair.publicKey,
11490
11490
  "tok123"
11491
11491
  );
11492
+ await this.store.setLastFetchedAt(/* @__PURE__ */ new Date(0));
11492
11493
  await this.store.setHostURL(hostURL);
11493
11494
  await this.store.setHostID(hostID);
11494
11495
  this.emitUpdate();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interncom/diplomatic",
3
- "version": "0.0.67",
3
+ "version": "0.0.69",
4
4
  "type": "module",
5
5
  "description": "Secure sync layer",
6
6
  "main": "dist/index.mjs",
@@ -28,7 +28,7 @@
28
28
  "vitest": "^1.6.0"
29
29
  },
30
30
  "peerDependencies": {
31
- "react": "^18.3.1"
31
+ "react": "^18.3.1 || ^19.0.0"
32
32
  },
33
33
  "dependencies": {
34
34
  "@msgpack/msgpack": "^3.0.0-beta2",