@hivemind-os/collective-core 0.2.5 → 0.2.7

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.
@@ -10,5 +10,5 @@ $ tsup
10
10
  ESM dist/index.js.map 529.23 KB
11
11
  ESM ⚡️ Build success in 62ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 6824ms
13
+ DTS ⚡️ Build success in 7579ms
14
14
  DTS dist/index.d.ts 58.33 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hivemind-os/collective-core",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "bs58": "^6.0.0",
23
23
  "pino": "^9.0.0",
24
24
  "viem": "^2.48.11",
25
- "@hivemind-os/collective-types": "0.2.5"
25
+ "@hivemind-os/collective-types": "0.2.7"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/better-sqlite3": "^7.6.0",