@hivemind-os/collective-core 0.2.1 → 0.2.3

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.
@@ -8,7 +8,7 @@ $ tsup
8
8
  ESM Build start
9
9
  ESM dist/index.js 275.54 KB
10
10
  ESM dist/index.js.map 529.23 KB
11
- ESM ⚡️ Build success in 69ms
11
+ ESM ⚡️ Build success in 65ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 7610ms
13
+ DTS ⚡️ Build success in 7017ms
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.1",
3
+ "version": "0.2.3",
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.1"
25
+ "@hivemind-os/collective-types": "0.2.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/better-sqlite3": "^7.6.0",