@deeplake/hivemind 0.7.44 → 0.7.45

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.
@@ -1584,7 +1584,7 @@ function extractLatestVersion(body) {
1584
1584
  return typeof v === "string" && v.length > 0 ? v : null;
1585
1585
  }
1586
1586
  function getInstalledVersion() {
1587
- return "0.7.44".length > 0 ? "0.7.44" : null;
1587
+ return "0.7.45".length > 0 ? "0.7.45" : null;
1588
1588
  }
1589
1589
  function isNewer(latest, current) {
1590
1590
  const parse = (v) => v.replace(/-.*$/, "").split(".").map(Number);
@@ -52,5 +52,5 @@
52
52
  }
53
53
  }
54
54
  },
55
- "version": "0.7.44"
55
+ "version": "0.7.45"
56
56
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hivemind",
3
- "version": "0.7.44",
3
+ "version": "0.7.45",
4
4
  "type": "module",
5
5
  "description": "Hivemind — cloud-backed persistent shared memory for AI agents, powered by DeepLake",
6
6
  "license": "Apache-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeplake/hivemind",
3
- "version": "0.7.44",
3
+ "version": "0.7.45",
4
4
  "description": "Cloud-backed persistent shared memory for AI agents powered by Deeplake",
5
5
  "type": "module",
6
6
  "repository": {