@hivemind-os/collective-shim 0.2.3 → 0.2.4

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 11.41 KB
10
10
  ESM dist/index.js.map 22.04 KB
11
- ESM ⚡️ Build success in 21ms
11
+ ESM ⚡️ Build success in 28ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 2310ms
13
+ DTS ⚡️ Build success in 2570ms
14
14
  DTS dist/index.d.ts 20.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hivemind-os/collective-shim",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "pino": "^9.0.0",
12
- "@hivemind-os/collective-daemon": "0.2.3"
12
+ "@hivemind-os/collective-daemon": "0.2.4"
13
13
  },
14
14
  "devDependencies": {
15
15
  "vitest": "^3.0.0",