@hivemind-os/collective-shim 0.2.1 → 0.2.2

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 10.91 KB
10
10
  ESM dist/index.js.map 21.04 KB
11
- ESM ⚡️ Build success in 31ms
11
+ ESM ⚡️ Build success in 25ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 2453ms
13
+ DTS ⚡️ Build success in 1816ms
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.1",
3
+ "version": "0.2.2",
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.1"
12
+ "@hivemind-os/collective-daemon": "0.2.2"
13
13
  },
14
14
  "devDependencies": {
15
15
  "vitest": "^3.0.0",