@powerhousedao/reactor-api 6.0.2-staging.8 → 6.0.2-staging.9
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.
- package/dist/index.d.mts +59 -9
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +143 -69
- package/dist/index.mjs.map +1 -1
- package/package.json +23 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-api",
|
|
3
|
-
"version": "6.0.2-staging.
|
|
3
|
+
"version": "6.0.2-staging.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -9,14 +9,17 @@
|
|
|
9
9
|
},
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
|
+
"source": "./index.mts",
|
|
12
13
|
"types": "./dist/index.d.mts",
|
|
13
14
|
"import": "./dist/index.mjs"
|
|
14
15
|
},
|
|
15
16
|
"./vite": {
|
|
17
|
+
"source": "./src/packages/vite-loader.mts",
|
|
16
18
|
"types": "./dist/vite-loader.d.mts",
|
|
17
19
|
"import": "./dist/src/packages/vite-loader.mjs"
|
|
18
20
|
},
|
|
19
21
|
"./https-hooks": {
|
|
22
|
+
"source": "./src/packages/https-hooks.mts",
|
|
20
23
|
"types": "./dist/https-hooks.d.mts",
|
|
21
24
|
"import": "./dist/src/packages/https-hooks.mjs"
|
|
22
25
|
},
|
|
@@ -42,7 +45,7 @@
|
|
|
42
45
|
"@as-integrations/express4": "^1.1.2",
|
|
43
46
|
"@electric-sql/pglite": "0.3.15",
|
|
44
47
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
45
|
-
"@powerhousedao/document-engineering": "1.40.
|
|
48
|
+
"@powerhousedao/document-engineering": "1.40.5",
|
|
46
49
|
"@fastify/cors": "^11.0.1",
|
|
47
50
|
"@mercuriusjs/gateway": "^5.2.0",
|
|
48
51
|
"mercurius": "^16.8.0",
|
|
@@ -55,7 +58,6 @@
|
|
|
55
58
|
"devcert": "^1.2.2",
|
|
56
59
|
"dotenv": "^16.4.5",
|
|
57
60
|
"express": "4.21.1",
|
|
58
|
-
"graphql": "16.12.0",
|
|
59
61
|
"graphql-sse": "2.6.0",
|
|
60
62
|
"graphql-subscriptions": "^3.0.0",
|
|
61
63
|
"graphql-type-json": "^0.3.2",
|
|
@@ -69,17 +71,18 @@
|
|
|
69
71
|
"read-pkg": "10.1.0",
|
|
70
72
|
"ws": "^8.18.3",
|
|
71
73
|
"zod": "4.3.6",
|
|
72
|
-
"graphql
|
|
73
|
-
"@powerhousedao/analytics-engine-core": "6.0.2-staging.
|
|
74
|
-
"@powerhousedao/
|
|
75
|
-
"@powerhousedao/analytics-engine-pg": "6.0.2-staging.
|
|
76
|
-
"@powerhousedao/
|
|
77
|
-
"@powerhousedao/reactor": "6.0.2-staging.
|
|
78
|
-
"@powerhousedao/reactor
|
|
79
|
-
"@powerhousedao/reactor-
|
|
80
|
-
"@powerhousedao/
|
|
81
|
-
"
|
|
82
|
-
"@renown/sdk": "6.0.2-staging.
|
|
74
|
+
"@powerhousedao/analytics-engine-graphql": "6.0.2-staging.9",
|
|
75
|
+
"@powerhousedao/analytics-engine-core": "6.0.2-staging.9",
|
|
76
|
+
"@powerhousedao/config": "6.0.2-staging.9",
|
|
77
|
+
"@powerhousedao/analytics-engine-pg": "6.0.2-staging.9",
|
|
78
|
+
"@powerhousedao/pglite-fs": "6.0.2-staging.9",
|
|
79
|
+
"@powerhousedao/reactor-attachments": "6.0.2-staging.9",
|
|
80
|
+
"@powerhousedao/reactor": "6.0.2-staging.9",
|
|
81
|
+
"@powerhousedao/reactor-drive": "6.0.2-staging.9",
|
|
82
|
+
"@powerhousedao/reactor-mcp": "6.0.2-staging.9",
|
|
83
|
+
"@powerhousedao/shared": "6.0.2-staging.9",
|
|
84
|
+
"@renown/sdk": "6.0.2-staging.9",
|
|
85
|
+
"document-model": "6.0.2-staging.9"
|
|
83
86
|
},
|
|
84
87
|
"devDependencies": {
|
|
85
88
|
"@graphql-codegen/cli": "6.1.1",
|
|
@@ -93,11 +96,15 @@
|
|
|
93
96
|
"@types/node": "25.2.3",
|
|
94
97
|
"@types/pg": "8.16.0",
|
|
95
98
|
"@types/ws": "^8.18.1",
|
|
99
|
+
"graphql": "^16",
|
|
100
|
+
"graphql-tag": "^2",
|
|
96
101
|
"tsdown": "0.21.1",
|
|
97
102
|
"msw": "^2.7.3",
|
|
98
103
|
"vitest": "4.1.1"
|
|
99
104
|
},
|
|
100
105
|
"peerDependencies": {
|
|
106
|
+
"graphql": "^16",
|
|
107
|
+
"graphql-tag": "^2",
|
|
101
108
|
"vite": "^8.0.0"
|
|
102
109
|
},
|
|
103
110
|
"peerDependenciesMeta": {
|
|
@@ -114,6 +121,7 @@
|
|
|
114
121
|
"codegen": "graphql-codegen --config codegen.ts && prettier --write src/graphql/reactor/gen/*.ts && eslint --fix src/graphql/reactor/gen/*.ts --no-warn-ignored",
|
|
115
122
|
"codegen:watch": "graphql-codegen --config codegen.ts --watch",
|
|
116
123
|
"dev": "tsx src/dev.ts",
|
|
117
|
-
"capture-hub-dump": "tsx scripts/capture-hub-dump.ts"
|
|
124
|
+
"capture-hub-dump": "tsx scripts/capture-hub-dump.ts",
|
|
125
|
+
"convert-hub-dump": "tsx scripts/convert-hub-dump.ts"
|
|
118
126
|
}
|
|
119
127
|
}
|