@powerhousedao/reactor-api 6.0.0-dev.58 → 6.0.0-dev.59
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/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-api",
|
|
3
|
-
"version": "6.0.0-dev.
|
|
3
|
+
"version": "6.0.0-dev.59",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"@apollo/subgraph": "^2.11.3",
|
|
42
42
|
"@as-integrations/express4": "^1.1.2",
|
|
43
43
|
"@electric-sql/pglite": "0.3.15",
|
|
44
|
-
"@graphql-typed-document-node/core": "^3.2.0",
|
|
45
44
|
"@opentelemetry/auto-instrumentations-node": "^0.57.1",
|
|
46
45
|
"@opentelemetry/exporter-trace-otlp-http": "^0.57.2",
|
|
47
46
|
"@opentelemetry/resources": "^1.29.0",
|
|
@@ -58,64 +57,43 @@
|
|
|
58
57
|
"cors": "^2.8.5",
|
|
59
58
|
"devcert": "^1.2.2",
|
|
60
59
|
"dotenv": "^16.4.5",
|
|
61
|
-
"drizzle-kit": "^0.25.0",
|
|
62
|
-
"drizzle-orm": "^0.34.1",
|
|
63
|
-
"ethers": "^6.0.8",
|
|
64
60
|
"express": "^4.21.1",
|
|
65
61
|
"graphql": "16.12.0",
|
|
66
|
-
"graphql-request": "7.4.0",
|
|
67
62
|
"graphql-subscriptions": "^3.0.0",
|
|
68
63
|
"graphql-type-json": "^0.3.2",
|
|
69
64
|
"graphql-ws": "^6.0.6",
|
|
70
|
-
"jsonwebtoken": "^9.0.2",
|
|
71
65
|
"knex": "3.1.0",
|
|
72
66
|
"knex-pglite": "0.13.0",
|
|
73
67
|
"kysely": "0.28.11",
|
|
74
68
|
"kysely-knex": "0.2.0",
|
|
75
|
-
"ms": "^2.1.3",
|
|
76
|
-
"nanoevents": "^9.0.0",
|
|
77
69
|
"path-to-regexp": "^8.3.0",
|
|
78
70
|
"pg": "8.18.0",
|
|
79
71
|
"read-pkg": "10.1.0",
|
|
80
|
-
"siwe": "^2.3.2",
|
|
81
|
-
"uuid": "^9.0.1",
|
|
82
|
-
"wildcard-match": "^5.1.3",
|
|
83
72
|
"ws": "^8.18.3",
|
|
84
73
|
"zod": "4.3.6",
|
|
85
|
-
"@powerhousedao/config": "6.0.0-dev.
|
|
86
|
-
"@powerhousedao/reactor": "6.0.0-dev.
|
|
87
|
-
"@
|
|
88
|
-
"@
|
|
89
|
-
"document-drive": "6.0.0-dev.
|
|
90
|
-
"
|
|
91
|
-
"
|
|
74
|
+
"@powerhousedao/config": "6.0.0-dev.59",
|
|
75
|
+
"@powerhousedao/reactor": "6.0.0-dev.59",
|
|
76
|
+
"@renown/sdk": "6.0.0-dev.59",
|
|
77
|
+
"@powerhousedao/reactor-mcp": "6.0.0-dev.59",
|
|
78
|
+
"document-drive": "6.0.0-dev.59",
|
|
79
|
+
"document-model": "6.0.0-dev.59",
|
|
80
|
+
"@powerhousedao/shared": "6.0.0-dev.59"
|
|
92
81
|
},
|
|
93
82
|
"devDependencies": {
|
|
94
83
|
"@graphql-codegen/cli": "6.1.1",
|
|
95
|
-
"@graphql-codegen/client-preset": "5.2.2",
|
|
96
|
-
"@graphql-codegen/typed-document-node": "6.1.5",
|
|
97
84
|
"@graphql-codegen/typescript": "5.0.7",
|
|
98
85
|
"@graphql-codegen/typescript-generic-sdk": "4.1.0",
|
|
99
|
-
"@graphql-codegen/typescript-graphql-request": "6.4.0",
|
|
100
86
|
"@graphql-codegen/typescript-operations": "5.0.7",
|
|
101
87
|
"@graphql-codegen/typescript-resolvers": "5.1.5",
|
|
102
|
-
"@graphql-tools/graphql-file-loader": "8.1.9",
|
|
103
|
-
"@graphql-tools/load": "8.1.8",
|
|
104
88
|
"@types/body-parser": "^1.19.5",
|
|
105
89
|
"@types/cors": "^2.8.17",
|
|
106
90
|
"@types/express": "^4.17.25",
|
|
107
|
-
"@types/jsonwebtoken": "^9.0.7",
|
|
108
|
-
"@types/ms": "^0.7.34",
|
|
109
91
|
"@types/node": "25.2.3",
|
|
110
92
|
"@types/pg": "8.16.0",
|
|
111
93
|
"@types/ws": "^8.18.1",
|
|
112
94
|
"copyfiles": "2.4.1",
|
|
113
|
-
"
|
|
114
|
-
"graphql-codegen-typescript-validation-schema": "0.18.1",
|
|
115
|
-
"graphql-tag": "^2.12.6",
|
|
116
|
-
"kysely-pglite-dialect": "1.2.0",
|
|
95
|
+
"graphql-tag": "2.12.6",
|
|
117
96
|
"msw": "^2.7.3",
|
|
118
|
-
"tinybench": "^3.1.1",
|
|
119
97
|
"vite": "7.3.1",
|
|
120
98
|
"vitest": "3.2.4"
|
|
121
99
|
},
|