@powerhousedao/reactor-attachments 6.2.0-dev.21 → 6.2.0-dev.22

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.
Files changed (1) hide show
  1. package/package.json +18 -3
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-attachments",
3
- "version": "6.2.0-dev.21",
3
+ "version": "6.2.0-dev.22",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/powerhouse-inc/powerhouse"
8
+ "url": "https://github.com/powerhouse-inc/powerhouse",
9
+ "directory": "packages/reactor-attachments"
9
10
  },
10
11
  "publishConfig": {
11
12
  "access": "public"
@@ -28,7 +29,7 @@
28
29
  "sideEffects": false,
29
30
  "dependencies": {
30
31
  "kysely": "0.28.16",
31
- "@powerhousedao/reactor": "6.2.0-dev.21"
32
+ "@powerhousedao/reactor": "6.2.0-dev.22"
32
33
  },
33
34
  "devDependencies": {
34
35
  "@electric-sql/pglite": "0.3.15",
@@ -36,6 +37,20 @@
36
37
  "tsdown": "0.21.1",
37
38
  "vitest": "4.1.1"
38
39
  },
40
+ "description": "Content-addressed attachment service for the Powerhouse reactor — decouples large binaries from the action pipeline using opaque refs.",
41
+ "keywords": [
42
+ "powerhouse",
43
+ "vetra",
44
+ "document-model",
45
+ "local-first",
46
+ "event-sourcing",
47
+ "reactor",
48
+ "attachments",
49
+ "binary",
50
+ "files",
51
+ "content-addressed"
52
+ ],
53
+ "homepage": "https://academy.vetra.io/academy/Reference/Reactor/AttachmentService",
39
54
  "scripts": {
40
55
  "tsc": "tsc",
41
56
  "lint": "eslint",