@powerhousedao/codegen 6.0.2-staging.6 → 6.0.2-staging.7
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/{file-builders-BraThjto.mjs → file-builders-KGdRKyyn.mjs} +523 -47
- package/dist/file-builders-KGdRKyyn.mjs.map +1 -0
- package/dist/{index-IUcK5JZl.d.mts → index-DWf4zaOD.d.mts} +12 -12
- package/dist/index-DWf4zaOD.d.mts.map +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +341 -296
- package/dist/index.mjs.map +1 -1
- package/dist/src/file-builders/index.d.mts +1 -1
- package/dist/src/file-builders/index.mjs +1 -1
- package/dist/src/name-builders/index.d.mts +1 -1
- package/dist/src/name-builders/index.mjs +1 -1
- package/dist/src/templates/index.d.mts +7 -4
- package/dist/src/templates/index.d.mts.map +1 -1
- package/dist/src/templates/index.mjs +2 -2
- package/dist/src/utils/index.d.mts +1 -1
- package/dist/src/utils/index.mjs +1 -1
- package/package.json +4 -4
- package/dist/file-builders-BraThjto.mjs.map +0 -1
- package/dist/index-IUcK5JZl.d.mts.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as getOrCreateDirectory, A as writeProjectRootFiles, F as validateDocumentModelState,
|
|
1
|
+
import { $ as getOrCreateDirectory, A as writeProjectRootFiles, F as validateDocumentModelState, Fn as packageScripts, Mn as externalDependencies, Nn as externalDevDependencies, Pn as packageJsonExports, R as buildTsMorphProject, S as writeAllGeneratedProjectFiles, Un as gitIgnoreTemplate, Y as loadDocumentModelInDir, at as getEditorMetadata, ct as runPrettier, d as generateDocumentModelZodSchemas, dt as configSpec, f as generateTypesAndZodSchemasFromGraphql, ft as parseArgs, h as tsMorphGenerateDocumentEditor, it as getAppMetadata, j as tsMorphGenerateApp, m as scalarsValidation, n as tsMorphGenerateSubgraph, nt as getSubgraphMetadata, p as scalars, pt as parseConfig, r as tsMorphGenerateProcessor, rt as getProcessorMetadata, u as tsMorphGenerateDocumentModel } from "./file-builders-KGdRKyyn.mjs";
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import { documentModelReducer } from "@powerhousedao/shared/document-model";
|
|
4
4
|
import { camelCase, kebabCase, pascalCase } from "change-case";
|
|
@@ -177,7 +177,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
177
177
|
"dir": "/home/runner/work/powerhouse/powerhouse/apps/academy",
|
|
178
178
|
"manifest": {
|
|
179
179
|
"name": "@powerhousedao/academy",
|
|
180
|
-
"version": "6.0.2-staging.
|
|
180
|
+
"version": "6.0.2-staging.7",
|
|
181
181
|
"homepage": "https://powerhouse.academy",
|
|
182
182
|
"packageManager": "pnpm@10.9.0",
|
|
183
183
|
"repository": {
|
|
@@ -212,8 +212,8 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
212
212
|
"@mdx-js/react": "^3.0.0",
|
|
213
213
|
"clsx": "^2.0.0",
|
|
214
214
|
"prism-react-renderer": "^2.3.0",
|
|
215
|
-
"react": "19.2.
|
|
216
|
-
"react-dom": "19.2.
|
|
215
|
+
"react": "19.2.6",
|
|
216
|
+
"react-dom": "19.2.6"
|
|
217
217
|
},
|
|
218
218
|
"devDependencies": {
|
|
219
219
|
"@docusaurus/module-type-aliases": "^3.10.0",
|
|
@@ -243,7 +243,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
243
243
|
"manifest": {
|
|
244
244
|
"name": "@powerhousedao/connect",
|
|
245
245
|
"productName": "Powerhouse-Connect",
|
|
246
|
-
"version": "6.0.2-staging.
|
|
246
|
+
"version": "6.0.2-staging.7",
|
|
247
247
|
"description": "Powerhouse Connect",
|
|
248
248
|
"main": "dist/index.html",
|
|
249
249
|
"type": "module",
|
|
@@ -355,7 +355,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
355
355
|
"manifest": {
|
|
356
356
|
"name": "@powerhousedao/switchboard",
|
|
357
357
|
"type": "module",
|
|
358
|
-
"version": "6.0.2-staging.
|
|
358
|
+
"version": "6.0.2-staging.7",
|
|
359
359
|
"main": "dist/index.mjs",
|
|
360
360
|
"exports": {
|
|
361
361
|
".": {
|
|
@@ -404,17 +404,26 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
404
404
|
"@powerhousedao/config": "workspace:*",
|
|
405
405
|
"@opentelemetry/api": "^1.9.0",
|
|
406
406
|
"@opentelemetry/exporter-metrics-otlp-http": "^0.57.2",
|
|
407
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.57.2",
|
|
408
|
+
"@opentelemetry/instrumentation-express": "^0.48.0",
|
|
409
|
+
"@opentelemetry/instrumentation-graphql": "^0.48.0",
|
|
410
|
+
"@opentelemetry/instrumentation-http": "^0.200.0",
|
|
411
|
+
"@opentelemetry/instrumentation-pg": "^0.52.0",
|
|
407
412
|
"@opentelemetry/resources": "^1.29.0",
|
|
408
413
|
"@opentelemetry/sdk-metrics": "^1.29.0",
|
|
414
|
+
"@opentelemetry/sdk-node": "^0.57.2",
|
|
415
|
+
"@opentelemetry/sdk-trace-base": "^1.29.0",
|
|
416
|
+
"@opentelemetry/semantic-conventions": "^1.29.0",
|
|
409
417
|
"@powerhousedao/opentelemetry-instrumentation-reactor": "workspace:*",
|
|
410
418
|
"@powerhousedao/reactor": "workspace:*",
|
|
411
419
|
"@powerhousedao/shared": "workspace:*",
|
|
412
420
|
"@powerhousedao/vetra": "workspace:*",
|
|
413
421
|
"@powerhousedao/reactor-api": "workspace:*",
|
|
414
422
|
"@powerhousedao/reactor-attachments": "workspace:*",
|
|
415
|
-
"@renown/sdk": "workspace:*",
|
|
416
423
|
"@pyroscope/nodejs": "^0.4.5",
|
|
424
|
+
"@renown/sdk": "workspace:*",
|
|
417
425
|
"@sentry/node": "^9.6.1",
|
|
426
|
+
"@sentry/opentelemetry": "^9.6.1",
|
|
418
427
|
"document-model": "workspace:*",
|
|
419
428
|
"dotenv": "^16.4.7",
|
|
420
429
|
"express": "^4.21.2",
|
|
@@ -440,7 +449,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
440
449
|
"dir": "/home/runner/work/powerhouse/powerhouse/clis/ph-cli",
|
|
441
450
|
"manifest": {
|
|
442
451
|
"name": "@powerhousedao/ph-cli",
|
|
443
|
-
"version": "6.0.2-staging.
|
|
452
|
+
"version": "6.0.2-staging.7",
|
|
444
453
|
"description": "",
|
|
445
454
|
"license": "AGPL-3.0-only",
|
|
446
455
|
"type": "module",
|
|
@@ -470,14 +479,10 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
470
479
|
"@powerhousedao/codegen": "workspace:*",
|
|
471
480
|
"@powerhousedao/common": "workspace:*",
|
|
472
481
|
"@powerhousedao/config": "workspace:*",
|
|
473
|
-
"@powerhousedao/ph-clint": "^0.1.0-dev.21",
|
|
474
482
|
"@powerhousedao/reactor": "workspace:*",
|
|
475
483
|
"@powerhousedao/shared": "workspace:*",
|
|
476
484
|
"@powerhousedao/switchboard": "workspace:*",
|
|
477
485
|
"@renown/sdk": "workspace:*",
|
|
478
|
-
"@mastra/core": "^1.22.0",
|
|
479
|
-
"@mastra/libsql": "^1.7.4",
|
|
480
|
-
"@mastra/memory": "^1.13.1",
|
|
481
486
|
"chalk": "catalog:",
|
|
482
487
|
"change-case": "catalog:",
|
|
483
488
|
"cmd-ts": "catalog:",
|
|
@@ -507,7 +512,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
507
512
|
"dir": "/home/runner/work/powerhouse/powerhouse/clis/ph-cmd",
|
|
508
513
|
"manifest": {
|
|
509
514
|
"name": "ph-cmd",
|
|
510
|
-
"version": "6.0.2-staging.
|
|
515
|
+
"version": "6.0.2-staging.7",
|
|
511
516
|
"description": "",
|
|
512
517
|
"license": "AGPL-3.0-only",
|
|
513
518
|
"type": "module",
|
|
@@ -522,7 +527,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
522
527
|
"scripts": {
|
|
523
528
|
"tsc": "tsc",
|
|
524
529
|
"lint": "eslint",
|
|
525
|
-
"generate-docs": "
|
|
530
|
+
"generate-docs": "bun run scripts/generate-commands-docs.ts",
|
|
526
531
|
"build": "tsdown",
|
|
527
532
|
"postbuild": "bun generate-docs",
|
|
528
533
|
"dev": "bun run ./src/cli.ts",
|
|
@@ -533,20 +538,18 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
533
538
|
"keywords": [],
|
|
534
539
|
"author": "",
|
|
535
540
|
"dependencies": {
|
|
536
|
-
"@powerhousedao/codegen": "workspace:*",
|
|
537
|
-
"@powerhousedao/common": "workspace:*",
|
|
538
541
|
"@powerhousedao/shared": "workspace:*",
|
|
539
542
|
"chalk": "catalog:",
|
|
540
543
|
"cmd-ts": "catalog:",
|
|
541
544
|
"package-manager-detector": "catalog:",
|
|
542
545
|
"read-pkg": "catalog:",
|
|
543
|
-
"
|
|
544
|
-
"
|
|
546
|
+
"semver": "catalog:",
|
|
547
|
+
"write-package": "catalog:"
|
|
545
548
|
},
|
|
546
549
|
"devDependencies": {
|
|
550
|
+
"@powerhousedao/codegen": "workspace:*",
|
|
547
551
|
"tsdown": "catalog:",
|
|
548
|
-
"vitest": "catalog:"
|
|
549
|
-
"commander": "catalog:"
|
|
552
|
+
"vitest": "catalog:"
|
|
550
553
|
}
|
|
551
554
|
}
|
|
552
555
|
},
|
|
@@ -554,7 +557,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
554
557
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/browser",
|
|
555
558
|
"manifest": {
|
|
556
559
|
"name": "@powerhousedao/analytics-engine-browser",
|
|
557
|
-
"version": "6.0.2-staging.
|
|
560
|
+
"version": "6.0.2-staging.7",
|
|
558
561
|
"license": "AGPL-3.0-only",
|
|
559
562
|
"repository": {
|
|
560
563
|
"type": "git",
|
|
@@ -581,9 +584,6 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
581
584
|
"dependencies": {
|
|
582
585
|
"@powerhousedao/analytics-engine-core": "workspace:*",
|
|
583
586
|
"@electric-sql/pglite": "catalog:",
|
|
584
|
-
"date-fns": "catalog:",
|
|
585
|
-
"events": "catalog:",
|
|
586
|
-
"util": "catalog:",
|
|
587
587
|
"luxon": "catalog:",
|
|
588
588
|
"change-case": "catalog:"
|
|
589
589
|
},
|
|
@@ -601,7 +601,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
601
601
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/core",
|
|
602
602
|
"manifest": {
|
|
603
603
|
"name": "@powerhousedao/analytics-engine-core",
|
|
604
|
-
"version": "6.0.2-staging.
|
|
604
|
+
"version": "6.0.2-staging.7",
|
|
605
605
|
"license": "AGPL-3.0-only",
|
|
606
606
|
"repository": {
|
|
607
607
|
"type": "git",
|
|
@@ -620,7 +620,6 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
620
620
|
"test": "vitest --run ./**/*.test.ts"
|
|
621
621
|
},
|
|
622
622
|
"dependencies": {
|
|
623
|
-
"date-fns": "catalog:",
|
|
624
623
|
"luxon": "catalog:",
|
|
625
624
|
"@powerhousedao/shared": "workspace:*"
|
|
626
625
|
},
|
|
@@ -635,7 +634,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
635
634
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/graphql",
|
|
636
635
|
"manifest": {
|
|
637
636
|
"name": "@powerhousedao/analytics-engine-graphql",
|
|
638
|
-
"version": "6.0.2-staging.
|
|
637
|
+
"version": "6.0.2-staging.7",
|
|
639
638
|
"license": "AGPL-3.0-only",
|
|
640
639
|
"repository": {
|
|
641
640
|
"type": "git",
|
|
@@ -668,7 +667,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
668
667
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/knex",
|
|
669
668
|
"manifest": {
|
|
670
669
|
"name": "@powerhousedao/analytics-engine-knex",
|
|
671
|
-
"version": "6.0.2-staging.
|
|
670
|
+
"version": "6.0.2-staging.7",
|
|
672
671
|
"license": "AGPL-3.0-only",
|
|
673
672
|
"repository": {
|
|
674
673
|
"type": "git",
|
|
@@ -687,7 +686,6 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
687
686
|
"test": "vitest --run ./**/*.test.ts"
|
|
688
687
|
},
|
|
689
688
|
"dependencies": {
|
|
690
|
-
"date-fns": "catalog:",
|
|
691
689
|
"knex": "catalog:",
|
|
692
690
|
"luxon": "catalog:",
|
|
693
691
|
"pg": "catalog:",
|
|
@@ -706,7 +704,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
706
704
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/pg",
|
|
707
705
|
"manifest": {
|
|
708
706
|
"name": "@powerhousedao/analytics-engine-pg",
|
|
709
|
-
"version": "6.0.2-staging.
|
|
707
|
+
"version": "6.0.2-staging.7",
|
|
710
708
|
"license": "AGPL-3.0-only",
|
|
711
709
|
"repository": {
|
|
712
710
|
"type": "git",
|
|
@@ -725,7 +723,6 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
725
723
|
"build": "tsdown"
|
|
726
724
|
},
|
|
727
725
|
"dependencies": {
|
|
728
|
-
"date-fns": "catalog:",
|
|
729
726
|
"knex": "catalog:",
|
|
730
727
|
"luxon": "catalog:",
|
|
731
728
|
"pg": "catalog:",
|
|
@@ -737,13 +734,6 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
737
734
|
"@types/luxon": "catalog:",
|
|
738
735
|
"@types/node": "catalog:",
|
|
739
736
|
"@types/pg": "catalog:",
|
|
740
|
-
"better-sqlite3": "catalog:",
|
|
741
|
-
"sqlite3": "catalog:",
|
|
742
|
-
"mysql": "catalog:",
|
|
743
|
-
"mysql2": "catalog:",
|
|
744
|
-
"tedious": "catalog:",
|
|
745
|
-
"pg-query-stream": "catalog:",
|
|
746
|
-
"oracledb": "catalog:",
|
|
747
737
|
"vitest": "catalog:"
|
|
748
738
|
}
|
|
749
739
|
}
|
|
@@ -752,7 +742,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
752
742
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/builder-tools",
|
|
753
743
|
"manifest": {
|
|
754
744
|
"name": "@powerhousedao/builder-tools",
|
|
755
|
-
"version": "6.0.2-staging.
|
|
745
|
+
"version": "6.0.2-staging.7",
|
|
756
746
|
"type": "module",
|
|
757
747
|
"license": "AGPL-3.0-only",
|
|
758
748
|
"publishConfig": { "access": "public" },
|
|
@@ -774,7 +764,6 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
774
764
|
"dependencies": {
|
|
775
765
|
"@powerhousedao/config": "workspace:*",
|
|
776
766
|
"@powerhousedao/shared": "workspace:*",
|
|
777
|
-
"@sentry/vite-plugin": "^4.3.0",
|
|
778
767
|
"@tailwindcss/vite": "catalog:",
|
|
779
768
|
"@vitejs/plugin-react": "catalog:",
|
|
780
769
|
"document-model": "workspace:*",
|
|
@@ -783,16 +772,19 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
783
772
|
"zod": "catalog:"
|
|
784
773
|
},
|
|
785
774
|
"devDependencies": {
|
|
775
|
+
"@sentry/vite-plugin": "^4.3.0",
|
|
786
776
|
"tsdown": "catalog:",
|
|
787
777
|
"tsx": "catalog:"
|
|
788
|
-
}
|
|
778
|
+
},
|
|
779
|
+
"peerDependencies": { "@sentry/vite-plugin": "^4.3.0" },
|
|
780
|
+
"peerDependenciesMeta": { "@sentry/vite-plugin": { "optional": true } }
|
|
789
781
|
}
|
|
790
782
|
},
|
|
791
783
|
{
|
|
792
784
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/codegen",
|
|
793
785
|
"manifest": {
|
|
794
786
|
"name": "@powerhousedao/codegen",
|
|
795
|
-
"version": "6.0.2-staging.
|
|
787
|
+
"version": "6.0.2-staging.7",
|
|
796
788
|
"license": "AGPL-3.0-only",
|
|
797
789
|
"private": false,
|
|
798
790
|
"type": "module",
|
|
@@ -865,7 +857,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
865
857
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/common",
|
|
866
858
|
"manifest": {
|
|
867
859
|
"name": "@powerhousedao/common",
|
|
868
|
-
"version": "6.0.2-staging.
|
|
860
|
+
"version": "6.0.2-staging.7",
|
|
869
861
|
"license": "AGPL-3.0-only",
|
|
870
862
|
"type": "module",
|
|
871
863
|
"files": ["/dist"],
|
|
@@ -917,7 +909,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
917
909
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/config",
|
|
918
910
|
"manifest": {
|
|
919
911
|
"name": "@powerhousedao/config",
|
|
920
|
-
"version": "6.0.2-staging.
|
|
912
|
+
"version": "6.0.2-staging.7",
|
|
921
913
|
"description": "",
|
|
922
914
|
"license": "AGPL-3.0-only",
|
|
923
915
|
"private": false,
|
|
@@ -952,7 +944,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
952
944
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/design-system",
|
|
953
945
|
"manifest": {
|
|
954
946
|
"name": "@powerhousedao/design-system",
|
|
955
|
-
"version": "6.0.2-staging.
|
|
947
|
+
"version": "6.0.2-staging.7",
|
|
956
948
|
"description": "",
|
|
957
949
|
"files": ["dist", "theme.css"],
|
|
958
950
|
"type": "module",
|
|
@@ -996,10 +988,6 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
996
988
|
"types": "./dist/connect/components/toast/toast.d.ts",
|
|
997
989
|
"import": "./dist/connect/components/toast/toast.js"
|
|
998
990
|
},
|
|
999
|
-
"./rwa": {
|
|
1000
|
-
"types": "./dist/rwa/index.d.ts",
|
|
1001
|
-
"import": "./dist/rwa/index.js"
|
|
1002
|
-
},
|
|
1003
991
|
"./style.css": "./dist/style.css",
|
|
1004
992
|
"./theme.css": "./theme.css"
|
|
1005
993
|
},
|
|
@@ -1026,18 +1014,18 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1026
1014
|
"@powerhousedao/config": "workspace:*",
|
|
1027
1015
|
"@prettier/sync": "^0.5.2",
|
|
1028
1016
|
"@rollup/plugin-babel": "^7.0.0",
|
|
1029
|
-
"@storybook/addon-actions": "^8.6.
|
|
1030
|
-
"@storybook/addon-docs": "^8.6.
|
|
1031
|
-
"@storybook/addon-essentials": "^8.6.
|
|
1032
|
-
"@storybook/addon-interactions": "^8.6.
|
|
1033
|
-
"@storybook/addon-links": "^8.6.
|
|
1034
|
-
"@storybook/addon-themes": "^8.6.
|
|
1035
|
-
"@storybook/blocks": "^8.6.
|
|
1036
|
-
"@storybook/preview-api": "^8.6.
|
|
1037
|
-
"@storybook/react": "^8.6.
|
|
1038
|
-
"@storybook/react-vite": "^8.6.
|
|
1039
|
-
"@storybook/test": "^8.6.
|
|
1040
|
-
"@storybook/types": "^8.6.
|
|
1017
|
+
"@storybook/addon-actions": "^8.6.18",
|
|
1018
|
+
"@storybook/addon-docs": "^8.6.18",
|
|
1019
|
+
"@storybook/addon-essentials": "^8.6.18",
|
|
1020
|
+
"@storybook/addon-interactions": "^8.6.18",
|
|
1021
|
+
"@storybook/addon-links": "^8.6.18",
|
|
1022
|
+
"@storybook/addon-themes": "^8.6.18",
|
|
1023
|
+
"@storybook/blocks": "^8.6.18",
|
|
1024
|
+
"@storybook/preview-api": "^8.6.18",
|
|
1025
|
+
"@storybook/react": "^8.6.18",
|
|
1026
|
+
"@storybook/react-vite": "^8.6.18",
|
|
1027
|
+
"@storybook/test": "^8.6.18",
|
|
1028
|
+
"@storybook/types": "^8.6.18",
|
|
1041
1029
|
"@tailwindcss/cli": "catalog:",
|
|
1042
1030
|
"@tailwindcss/vite": "catalog:",
|
|
1043
1031
|
"@testing-library/dom": "^10.4.0",
|
|
@@ -1053,11 +1041,12 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1053
1041
|
"jsdom": "^24.0.0",
|
|
1054
1042
|
"react": "catalog:",
|
|
1055
1043
|
"react-dom": "catalog:",
|
|
1056
|
-
"storybook": "^8.6.
|
|
1044
|
+
"storybook": "^8.6.18",
|
|
1057
1045
|
"storybook-addon-pseudo-states": "^4.0.4",
|
|
1058
1046
|
"tailwind-scrollbar": "^4.0.1",
|
|
1059
1047
|
"tailwindcss": "catalog:",
|
|
1060
1048
|
"tsdown": "catalog:",
|
|
1049
|
+
"tsx": "catalog:",
|
|
1061
1050
|
"vite": "catalog:",
|
|
1062
1051
|
"vitest": "catalog:"
|
|
1063
1052
|
},
|
|
@@ -1079,23 +1068,19 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1079
1068
|
"@radix-ui/react-visually-hidden": "^1.1.0",
|
|
1080
1069
|
"@tanstack/react-query": "^5.49.2",
|
|
1081
1070
|
"@tanstack/react-virtual": "^3.8.1",
|
|
1071
|
+
"@uiw/react-json-view": "2.0.0-alpha.42",
|
|
1082
1072
|
"change-case": "catalog:",
|
|
1083
1073
|
"class-variance-authority": "^0.7.0",
|
|
1084
1074
|
"clsx": "^2.1.1",
|
|
1085
1075
|
"cmdk": "^1.0.4",
|
|
1086
1076
|
"date-fns": "catalog:",
|
|
1087
|
-
"date-fns-tz": "^3.2.0",
|
|
1088
1077
|
"diff": "^8.0.3",
|
|
1089
|
-
"document-model": "workspace:*",
|
|
1090
|
-
"mathjs": "^15.2.0",
|
|
1091
|
-
"natural-orderby": "^4.0.0",
|
|
1092
1078
|
"react-hook-form": "^7.53.0",
|
|
1093
1079
|
"react-json-view-lite": "^2.5.0",
|
|
1094
|
-
"react-number-format": "^5.4.2",
|
|
1095
1080
|
"react-select": "^5.8.0",
|
|
1096
1081
|
"react-toastify": "^10.0.4",
|
|
1082
|
+
"remeda": "catalog:",
|
|
1097
1083
|
"tailwind-merge": "catalog:",
|
|
1098
|
-
"tsx": "catalog:",
|
|
1099
1084
|
"usehooks-ts": "^3.1.1"
|
|
1100
1085
|
}
|
|
1101
1086
|
}
|
|
@@ -1104,7 +1089,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1104
1089
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/document-model",
|
|
1105
1090
|
"manifest": {
|
|
1106
1091
|
"name": "document-model",
|
|
1107
|
-
"version": "6.0.2-staging.
|
|
1092
|
+
"version": "6.0.2-staging.7",
|
|
1108
1093
|
"license": "AGPL-3.0-only",
|
|
1109
1094
|
"private": false,
|
|
1110
1095
|
"files": ["dist"],
|
|
@@ -1144,6 +1129,8 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1144
1129
|
"@types/mime": "^4.0.0",
|
|
1145
1130
|
"@types/node": "catalog:",
|
|
1146
1131
|
"jest": "^30.0.5",
|
|
1132
|
+
"tsdown": "catalog:",
|
|
1133
|
+
"tsx": "catalog:",
|
|
1147
1134
|
"vitest": "catalog:"
|
|
1148
1135
|
},
|
|
1149
1136
|
"dependencies": {
|
|
@@ -1152,9 +1139,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1152
1139
|
"mime": "^4.0.4",
|
|
1153
1140
|
"mutative": "^1.0.5",
|
|
1154
1141
|
"zod": "catalog:",
|
|
1155
|
-
"
|
|
1156
|
-
"jszip": "^3.10.1",
|
|
1157
|
-
"tsx": "catalog:"
|
|
1142
|
+
"jszip": "^3.10.1"
|
|
1158
1143
|
}
|
|
1159
1144
|
}
|
|
1160
1145
|
},
|
|
@@ -1162,7 +1147,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1162
1147
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/opentelemetry-instrumentation-reactor",
|
|
1163
1148
|
"manifest": {
|
|
1164
1149
|
"name": "@powerhousedao/opentelemetry-instrumentation-reactor",
|
|
1165
|
-
"version": "6.0.2-staging.
|
|
1150
|
+
"version": "6.0.2-staging.7",
|
|
1166
1151
|
"description": "OpenTelemetry instrumentation for @powerhousedao/reactor",
|
|
1167
1152
|
"type": "module",
|
|
1168
1153
|
"sideEffects": false,
|
|
@@ -1199,7 +1184,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1199
1184
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/powerhouse-vetra-packages",
|
|
1200
1185
|
"manifest": {
|
|
1201
1186
|
"name": "@powerhousedao/powerhouse-vetra-packages",
|
|
1202
|
-
"version": "6.0.2-staging.
|
|
1187
|
+
"version": "6.0.2-staging.7",
|
|
1203
1188
|
"description": "",
|
|
1204
1189
|
"keywords": [],
|
|
1205
1190
|
"author": "",
|
|
@@ -1313,7 +1298,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1313
1298
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor",
|
|
1314
1299
|
"manifest": {
|
|
1315
1300
|
"name": "@powerhousedao/reactor",
|
|
1316
|
-
"version": "6.0.2-staging.
|
|
1301
|
+
"version": "6.0.2-staging.7",
|
|
1317
1302
|
"description": "",
|
|
1318
1303
|
"repository": {
|
|
1319
1304
|
"url": "https://github.com/powerhouse-inc/powerhouse",
|
|
@@ -1337,14 +1322,16 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1337
1322
|
"clean:node_modules": "rimraf node_modules",
|
|
1338
1323
|
"claude": "pnpm build && pnpm test && pnpm exec prettier --write \"**/*.ts\" && pnpm lint",
|
|
1339
1324
|
"migrate": "tsx src/storage/migrations/run-migrations.ts",
|
|
1340
|
-
"migrate:status": "tsx src/storage/migrations/run-migrations.ts status"
|
|
1325
|
+
"migrate:status": "tsx src/storage/migrations/run-migrations.ts status",
|
|
1326
|
+
"docker:up": "docker compose up -d",
|
|
1327
|
+
"docker:down": "docker compose down"
|
|
1341
1328
|
},
|
|
1342
1329
|
"publishConfig": { "access": "public" },
|
|
1343
1330
|
"keywords": [],
|
|
1344
1331
|
"author": "",
|
|
1345
1332
|
"license": "AGPL-3.0-only",
|
|
1346
1333
|
"dependencies": {
|
|
1347
|
-
"uuid": "^
|
|
1334
|
+
"uuid": "^14.0.0",
|
|
1348
1335
|
"kysely": "catalog:",
|
|
1349
1336
|
"kysely-pglite-dialect": "catalog:",
|
|
1350
1337
|
"@electric-sql/pglite": "catalog:",
|
|
@@ -1367,7 +1354,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1367
1354
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-api",
|
|
1368
1355
|
"manifest": {
|
|
1369
1356
|
"name": "@powerhousedao/reactor-api",
|
|
1370
|
-
"version": "6.0.2-staging.
|
|
1357
|
+
"version": "6.0.2-staging.7",
|
|
1371
1358
|
"description": "",
|
|
1372
1359
|
"type": "module",
|
|
1373
1360
|
"repository": {
|
|
@@ -1400,7 +1387,8 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1400
1387
|
"bench": "vitest bench",
|
|
1401
1388
|
"codegen": "graphql-codegen --config codegen.ts && prettier --write src/graphql/reactor/gen/*.ts && eslint --fix src/graphql/reactor/gen/*.ts --no-warn-ignored",
|
|
1402
1389
|
"codegen:watch": "graphql-codegen --config codegen.ts --watch",
|
|
1403
|
-
"dev": "tsx src/dev.ts"
|
|
1390
|
+
"dev": "tsx src/dev.ts",
|
|
1391
|
+
"capture-hub-dump": "tsx scripts/capture-hub-dump.ts"
|
|
1404
1392
|
},
|
|
1405
1393
|
"publishConfig": { "access": "public" },
|
|
1406
1394
|
"keywords": [],
|
|
@@ -1408,18 +1396,10 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1408
1396
|
"license": "AGPL-3.0-only",
|
|
1409
1397
|
"dependencies": {
|
|
1410
1398
|
"@apollo/gateway": "^2.13.2",
|
|
1411
|
-
"@apollo/server": "^5.5.
|
|
1399
|
+
"@apollo/server": "^5.5.1",
|
|
1412
1400
|
"@apollo/subgraph": "^2.13.2",
|
|
1413
1401
|
"@as-integrations/express4": "^1.1.2",
|
|
1414
1402
|
"@electric-sql/pglite": "catalog:",
|
|
1415
|
-
"@opentelemetry/auto-instrumentations-node": "^0.57.1",
|
|
1416
|
-
"@opentelemetry/exporter-metrics-otlp-http": "^0.57.2",
|
|
1417
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.57.2",
|
|
1418
|
-
"@opentelemetry/resources": "^1.29.0",
|
|
1419
|
-
"@opentelemetry/sdk-metrics": "^1.29.0",
|
|
1420
|
-
"@opentelemetry/sdk-node": "^0.57.2",
|
|
1421
|
-
"@opentelemetry/sdk-trace-base": "^1.29.0",
|
|
1422
|
-
"@opentelemetry/semantic-conventions": "^1.29.0",
|
|
1423
1403
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
1424
1404
|
"@powerhousedao/analytics-engine-core": "workspace:*",
|
|
1425
1405
|
"@powerhousedao/analytics-engine-graphql": "workspace:*",
|
|
@@ -1435,9 +1415,9 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1435
1415
|
"@mercuriusjs/gateway": "^5.2.0",
|
|
1436
1416
|
"mercurius": "^16.8.0",
|
|
1437
1417
|
"@fastify/formbody": "^8.0.1",
|
|
1438
|
-
"@fastify/middie": "^9.
|
|
1418
|
+
"@fastify/middie": "^9.3.2",
|
|
1439
1419
|
"body-parser": "^1.20.3",
|
|
1440
|
-
"fastify": "^5.
|
|
1420
|
+
"fastify": "^5.8.5",
|
|
1441
1421
|
"change-case": "catalog:",
|
|
1442
1422
|
"cors": "^2.8.5",
|
|
1443
1423
|
"devcert": "^1.2.2",
|
|
@@ -1458,7 +1438,6 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1458
1438
|
"read-pkg": "catalog:",
|
|
1459
1439
|
"ws": "^8.18.3",
|
|
1460
1440
|
"zod": "catalog:",
|
|
1461
|
-
"@opentelemetry/exporter-prometheus": "^0.57.2",
|
|
1462
1441
|
"graphql-tag": "catalog:"
|
|
1463
1442
|
},
|
|
1464
1443
|
"devDependencies": {
|
|
@@ -1485,7 +1464,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1485
1464
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-attachments",
|
|
1486
1465
|
"manifest": {
|
|
1487
1466
|
"name": "@powerhousedao/reactor-attachments",
|
|
1488
|
-
"version": "6.0.2-staging.
|
|
1467
|
+
"version": "6.0.2-staging.7",
|
|
1489
1468
|
"license": "AGPL-3.0-only",
|
|
1490
1469
|
"type": "module",
|
|
1491
1470
|
"repository": {
|
|
@@ -1521,7 +1500,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1521
1500
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-browser",
|
|
1522
1501
|
"manifest": {
|
|
1523
1502
|
"name": "@powerhousedao/reactor-browser",
|
|
1524
|
-
"version": "6.0.2-staging.
|
|
1503
|
+
"version": "6.0.2-staging.7",
|
|
1525
1504
|
"license": "AGPL-3.0-only",
|
|
1526
1505
|
"type": "module",
|
|
1527
1506
|
"repository": {
|
|
@@ -1578,7 +1557,10 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1578
1557
|
"lodash.isequal": "^4.5.0",
|
|
1579
1558
|
"luxon": "^3.6.1",
|
|
1580
1559
|
"lz-string": "^1.5.0",
|
|
1581
|
-
"
|
|
1560
|
+
"normalize-exception": "^4.0.1",
|
|
1561
|
+
"remeda": "catalog:",
|
|
1562
|
+
"slug": "^11.0.0",
|
|
1563
|
+
"zod": "catalog:"
|
|
1582
1564
|
},
|
|
1583
1565
|
"devDependencies": {
|
|
1584
1566
|
"@electric-sql/pglite": "catalog:",
|
|
@@ -1614,7 +1596,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1614
1596
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-hypercore",
|
|
1615
1597
|
"manifest": {
|
|
1616
1598
|
"name": "@powerhousedao/reactor-hypercore",
|
|
1617
|
-
"version": "6.0.2-staging.
|
|
1599
|
+
"version": "6.0.2-staging.7",
|
|
1618
1600
|
"description": "Hypercore-backed IOperationStore for the Powerhouse Reactor",
|
|
1619
1601
|
"repository": {
|
|
1620
1602
|
"url": "https://github.com/powerhouse-inc/powerhouse",
|
|
@@ -1656,7 +1638,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1656
1638
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-mcp",
|
|
1657
1639
|
"manifest": {
|
|
1658
1640
|
"name": "@powerhousedao/reactor-mcp",
|
|
1659
|
-
"version": "6.0.2-staging.
|
|
1641
|
+
"version": "6.0.2-staging.7",
|
|
1660
1642
|
"description": "MCP server for document model operations in the Powerhouse ecosystem. For document model creation tasks, consider using the document-model-creator agent which provides a more guided experience.",
|
|
1661
1643
|
"type": "module",
|
|
1662
1644
|
"repository": {
|
|
@@ -1685,16 +1667,12 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1685
1667
|
"author": "",
|
|
1686
1668
|
"license": "AGPL-3.0-only",
|
|
1687
1669
|
"dependencies": {
|
|
1688
|
-
"@ai-sdk/openai": "2.0.0",
|
|
1689
1670
|
"@modelcontextprotocol/sdk": "catalog:",
|
|
1690
1671
|
"@openfeature/core": "catalog:",
|
|
1691
1672
|
"@openfeature/env-var-provider": "catalog:",
|
|
1692
1673
|
"@openfeature/server-sdk": "catalog:",
|
|
1693
|
-
"@powerhousedao/codegen": "workspace:*",
|
|
1694
|
-
"@powerhousedao/shared": "workspace:*",
|
|
1695
|
-
"@powerhousedao/config": "workspace:*",
|
|
1696
1674
|
"@powerhousedao/reactor": "workspace:*",
|
|
1697
|
-
"
|
|
1675
|
+
"@powerhousedao/shared": "workspace:*",
|
|
1698
1676
|
"change-case": "catalog:",
|
|
1699
1677
|
"document-model": "workspace:*",
|
|
1700
1678
|
"vite": "catalog:",
|
|
@@ -1711,7 +1689,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1711
1689
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/registry",
|
|
1712
1690
|
"manifest": {
|
|
1713
1691
|
"name": "@powerhousedao/registry",
|
|
1714
|
-
"version": "6.0.2-staging.
|
|
1692
|
+
"version": "6.0.2-staging.7",
|
|
1715
1693
|
"description": "",
|
|
1716
1694
|
"type": "module",
|
|
1717
1695
|
"repository": {
|
|
@@ -1733,6 +1711,8 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1733
1711
|
"license": "ISC",
|
|
1734
1712
|
"dependencies": {
|
|
1735
1713
|
"@powerhousedao/shared": "workspace:*",
|
|
1714
|
+
"@renown/sdk": "workspace:*",
|
|
1715
|
+
"@verdaccio/signature": "8.0.0-next-8.29",
|
|
1736
1716
|
"cmd-ts": "catalog:",
|
|
1737
1717
|
"express": "^4.22.1",
|
|
1738
1718
|
"find-up": "^8.0.0",
|
|
@@ -1754,7 +1734,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1754
1734
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/renown",
|
|
1755
1735
|
"manifest": {
|
|
1756
1736
|
"name": "@renown/sdk",
|
|
1757
|
-
"version": "6.0.2-staging.
|
|
1737
|
+
"version": "6.0.2-staging.7",
|
|
1758
1738
|
"description": "",
|
|
1759
1739
|
"license": "AGPL-3.0-only",
|
|
1760
1740
|
"private": false,
|
|
@@ -1790,10 +1770,9 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1790
1770
|
"vitest": "catalog:"
|
|
1791
1771
|
},
|
|
1792
1772
|
"dependencies": {
|
|
1773
|
+
"@didtools/key-webcrypto": "^0.2.0",
|
|
1793
1774
|
"@powerhousedao/shared": "workspace:*",
|
|
1794
|
-
"did-jwt": "^8.0.18",
|
|
1795
1775
|
"did-jwt-vc": "^4.0.12",
|
|
1796
|
-
"did-key-creator": "^1.2.0",
|
|
1797
1776
|
"did-resolver": "^4.1.0",
|
|
1798
1777
|
"key-did-resolver": "^4.0.0",
|
|
1799
1778
|
"uint8arrays": "^5.1.0"
|
|
@@ -1804,7 +1783,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1804
1783
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/shared",
|
|
1805
1784
|
"manifest": {
|
|
1806
1785
|
"name": "@powerhousedao/shared",
|
|
1807
|
-
"version": "6.0.2-staging.
|
|
1786
|
+
"version": "6.0.2-staging.7",
|
|
1808
1787
|
"type": "module",
|
|
1809
1788
|
"sideEffects": false,
|
|
1810
1789
|
"publishConfig": { "access": "public" },
|
|
@@ -1874,10 +1853,38 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1874
1853
|
"./clis": {
|
|
1875
1854
|
"source": "./clis/index.mts",
|
|
1876
1855
|
"import": "./dist/clis/index.mjs"
|
|
1856
|
+
},
|
|
1857
|
+
"./clis/args": {
|
|
1858
|
+
"source": "./clis/args/index.ts",
|
|
1859
|
+
"import": "./dist/clis/args/index.mjs"
|
|
1860
|
+
},
|
|
1861
|
+
"./clis/args/*": {
|
|
1862
|
+
"source": "./clis/args/*.ts",
|
|
1863
|
+
"import": "./dist/clis/args/*.mjs"
|
|
1864
|
+
},
|
|
1865
|
+
"./clis/constants": {
|
|
1866
|
+
"source": "./clis/constants.ts",
|
|
1867
|
+
"import": "./dist/clis/constants.mjs"
|
|
1868
|
+
},
|
|
1869
|
+
"./clis/utils": {
|
|
1870
|
+
"source": "./clis/utils.ts",
|
|
1871
|
+
"import": "./dist/clis/utils.mjs"
|
|
1872
|
+
},
|
|
1873
|
+
"./clis/command-names": {
|
|
1874
|
+
"source": "./clis/command-names.ts",
|
|
1875
|
+
"import": "./dist/clis/command-names.mjs"
|
|
1876
|
+
},
|
|
1877
|
+
"./clis/telemetry": {
|
|
1878
|
+
"source": "./clis/services/telemetry.ts",
|
|
1879
|
+
"import": "./dist/clis/services/telemetry.mjs"
|
|
1880
|
+
},
|
|
1881
|
+
"./build-config": {
|
|
1882
|
+
"source": "./clis/build-config.mts",
|
|
1883
|
+
"import": "./dist/clis/build-config.mjs"
|
|
1877
1884
|
}
|
|
1878
1885
|
},
|
|
1879
1886
|
"dependencies": {
|
|
1880
|
-
"@sentry/node": "^
|
|
1887
|
+
"@sentry/node-core": "^10.52.0",
|
|
1881
1888
|
"@sindresorhus/fnv1a": "catalog:",
|
|
1882
1889
|
"chalk": "catalog:",
|
|
1883
1890
|
"change-case": "catalog:",
|
|
@@ -1913,7 +1920,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1913
1920
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/vetra",
|
|
1914
1921
|
"manifest": {
|
|
1915
1922
|
"name": "@powerhousedao/vetra",
|
|
1916
|
-
"version": "6.0.2-staging.
|
|
1923
|
+
"version": "6.0.2-staging.7",
|
|
1917
1924
|
"license": "AGPL-3.0-only",
|
|
1918
1925
|
"type": "module",
|
|
1919
1926
|
"sideEffects": false,
|
|
@@ -1971,27 +1978,20 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
1971
1978
|
"service-unstartup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-unstartup.sh"
|
|
1972
1979
|
},
|
|
1973
1980
|
"dependencies": {
|
|
1974
|
-
"@
|
|
1975
|
-
"@electric-sql/pglite-tools": "catalog:",
|
|
1976
|
-
"@powerhousedao/common": "workspace:*",
|
|
1981
|
+
"@powerhousedao/codegen": "workspace:*",
|
|
1977
1982
|
"@powerhousedao/config": "workspace:*",
|
|
1978
1983
|
"@powerhousedao/design-system": "workspace:*",
|
|
1979
1984
|
"@powerhousedao/reactor-browser": "workspace:*",
|
|
1980
1985
|
"@powerhousedao/shared": "workspace:*",
|
|
1981
|
-
"@powerhousedao/builder-tools": "workspace:*",
|
|
1982
1986
|
"change-case": "catalog:",
|
|
1983
|
-
"colorette": "catalog:",
|
|
1984
1987
|
"document-model": "workspace:*",
|
|
1985
|
-
"graphql": "catalog:",
|
|
1986
|
-
"graphql-tag": "catalog:",
|
|
1987
1988
|
"kysely": "catalog:",
|
|
1988
|
-
"zod": "catalog:",
|
|
1989
|
-
"@powerhousedao/codegen": "workspace:*",
|
|
1990
1989
|
"react": "catalog:",
|
|
1991
|
-
"
|
|
1992
|
-
"
|
|
1990
|
+
"ts-morph": "catalog:",
|
|
1991
|
+
"zod": "catalog:"
|
|
1993
1992
|
},
|
|
1994
1993
|
"devDependencies": {
|
|
1994
|
+
"@powerhousedao/builder-tools": "workspace:*",
|
|
1995
1995
|
"@tailwindcss/cli": "catalog:",
|
|
1996
1996
|
"@testing-library/jest-dom": "^6.9.1",
|
|
1997
1997
|
"@testing-library/react": "^16.3.0",
|
|
@@ -2000,10 +2000,15 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
2000
2000
|
"@types/react": "catalog:",
|
|
2001
2001
|
"@types/react-dom": "catalog:",
|
|
2002
2002
|
"@vitejs/plugin-react": "catalog:",
|
|
2003
|
+
"react-dom": "catalog:",
|
|
2003
2004
|
"tailwindcss": "catalog:",
|
|
2005
|
+
"tsdown": "catalog:",
|
|
2004
2006
|
"vite": "catalog:",
|
|
2005
|
-
"vitest": "catalog:"
|
|
2006
|
-
|
|
2007
|
+
"vitest": "catalog:"
|
|
2008
|
+
},
|
|
2009
|
+
"optionalDependencies": {
|
|
2010
|
+
"@powerhousedao/connect": "workspace:*",
|
|
2011
|
+
"@powerhousedao/ph-cli": "workspace:*"
|
|
2007
2012
|
},
|
|
2008
2013
|
"description": ""
|
|
2009
2014
|
}
|
|
@@ -2216,39 +2221,39 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
2216
2221
|
"files": ["dist"],
|
|
2217
2222
|
"exports": {
|
|
2218
2223
|
".": {
|
|
2219
|
-
"
|
|
2224
|
+
"types": "./dist/types/index.d.ts",
|
|
2220
2225
|
"browser": "./dist/browser/index.js",
|
|
2221
|
-
"node": "./dist/node/index.
|
|
2226
|
+
"node": "./dist/node/index.mjs"
|
|
2222
2227
|
},
|
|
2223
2228
|
"./document-models": {
|
|
2224
|
-
"
|
|
2229
|
+
"types": "./dist/types/document-models/index.d.ts",
|
|
2225
2230
|
"browser": "./dist/browser/document-models/index.js",
|
|
2226
|
-
"node": "./dist/node/document-models/index.
|
|
2231
|
+
"node": "./dist/node/document-models/index.mjs"
|
|
2227
2232
|
},
|
|
2228
2233
|
"./document-models/*": {
|
|
2229
|
-
"
|
|
2234
|
+
"types": "./dist/types/document-models/*/index.d.ts",
|
|
2230
2235
|
"browser": "./dist/browser/document-models/*/index.js",
|
|
2231
|
-
"node": "./dist/node/document-models/*/index.
|
|
2236
|
+
"node": "./dist/node/document-models/*/index.mjs"
|
|
2232
2237
|
},
|
|
2233
2238
|
"./editors": {
|
|
2234
|
-
"
|
|
2239
|
+
"types": "./dist/types/editors/index.d.ts",
|
|
2235
2240
|
"browser": "./dist/browser/editors/index.js",
|
|
2236
|
-
"node": "./dist/node/editors/index.
|
|
2241
|
+
"node": "./dist/node/editors/index.mjs"
|
|
2237
2242
|
},
|
|
2238
2243
|
"./editors/*": {
|
|
2239
|
-
"
|
|
2240
|
-
"browser": "./dist/browser/editors/*/
|
|
2241
|
-
"node": "./dist/node/editors/*/
|
|
2244
|
+
"types": "./dist/types/editors/*/editor.d.ts",
|
|
2245
|
+
"browser": "./dist/browser/editors/*/editor.js",
|
|
2246
|
+
"node": "./dist/node/editors/*/editor.mjs"
|
|
2242
2247
|
},
|
|
2243
2248
|
"./subgraphs": {
|
|
2244
|
-
"
|
|
2249
|
+
"types": "./dist/types/subgraphs/index.d.ts",
|
|
2245
2250
|
"browser": "./dist/browser/subgraphs/index.js",
|
|
2246
|
-
"node": "./dist/node/subgraphs/index.
|
|
2251
|
+
"node": "./dist/node/subgraphs/index.mjs"
|
|
2247
2252
|
},
|
|
2248
2253
|
"./processors": {
|
|
2249
|
-
"
|
|
2254
|
+
"types": "./dist/types/processors/index.d.ts",
|
|
2250
2255
|
"browser": "./dist/browser/processors/index.js",
|
|
2251
|
-
"node": "./dist/node/processors/index.
|
|
2256
|
+
"node": "./dist/node/processors/index.mjs"
|
|
2252
2257
|
},
|
|
2253
2258
|
"./manifest": "./dist/powerhouse.manifest.json",
|
|
2254
2259
|
"./style.css": "./dist/style.css"
|
|
@@ -2257,7 +2262,7 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
2257
2262
|
"scripts": {
|
|
2258
2263
|
"create:todo": "tsx scripts/create-versioned-todo.ts && ph-cli generate ./scripts/versioned-todo.zip --use-versioning",
|
|
2259
2264
|
"tsc": "tsc",
|
|
2260
|
-
"lint": "eslint",
|
|
2265
|
+
"lint": "eslint --config eslint.config.js --cache",
|
|
2261
2266
|
"test": "vitest --run",
|
|
2262
2267
|
"test:watch": "vitest",
|
|
2263
2268
|
"test:document-models": "vitest run document-models",
|
|
@@ -2270,34 +2275,51 @@ async function getFullyQualifiedWorkspacePackageVersion(versionOrTag) {
|
|
|
2270
2275
|
"service": "ph-cli service",
|
|
2271
2276
|
"migrate": "ph-cli migrate",
|
|
2272
2277
|
"service-startup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-startup.sh",
|
|
2273
|
-
"service-unstartup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-unstartup.sh"
|
|
2278
|
+
"service-unstartup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-unstartup.sh",
|
|
2279
|
+
"lint:fix": "npm run lint -- --fix",
|
|
2280
|
+
"tsc:watch": "tsc --watch",
|
|
2281
|
+
"vetra": "ph-cli vetra"
|
|
2274
2282
|
},
|
|
2275
2283
|
"dependencies": {
|
|
2276
|
-
"
|
|
2284
|
+
"@powerhousedao/analytics-engine-core": "workspace:*",
|
|
2285
|
+
"@powerhousedao/connect": "workspace:*",
|
|
2277
2286
|
"@powerhousedao/design-system": "workspace:*",
|
|
2278
2287
|
"@powerhousedao/document-engineering": "catalog:",
|
|
2279
|
-
"@powerhousedao/reactor": "workspace:*",
|
|
2288
|
+
"@powerhousedao/reactor-api": "workspace:*",
|
|
2280
2289
|
"@powerhousedao/reactor-browser": "workspace:*",
|
|
2281
|
-
"@powerhousedao/
|
|
2282
|
-
"
|
|
2290
|
+
"@powerhousedao/shared": "workspace:*",
|
|
2291
|
+
"document-model": "workspace:*",
|
|
2292
|
+
"graphql": "catalog:",
|
|
2293
|
+
"graphql-tag": "catalog:",
|
|
2283
2294
|
"react": "catalog:",
|
|
2284
2295
|
"react-dom": "catalog:",
|
|
2285
2296
|
"zod": "catalog:"
|
|
2286
2297
|
},
|
|
2287
2298
|
"devDependencies": {
|
|
2299
|
+
"@electric-sql/pglite": "catalog:",
|
|
2300
|
+
"@electric-sql/pglite-tools": "catalog:",
|
|
2301
|
+
"@eslint/js": "^9.38.0",
|
|
2288
2302
|
"@powerhousedao/ph-cli": "workspace:*",
|
|
2289
|
-
"
|
|
2303
|
+
"@powerhousedao/reactor": "workspace:*",
|
|
2290
2304
|
"@tailwindcss/cli": "catalog:",
|
|
2291
|
-
"tailwindcss": "catalog:",
|
|
2292
2305
|
"@testing-library/jest-dom": "^6.9.1",
|
|
2293
2306
|
"@types/node": "catalog:",
|
|
2294
2307
|
"@types/react": "catalog:",
|
|
2295
2308
|
"@types/react-dom": "catalog:",
|
|
2296
2309
|
"@vitejs/plugin-react": "catalog:",
|
|
2310
|
+
"eslint": "^9.38.0",
|
|
2311
|
+
"eslint-config-prettier": "^10.1.8",
|
|
2312
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
2313
|
+
"eslint-plugin-react": "^7.37.5",
|
|
2314
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
2315
|
+
"globals": "^16.4.0",
|
|
2316
|
+
"tailwindcss": "catalog:",
|
|
2317
|
+
"tsdown": "catalog:",
|
|
2318
|
+
"typescript": "^5.9.3",
|
|
2319
|
+
"typescript-eslint": "^8.46.2",
|
|
2297
2320
|
"vite": "catalog:",
|
|
2298
|
-
"
|
|
2299
|
-
"
|
|
2300
|
-
"@electric-sql/pglite-tools": "catalog:"
|
|
2321
|
+
"vite-tsconfig-paths": "catalog:",
|
|
2322
|
+
"vitest": "catalog:"
|
|
2301
2323
|
},
|
|
2302
2324
|
"description": ""
|
|
2303
2325
|
}
|
|
@@ -2424,7 +2446,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2424
2446
|
"dir": "/home/runner/work/powerhouse/powerhouse/apps/academy",
|
|
2425
2447
|
"manifest": {
|
|
2426
2448
|
"name": "@powerhousedao/academy",
|
|
2427
|
-
"version": "6.0.2-staging.
|
|
2449
|
+
"version": "6.0.2-staging.7",
|
|
2428
2450
|
"homepage": "https://powerhouse.academy",
|
|
2429
2451
|
"packageManager": "pnpm@10.9.0",
|
|
2430
2452
|
"repository": {
|
|
@@ -2459,8 +2481,8 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2459
2481
|
"@mdx-js/react": "^3.0.0",
|
|
2460
2482
|
"clsx": "^2.0.0",
|
|
2461
2483
|
"prism-react-renderer": "^2.3.0",
|
|
2462
|
-
"react": "19.2.
|
|
2463
|
-
"react-dom": "19.2.
|
|
2484
|
+
"react": "19.2.6",
|
|
2485
|
+
"react-dom": "19.2.6"
|
|
2464
2486
|
},
|
|
2465
2487
|
"devDependencies": {
|
|
2466
2488
|
"@docusaurus/module-type-aliases": "^3.10.0",
|
|
@@ -2490,7 +2512,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2490
2512
|
"manifest": {
|
|
2491
2513
|
"name": "@powerhousedao/connect",
|
|
2492
2514
|
"productName": "Powerhouse-Connect",
|
|
2493
|
-
"version": "6.0.2-staging.
|
|
2515
|
+
"version": "6.0.2-staging.7",
|
|
2494
2516
|
"description": "Powerhouse Connect",
|
|
2495
2517
|
"main": "dist/index.html",
|
|
2496
2518
|
"type": "module",
|
|
@@ -2602,7 +2624,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2602
2624
|
"manifest": {
|
|
2603
2625
|
"name": "@powerhousedao/switchboard",
|
|
2604
2626
|
"type": "module",
|
|
2605
|
-
"version": "6.0.2-staging.
|
|
2627
|
+
"version": "6.0.2-staging.7",
|
|
2606
2628
|
"main": "dist/index.mjs",
|
|
2607
2629
|
"exports": {
|
|
2608
2630
|
".": {
|
|
@@ -2651,17 +2673,26 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2651
2673
|
"@powerhousedao/config": "workspace:*",
|
|
2652
2674
|
"@opentelemetry/api": "^1.9.0",
|
|
2653
2675
|
"@opentelemetry/exporter-metrics-otlp-http": "^0.57.2",
|
|
2676
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.57.2",
|
|
2677
|
+
"@opentelemetry/instrumentation-express": "^0.48.0",
|
|
2678
|
+
"@opentelemetry/instrumentation-graphql": "^0.48.0",
|
|
2679
|
+
"@opentelemetry/instrumentation-http": "^0.200.0",
|
|
2680
|
+
"@opentelemetry/instrumentation-pg": "^0.52.0",
|
|
2654
2681
|
"@opentelemetry/resources": "^1.29.0",
|
|
2655
2682
|
"@opentelemetry/sdk-metrics": "^1.29.0",
|
|
2683
|
+
"@opentelemetry/sdk-node": "^0.57.2",
|
|
2684
|
+
"@opentelemetry/sdk-trace-base": "^1.29.0",
|
|
2685
|
+
"@opentelemetry/semantic-conventions": "^1.29.0",
|
|
2656
2686
|
"@powerhousedao/opentelemetry-instrumentation-reactor": "workspace:*",
|
|
2657
2687
|
"@powerhousedao/reactor": "workspace:*",
|
|
2658
2688
|
"@powerhousedao/shared": "workspace:*",
|
|
2659
2689
|
"@powerhousedao/vetra": "workspace:*",
|
|
2660
2690
|
"@powerhousedao/reactor-api": "workspace:*",
|
|
2661
2691
|
"@powerhousedao/reactor-attachments": "workspace:*",
|
|
2662
|
-
"@renown/sdk": "workspace:*",
|
|
2663
2692
|
"@pyroscope/nodejs": "^0.4.5",
|
|
2693
|
+
"@renown/sdk": "workspace:*",
|
|
2664
2694
|
"@sentry/node": "^9.6.1",
|
|
2695
|
+
"@sentry/opentelemetry": "^9.6.1",
|
|
2665
2696
|
"document-model": "workspace:*",
|
|
2666
2697
|
"dotenv": "^16.4.7",
|
|
2667
2698
|
"express": "^4.21.2",
|
|
@@ -2687,7 +2718,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2687
2718
|
"dir": "/home/runner/work/powerhouse/powerhouse/clis/ph-cli",
|
|
2688
2719
|
"manifest": {
|
|
2689
2720
|
"name": "@powerhousedao/ph-cli",
|
|
2690
|
-
"version": "6.0.2-staging.
|
|
2721
|
+
"version": "6.0.2-staging.7",
|
|
2691
2722
|
"description": "",
|
|
2692
2723
|
"license": "AGPL-3.0-only",
|
|
2693
2724
|
"type": "module",
|
|
@@ -2717,14 +2748,10 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2717
2748
|
"@powerhousedao/codegen": "workspace:*",
|
|
2718
2749
|
"@powerhousedao/common": "workspace:*",
|
|
2719
2750
|
"@powerhousedao/config": "workspace:*",
|
|
2720
|
-
"@powerhousedao/ph-clint": "^0.1.0-dev.21",
|
|
2721
2751
|
"@powerhousedao/reactor": "workspace:*",
|
|
2722
2752
|
"@powerhousedao/shared": "workspace:*",
|
|
2723
2753
|
"@powerhousedao/switchboard": "workspace:*",
|
|
2724
2754
|
"@renown/sdk": "workspace:*",
|
|
2725
|
-
"@mastra/core": "^1.22.0",
|
|
2726
|
-
"@mastra/libsql": "^1.7.4",
|
|
2727
|
-
"@mastra/memory": "^1.13.1",
|
|
2728
2755
|
"chalk": "catalog:",
|
|
2729
2756
|
"change-case": "catalog:",
|
|
2730
2757
|
"cmd-ts": "catalog:",
|
|
@@ -2754,7 +2781,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2754
2781
|
"dir": "/home/runner/work/powerhouse/powerhouse/clis/ph-cmd",
|
|
2755
2782
|
"manifest": {
|
|
2756
2783
|
"name": "ph-cmd",
|
|
2757
|
-
"version": "6.0.2-staging.
|
|
2784
|
+
"version": "6.0.2-staging.7",
|
|
2758
2785
|
"description": "",
|
|
2759
2786
|
"license": "AGPL-3.0-only",
|
|
2760
2787
|
"type": "module",
|
|
@@ -2769,7 +2796,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2769
2796
|
"scripts": {
|
|
2770
2797
|
"tsc": "tsc",
|
|
2771
2798
|
"lint": "eslint",
|
|
2772
|
-
"generate-docs": "
|
|
2799
|
+
"generate-docs": "bun run scripts/generate-commands-docs.ts",
|
|
2773
2800
|
"build": "tsdown",
|
|
2774
2801
|
"postbuild": "bun generate-docs",
|
|
2775
2802
|
"dev": "bun run ./src/cli.ts",
|
|
@@ -2780,20 +2807,18 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2780
2807
|
"keywords": [],
|
|
2781
2808
|
"author": "",
|
|
2782
2809
|
"dependencies": {
|
|
2783
|
-
"@powerhousedao/codegen": "workspace:*",
|
|
2784
|
-
"@powerhousedao/common": "workspace:*",
|
|
2785
2810
|
"@powerhousedao/shared": "workspace:*",
|
|
2786
2811
|
"chalk": "catalog:",
|
|
2787
2812
|
"cmd-ts": "catalog:",
|
|
2788
2813
|
"package-manager-detector": "catalog:",
|
|
2789
2814
|
"read-pkg": "catalog:",
|
|
2790
|
-
"
|
|
2791
|
-
"
|
|
2815
|
+
"semver": "catalog:",
|
|
2816
|
+
"write-package": "catalog:"
|
|
2792
2817
|
},
|
|
2793
2818
|
"devDependencies": {
|
|
2819
|
+
"@powerhousedao/codegen": "workspace:*",
|
|
2794
2820
|
"tsdown": "catalog:",
|
|
2795
|
-
"vitest": "catalog:"
|
|
2796
|
-
"commander": "catalog:"
|
|
2821
|
+
"vitest": "catalog:"
|
|
2797
2822
|
}
|
|
2798
2823
|
}
|
|
2799
2824
|
},
|
|
@@ -2801,7 +2826,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2801
2826
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/browser",
|
|
2802
2827
|
"manifest": {
|
|
2803
2828
|
"name": "@powerhousedao/analytics-engine-browser",
|
|
2804
|
-
"version": "6.0.2-staging.
|
|
2829
|
+
"version": "6.0.2-staging.7",
|
|
2805
2830
|
"license": "AGPL-3.0-only",
|
|
2806
2831
|
"repository": {
|
|
2807
2832
|
"type": "git",
|
|
@@ -2828,9 +2853,6 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2828
2853
|
"dependencies": {
|
|
2829
2854
|
"@powerhousedao/analytics-engine-core": "workspace:*",
|
|
2830
2855
|
"@electric-sql/pglite": "catalog:",
|
|
2831
|
-
"date-fns": "catalog:",
|
|
2832
|
-
"events": "catalog:",
|
|
2833
|
-
"util": "catalog:",
|
|
2834
2856
|
"luxon": "catalog:",
|
|
2835
2857
|
"change-case": "catalog:"
|
|
2836
2858
|
},
|
|
@@ -2848,7 +2870,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2848
2870
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/core",
|
|
2849
2871
|
"manifest": {
|
|
2850
2872
|
"name": "@powerhousedao/analytics-engine-core",
|
|
2851
|
-
"version": "6.0.2-staging.
|
|
2873
|
+
"version": "6.0.2-staging.7",
|
|
2852
2874
|
"license": "AGPL-3.0-only",
|
|
2853
2875
|
"repository": {
|
|
2854
2876
|
"type": "git",
|
|
@@ -2867,7 +2889,6 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2867
2889
|
"test": "vitest --run ./**/*.test.ts"
|
|
2868
2890
|
},
|
|
2869
2891
|
"dependencies": {
|
|
2870
|
-
"date-fns": "catalog:",
|
|
2871
2892
|
"luxon": "catalog:",
|
|
2872
2893
|
"@powerhousedao/shared": "workspace:*"
|
|
2873
2894
|
},
|
|
@@ -2882,7 +2903,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2882
2903
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/graphql",
|
|
2883
2904
|
"manifest": {
|
|
2884
2905
|
"name": "@powerhousedao/analytics-engine-graphql",
|
|
2885
|
-
"version": "6.0.2-staging.
|
|
2906
|
+
"version": "6.0.2-staging.7",
|
|
2886
2907
|
"license": "AGPL-3.0-only",
|
|
2887
2908
|
"repository": {
|
|
2888
2909
|
"type": "git",
|
|
@@ -2915,7 +2936,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2915
2936
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/knex",
|
|
2916
2937
|
"manifest": {
|
|
2917
2938
|
"name": "@powerhousedao/analytics-engine-knex",
|
|
2918
|
-
"version": "6.0.2-staging.
|
|
2939
|
+
"version": "6.0.2-staging.7",
|
|
2919
2940
|
"license": "AGPL-3.0-only",
|
|
2920
2941
|
"repository": {
|
|
2921
2942
|
"type": "git",
|
|
@@ -2934,7 +2955,6 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2934
2955
|
"test": "vitest --run ./**/*.test.ts"
|
|
2935
2956
|
},
|
|
2936
2957
|
"dependencies": {
|
|
2937
|
-
"date-fns": "catalog:",
|
|
2938
2958
|
"knex": "catalog:",
|
|
2939
2959
|
"luxon": "catalog:",
|
|
2940
2960
|
"pg": "catalog:",
|
|
@@ -2953,7 +2973,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2953
2973
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/analytics-engine/pg",
|
|
2954
2974
|
"manifest": {
|
|
2955
2975
|
"name": "@powerhousedao/analytics-engine-pg",
|
|
2956
|
-
"version": "6.0.2-staging.
|
|
2976
|
+
"version": "6.0.2-staging.7",
|
|
2957
2977
|
"license": "AGPL-3.0-only",
|
|
2958
2978
|
"repository": {
|
|
2959
2979
|
"type": "git",
|
|
@@ -2972,7 +2992,6 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2972
2992
|
"build": "tsdown"
|
|
2973
2993
|
},
|
|
2974
2994
|
"dependencies": {
|
|
2975
|
-
"date-fns": "catalog:",
|
|
2976
2995
|
"knex": "catalog:",
|
|
2977
2996
|
"luxon": "catalog:",
|
|
2978
2997
|
"pg": "catalog:",
|
|
@@ -2984,13 +3003,6 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2984
3003
|
"@types/luxon": "catalog:",
|
|
2985
3004
|
"@types/node": "catalog:",
|
|
2986
3005
|
"@types/pg": "catalog:",
|
|
2987
|
-
"better-sqlite3": "catalog:",
|
|
2988
|
-
"sqlite3": "catalog:",
|
|
2989
|
-
"mysql": "catalog:",
|
|
2990
|
-
"mysql2": "catalog:",
|
|
2991
|
-
"tedious": "catalog:",
|
|
2992
|
-
"pg-query-stream": "catalog:",
|
|
2993
|
-
"oracledb": "catalog:",
|
|
2994
3006
|
"vitest": "catalog:"
|
|
2995
3007
|
}
|
|
2996
3008
|
}
|
|
@@ -2999,7 +3011,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
2999
3011
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/builder-tools",
|
|
3000
3012
|
"manifest": {
|
|
3001
3013
|
"name": "@powerhousedao/builder-tools",
|
|
3002
|
-
"version": "6.0.2-staging.
|
|
3014
|
+
"version": "6.0.2-staging.7",
|
|
3003
3015
|
"type": "module",
|
|
3004
3016
|
"license": "AGPL-3.0-only",
|
|
3005
3017
|
"publishConfig": { "access": "public" },
|
|
@@ -3021,7 +3033,6 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3021
3033
|
"dependencies": {
|
|
3022
3034
|
"@powerhousedao/config": "workspace:*",
|
|
3023
3035
|
"@powerhousedao/shared": "workspace:*",
|
|
3024
|
-
"@sentry/vite-plugin": "^4.3.0",
|
|
3025
3036
|
"@tailwindcss/vite": "catalog:",
|
|
3026
3037
|
"@vitejs/plugin-react": "catalog:",
|
|
3027
3038
|
"document-model": "workspace:*",
|
|
@@ -3030,16 +3041,19 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3030
3041
|
"zod": "catalog:"
|
|
3031
3042
|
},
|
|
3032
3043
|
"devDependencies": {
|
|
3044
|
+
"@sentry/vite-plugin": "^4.3.0",
|
|
3033
3045
|
"tsdown": "catalog:",
|
|
3034
3046
|
"tsx": "catalog:"
|
|
3035
|
-
}
|
|
3047
|
+
},
|
|
3048
|
+
"peerDependencies": { "@sentry/vite-plugin": "^4.3.0" },
|
|
3049
|
+
"peerDependenciesMeta": { "@sentry/vite-plugin": { "optional": true } }
|
|
3036
3050
|
}
|
|
3037
3051
|
},
|
|
3038
3052
|
{
|
|
3039
3053
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/codegen",
|
|
3040
3054
|
"manifest": {
|
|
3041
3055
|
"name": "@powerhousedao/codegen",
|
|
3042
|
-
"version": "6.0.2-staging.
|
|
3056
|
+
"version": "6.0.2-staging.7",
|
|
3043
3057
|
"license": "AGPL-3.0-only",
|
|
3044
3058
|
"private": false,
|
|
3045
3059
|
"type": "module",
|
|
@@ -3112,7 +3126,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3112
3126
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/common",
|
|
3113
3127
|
"manifest": {
|
|
3114
3128
|
"name": "@powerhousedao/common",
|
|
3115
|
-
"version": "6.0.2-staging.
|
|
3129
|
+
"version": "6.0.2-staging.7",
|
|
3116
3130
|
"license": "AGPL-3.0-only",
|
|
3117
3131
|
"type": "module",
|
|
3118
3132
|
"files": ["/dist"],
|
|
@@ -3164,7 +3178,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3164
3178
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/config",
|
|
3165
3179
|
"manifest": {
|
|
3166
3180
|
"name": "@powerhousedao/config",
|
|
3167
|
-
"version": "6.0.2-staging.
|
|
3181
|
+
"version": "6.0.2-staging.7",
|
|
3168
3182
|
"description": "",
|
|
3169
3183
|
"license": "AGPL-3.0-only",
|
|
3170
3184
|
"private": false,
|
|
@@ -3199,7 +3213,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3199
3213
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/design-system",
|
|
3200
3214
|
"manifest": {
|
|
3201
3215
|
"name": "@powerhousedao/design-system",
|
|
3202
|
-
"version": "6.0.2-staging.
|
|
3216
|
+
"version": "6.0.2-staging.7",
|
|
3203
3217
|
"description": "",
|
|
3204
3218
|
"files": ["dist", "theme.css"],
|
|
3205
3219
|
"type": "module",
|
|
@@ -3243,10 +3257,6 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3243
3257
|
"types": "./dist/connect/components/toast/toast.d.ts",
|
|
3244
3258
|
"import": "./dist/connect/components/toast/toast.js"
|
|
3245
3259
|
},
|
|
3246
|
-
"./rwa": {
|
|
3247
|
-
"types": "./dist/rwa/index.d.ts",
|
|
3248
|
-
"import": "./dist/rwa/index.js"
|
|
3249
|
-
},
|
|
3250
3260
|
"./style.css": "./dist/style.css",
|
|
3251
3261
|
"./theme.css": "./theme.css"
|
|
3252
3262
|
},
|
|
@@ -3273,18 +3283,18 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3273
3283
|
"@powerhousedao/config": "workspace:*",
|
|
3274
3284
|
"@prettier/sync": "^0.5.2",
|
|
3275
3285
|
"@rollup/plugin-babel": "^7.0.0",
|
|
3276
|
-
"@storybook/addon-actions": "^8.6.
|
|
3277
|
-
"@storybook/addon-docs": "^8.6.
|
|
3278
|
-
"@storybook/addon-essentials": "^8.6.
|
|
3279
|
-
"@storybook/addon-interactions": "^8.6.
|
|
3280
|
-
"@storybook/addon-links": "^8.6.
|
|
3281
|
-
"@storybook/addon-themes": "^8.6.
|
|
3282
|
-
"@storybook/blocks": "^8.6.
|
|
3283
|
-
"@storybook/preview-api": "^8.6.
|
|
3284
|
-
"@storybook/react": "^8.6.
|
|
3285
|
-
"@storybook/react-vite": "^8.6.
|
|
3286
|
-
"@storybook/test": "^8.6.
|
|
3287
|
-
"@storybook/types": "^8.6.
|
|
3286
|
+
"@storybook/addon-actions": "^8.6.18",
|
|
3287
|
+
"@storybook/addon-docs": "^8.6.18",
|
|
3288
|
+
"@storybook/addon-essentials": "^8.6.18",
|
|
3289
|
+
"@storybook/addon-interactions": "^8.6.18",
|
|
3290
|
+
"@storybook/addon-links": "^8.6.18",
|
|
3291
|
+
"@storybook/addon-themes": "^8.6.18",
|
|
3292
|
+
"@storybook/blocks": "^8.6.18",
|
|
3293
|
+
"@storybook/preview-api": "^8.6.18",
|
|
3294
|
+
"@storybook/react": "^8.6.18",
|
|
3295
|
+
"@storybook/react-vite": "^8.6.18",
|
|
3296
|
+
"@storybook/test": "^8.6.18",
|
|
3297
|
+
"@storybook/types": "^8.6.18",
|
|
3288
3298
|
"@tailwindcss/cli": "catalog:",
|
|
3289
3299
|
"@tailwindcss/vite": "catalog:",
|
|
3290
3300
|
"@testing-library/dom": "^10.4.0",
|
|
@@ -3300,11 +3310,12 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3300
3310
|
"jsdom": "^24.0.0",
|
|
3301
3311
|
"react": "catalog:",
|
|
3302
3312
|
"react-dom": "catalog:",
|
|
3303
|
-
"storybook": "^8.6.
|
|
3313
|
+
"storybook": "^8.6.18",
|
|
3304
3314
|
"storybook-addon-pseudo-states": "^4.0.4",
|
|
3305
3315
|
"tailwind-scrollbar": "^4.0.1",
|
|
3306
3316
|
"tailwindcss": "catalog:",
|
|
3307
3317
|
"tsdown": "catalog:",
|
|
3318
|
+
"tsx": "catalog:",
|
|
3308
3319
|
"vite": "catalog:",
|
|
3309
3320
|
"vitest": "catalog:"
|
|
3310
3321
|
},
|
|
@@ -3326,23 +3337,19 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3326
3337
|
"@radix-ui/react-visually-hidden": "^1.1.0",
|
|
3327
3338
|
"@tanstack/react-query": "^5.49.2",
|
|
3328
3339
|
"@tanstack/react-virtual": "^3.8.1",
|
|
3340
|
+
"@uiw/react-json-view": "2.0.0-alpha.42",
|
|
3329
3341
|
"change-case": "catalog:",
|
|
3330
3342
|
"class-variance-authority": "^0.7.0",
|
|
3331
3343
|
"clsx": "^2.1.1",
|
|
3332
3344
|
"cmdk": "^1.0.4",
|
|
3333
3345
|
"date-fns": "catalog:",
|
|
3334
|
-
"date-fns-tz": "^3.2.0",
|
|
3335
3346
|
"diff": "^8.0.3",
|
|
3336
|
-
"document-model": "workspace:*",
|
|
3337
|
-
"mathjs": "^15.2.0",
|
|
3338
|
-
"natural-orderby": "^4.0.0",
|
|
3339
3347
|
"react-hook-form": "^7.53.0",
|
|
3340
3348
|
"react-json-view-lite": "^2.5.0",
|
|
3341
|
-
"react-number-format": "^5.4.2",
|
|
3342
3349
|
"react-select": "^5.8.0",
|
|
3343
3350
|
"react-toastify": "^10.0.4",
|
|
3351
|
+
"remeda": "catalog:",
|
|
3344
3352
|
"tailwind-merge": "catalog:",
|
|
3345
|
-
"tsx": "catalog:",
|
|
3346
3353
|
"usehooks-ts": "^3.1.1"
|
|
3347
3354
|
}
|
|
3348
3355
|
}
|
|
@@ -3351,7 +3358,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3351
3358
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/document-model",
|
|
3352
3359
|
"manifest": {
|
|
3353
3360
|
"name": "document-model",
|
|
3354
|
-
"version": "6.0.2-staging.
|
|
3361
|
+
"version": "6.0.2-staging.7",
|
|
3355
3362
|
"license": "AGPL-3.0-only",
|
|
3356
3363
|
"private": false,
|
|
3357
3364
|
"files": ["dist"],
|
|
@@ -3391,6 +3398,8 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3391
3398
|
"@types/mime": "^4.0.0",
|
|
3392
3399
|
"@types/node": "catalog:",
|
|
3393
3400
|
"jest": "^30.0.5",
|
|
3401
|
+
"tsdown": "catalog:",
|
|
3402
|
+
"tsx": "catalog:",
|
|
3394
3403
|
"vitest": "catalog:"
|
|
3395
3404
|
},
|
|
3396
3405
|
"dependencies": {
|
|
@@ -3399,9 +3408,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3399
3408
|
"mime": "^4.0.4",
|
|
3400
3409
|
"mutative": "^1.0.5",
|
|
3401
3410
|
"zod": "catalog:",
|
|
3402
|
-
"
|
|
3403
|
-
"jszip": "^3.10.1",
|
|
3404
|
-
"tsx": "catalog:"
|
|
3411
|
+
"jszip": "^3.10.1"
|
|
3405
3412
|
}
|
|
3406
3413
|
}
|
|
3407
3414
|
},
|
|
@@ -3409,7 +3416,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3409
3416
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/opentelemetry-instrumentation-reactor",
|
|
3410
3417
|
"manifest": {
|
|
3411
3418
|
"name": "@powerhousedao/opentelemetry-instrumentation-reactor",
|
|
3412
|
-
"version": "6.0.2-staging.
|
|
3419
|
+
"version": "6.0.2-staging.7",
|
|
3413
3420
|
"description": "OpenTelemetry instrumentation for @powerhousedao/reactor",
|
|
3414
3421
|
"type": "module",
|
|
3415
3422
|
"sideEffects": false,
|
|
@@ -3446,7 +3453,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3446
3453
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/powerhouse-vetra-packages",
|
|
3447
3454
|
"manifest": {
|
|
3448
3455
|
"name": "@powerhousedao/powerhouse-vetra-packages",
|
|
3449
|
-
"version": "6.0.2-staging.
|
|
3456
|
+
"version": "6.0.2-staging.7",
|
|
3450
3457
|
"description": "",
|
|
3451
3458
|
"keywords": [],
|
|
3452
3459
|
"author": "",
|
|
@@ -3560,7 +3567,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3560
3567
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor",
|
|
3561
3568
|
"manifest": {
|
|
3562
3569
|
"name": "@powerhousedao/reactor",
|
|
3563
|
-
"version": "6.0.2-staging.
|
|
3570
|
+
"version": "6.0.2-staging.7",
|
|
3564
3571
|
"description": "",
|
|
3565
3572
|
"repository": {
|
|
3566
3573
|
"url": "https://github.com/powerhouse-inc/powerhouse",
|
|
@@ -3584,14 +3591,16 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3584
3591
|
"clean:node_modules": "rimraf node_modules",
|
|
3585
3592
|
"claude": "pnpm build && pnpm test && pnpm exec prettier --write \"**/*.ts\" && pnpm lint",
|
|
3586
3593
|
"migrate": "tsx src/storage/migrations/run-migrations.ts",
|
|
3587
|
-
"migrate:status": "tsx src/storage/migrations/run-migrations.ts status"
|
|
3594
|
+
"migrate:status": "tsx src/storage/migrations/run-migrations.ts status",
|
|
3595
|
+
"docker:up": "docker compose up -d",
|
|
3596
|
+
"docker:down": "docker compose down"
|
|
3588
3597
|
},
|
|
3589
3598
|
"publishConfig": { "access": "public" },
|
|
3590
3599
|
"keywords": [],
|
|
3591
3600
|
"author": "",
|
|
3592
3601
|
"license": "AGPL-3.0-only",
|
|
3593
3602
|
"dependencies": {
|
|
3594
|
-
"uuid": "^
|
|
3603
|
+
"uuid": "^14.0.0",
|
|
3595
3604
|
"kysely": "catalog:",
|
|
3596
3605
|
"kysely-pglite-dialect": "catalog:",
|
|
3597
3606
|
"@electric-sql/pglite": "catalog:",
|
|
@@ -3614,7 +3623,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3614
3623
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-api",
|
|
3615
3624
|
"manifest": {
|
|
3616
3625
|
"name": "@powerhousedao/reactor-api",
|
|
3617
|
-
"version": "6.0.2-staging.
|
|
3626
|
+
"version": "6.0.2-staging.7",
|
|
3618
3627
|
"description": "",
|
|
3619
3628
|
"type": "module",
|
|
3620
3629
|
"repository": {
|
|
@@ -3647,7 +3656,8 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3647
3656
|
"bench": "vitest bench",
|
|
3648
3657
|
"codegen": "graphql-codegen --config codegen.ts && prettier --write src/graphql/reactor/gen/*.ts && eslint --fix src/graphql/reactor/gen/*.ts --no-warn-ignored",
|
|
3649
3658
|
"codegen:watch": "graphql-codegen --config codegen.ts --watch",
|
|
3650
|
-
"dev": "tsx src/dev.ts"
|
|
3659
|
+
"dev": "tsx src/dev.ts",
|
|
3660
|
+
"capture-hub-dump": "tsx scripts/capture-hub-dump.ts"
|
|
3651
3661
|
},
|
|
3652
3662
|
"publishConfig": { "access": "public" },
|
|
3653
3663
|
"keywords": [],
|
|
@@ -3655,18 +3665,10 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3655
3665
|
"license": "AGPL-3.0-only",
|
|
3656
3666
|
"dependencies": {
|
|
3657
3667
|
"@apollo/gateway": "^2.13.2",
|
|
3658
|
-
"@apollo/server": "^5.5.
|
|
3668
|
+
"@apollo/server": "^5.5.1",
|
|
3659
3669
|
"@apollo/subgraph": "^2.13.2",
|
|
3660
3670
|
"@as-integrations/express4": "^1.1.2",
|
|
3661
3671
|
"@electric-sql/pglite": "catalog:",
|
|
3662
|
-
"@opentelemetry/auto-instrumentations-node": "^0.57.1",
|
|
3663
|
-
"@opentelemetry/exporter-metrics-otlp-http": "^0.57.2",
|
|
3664
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.57.2",
|
|
3665
|
-
"@opentelemetry/resources": "^1.29.0",
|
|
3666
|
-
"@opentelemetry/sdk-metrics": "^1.29.0",
|
|
3667
|
-
"@opentelemetry/sdk-node": "^0.57.2",
|
|
3668
|
-
"@opentelemetry/sdk-trace-base": "^1.29.0",
|
|
3669
|
-
"@opentelemetry/semantic-conventions": "^1.29.0",
|
|
3670
3672
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
3671
3673
|
"@powerhousedao/analytics-engine-core": "workspace:*",
|
|
3672
3674
|
"@powerhousedao/analytics-engine-graphql": "workspace:*",
|
|
@@ -3682,9 +3684,9 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3682
3684
|
"@mercuriusjs/gateway": "^5.2.0",
|
|
3683
3685
|
"mercurius": "^16.8.0",
|
|
3684
3686
|
"@fastify/formbody": "^8.0.1",
|
|
3685
|
-
"@fastify/middie": "^9.
|
|
3687
|
+
"@fastify/middie": "^9.3.2",
|
|
3686
3688
|
"body-parser": "^1.20.3",
|
|
3687
|
-
"fastify": "^5.
|
|
3689
|
+
"fastify": "^5.8.5",
|
|
3688
3690
|
"change-case": "catalog:",
|
|
3689
3691
|
"cors": "^2.8.5",
|
|
3690
3692
|
"devcert": "^1.2.2",
|
|
@@ -3705,7 +3707,6 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3705
3707
|
"read-pkg": "catalog:",
|
|
3706
3708
|
"ws": "^8.18.3",
|
|
3707
3709
|
"zod": "catalog:",
|
|
3708
|
-
"@opentelemetry/exporter-prometheus": "^0.57.2",
|
|
3709
3710
|
"graphql-tag": "catalog:"
|
|
3710
3711
|
},
|
|
3711
3712
|
"devDependencies": {
|
|
@@ -3732,7 +3733,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3732
3733
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-attachments",
|
|
3733
3734
|
"manifest": {
|
|
3734
3735
|
"name": "@powerhousedao/reactor-attachments",
|
|
3735
|
-
"version": "6.0.2-staging.
|
|
3736
|
+
"version": "6.0.2-staging.7",
|
|
3736
3737
|
"license": "AGPL-3.0-only",
|
|
3737
3738
|
"type": "module",
|
|
3738
3739
|
"repository": {
|
|
@@ -3768,7 +3769,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3768
3769
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-browser",
|
|
3769
3770
|
"manifest": {
|
|
3770
3771
|
"name": "@powerhousedao/reactor-browser",
|
|
3771
|
-
"version": "6.0.2-staging.
|
|
3772
|
+
"version": "6.0.2-staging.7",
|
|
3772
3773
|
"license": "AGPL-3.0-only",
|
|
3773
3774
|
"type": "module",
|
|
3774
3775
|
"repository": {
|
|
@@ -3825,7 +3826,10 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3825
3826
|
"lodash.isequal": "^4.5.0",
|
|
3826
3827
|
"luxon": "^3.6.1",
|
|
3827
3828
|
"lz-string": "^1.5.0",
|
|
3828
|
-
"
|
|
3829
|
+
"normalize-exception": "^4.0.1",
|
|
3830
|
+
"remeda": "catalog:",
|
|
3831
|
+
"slug": "^11.0.0",
|
|
3832
|
+
"zod": "catalog:"
|
|
3829
3833
|
},
|
|
3830
3834
|
"devDependencies": {
|
|
3831
3835
|
"@electric-sql/pglite": "catalog:",
|
|
@@ -3861,7 +3865,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3861
3865
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-hypercore",
|
|
3862
3866
|
"manifest": {
|
|
3863
3867
|
"name": "@powerhousedao/reactor-hypercore",
|
|
3864
|
-
"version": "6.0.2-staging.
|
|
3868
|
+
"version": "6.0.2-staging.7",
|
|
3865
3869
|
"description": "Hypercore-backed IOperationStore for the Powerhouse Reactor",
|
|
3866
3870
|
"repository": {
|
|
3867
3871
|
"url": "https://github.com/powerhouse-inc/powerhouse",
|
|
@@ -3903,7 +3907,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3903
3907
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/reactor-mcp",
|
|
3904
3908
|
"manifest": {
|
|
3905
3909
|
"name": "@powerhousedao/reactor-mcp",
|
|
3906
|
-
"version": "6.0.2-staging.
|
|
3910
|
+
"version": "6.0.2-staging.7",
|
|
3907
3911
|
"description": "MCP server for document model operations in the Powerhouse ecosystem. For document model creation tasks, consider using the document-model-creator agent which provides a more guided experience.",
|
|
3908
3912
|
"type": "module",
|
|
3909
3913
|
"repository": {
|
|
@@ -3932,16 +3936,12 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3932
3936
|
"author": "",
|
|
3933
3937
|
"license": "AGPL-3.0-only",
|
|
3934
3938
|
"dependencies": {
|
|
3935
|
-
"@ai-sdk/openai": "2.0.0",
|
|
3936
3939
|
"@modelcontextprotocol/sdk": "catalog:",
|
|
3937
3940
|
"@openfeature/core": "catalog:",
|
|
3938
3941
|
"@openfeature/env-var-provider": "catalog:",
|
|
3939
3942
|
"@openfeature/server-sdk": "catalog:",
|
|
3940
|
-
"@powerhousedao/codegen": "workspace:*",
|
|
3941
|
-
"@powerhousedao/shared": "workspace:*",
|
|
3942
|
-
"@powerhousedao/config": "workspace:*",
|
|
3943
3943
|
"@powerhousedao/reactor": "workspace:*",
|
|
3944
|
-
"
|
|
3944
|
+
"@powerhousedao/shared": "workspace:*",
|
|
3945
3945
|
"change-case": "catalog:",
|
|
3946
3946
|
"document-model": "workspace:*",
|
|
3947
3947
|
"vite": "catalog:",
|
|
@@ -3958,7 +3958,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3958
3958
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/registry",
|
|
3959
3959
|
"manifest": {
|
|
3960
3960
|
"name": "@powerhousedao/registry",
|
|
3961
|
-
"version": "6.0.2-staging.
|
|
3961
|
+
"version": "6.0.2-staging.7",
|
|
3962
3962
|
"description": "",
|
|
3963
3963
|
"type": "module",
|
|
3964
3964
|
"repository": {
|
|
@@ -3980,6 +3980,8 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
3980
3980
|
"license": "ISC",
|
|
3981
3981
|
"dependencies": {
|
|
3982
3982
|
"@powerhousedao/shared": "workspace:*",
|
|
3983
|
+
"@renown/sdk": "workspace:*",
|
|
3984
|
+
"@verdaccio/signature": "8.0.0-next-8.29",
|
|
3983
3985
|
"cmd-ts": "catalog:",
|
|
3984
3986
|
"express": "^4.22.1",
|
|
3985
3987
|
"find-up": "^8.0.0",
|
|
@@ -4001,7 +4003,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4001
4003
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/renown",
|
|
4002
4004
|
"manifest": {
|
|
4003
4005
|
"name": "@renown/sdk",
|
|
4004
|
-
"version": "6.0.2-staging.
|
|
4006
|
+
"version": "6.0.2-staging.7",
|
|
4005
4007
|
"description": "",
|
|
4006
4008
|
"license": "AGPL-3.0-only",
|
|
4007
4009
|
"private": false,
|
|
@@ -4037,10 +4039,9 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4037
4039
|
"vitest": "catalog:"
|
|
4038
4040
|
},
|
|
4039
4041
|
"dependencies": {
|
|
4042
|
+
"@didtools/key-webcrypto": "^0.2.0",
|
|
4040
4043
|
"@powerhousedao/shared": "workspace:*",
|
|
4041
|
-
"did-jwt": "^8.0.18",
|
|
4042
4044
|
"did-jwt-vc": "^4.0.12",
|
|
4043
|
-
"did-key-creator": "^1.2.0",
|
|
4044
4045
|
"did-resolver": "^4.1.0",
|
|
4045
4046
|
"key-did-resolver": "^4.0.0",
|
|
4046
4047
|
"uint8arrays": "^5.1.0"
|
|
@@ -4051,7 +4052,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4051
4052
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/shared",
|
|
4052
4053
|
"manifest": {
|
|
4053
4054
|
"name": "@powerhousedao/shared",
|
|
4054
|
-
"version": "6.0.2-staging.
|
|
4055
|
+
"version": "6.0.2-staging.7",
|
|
4055
4056
|
"type": "module",
|
|
4056
4057
|
"sideEffects": false,
|
|
4057
4058
|
"publishConfig": { "access": "public" },
|
|
@@ -4121,10 +4122,38 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4121
4122
|
"./clis": {
|
|
4122
4123
|
"source": "./clis/index.mts",
|
|
4123
4124
|
"import": "./dist/clis/index.mjs"
|
|
4125
|
+
},
|
|
4126
|
+
"./clis/args": {
|
|
4127
|
+
"source": "./clis/args/index.ts",
|
|
4128
|
+
"import": "./dist/clis/args/index.mjs"
|
|
4129
|
+
},
|
|
4130
|
+
"./clis/args/*": {
|
|
4131
|
+
"source": "./clis/args/*.ts",
|
|
4132
|
+
"import": "./dist/clis/args/*.mjs"
|
|
4133
|
+
},
|
|
4134
|
+
"./clis/constants": {
|
|
4135
|
+
"source": "./clis/constants.ts",
|
|
4136
|
+
"import": "./dist/clis/constants.mjs"
|
|
4137
|
+
},
|
|
4138
|
+
"./clis/utils": {
|
|
4139
|
+
"source": "./clis/utils.ts",
|
|
4140
|
+
"import": "./dist/clis/utils.mjs"
|
|
4141
|
+
},
|
|
4142
|
+
"./clis/command-names": {
|
|
4143
|
+
"source": "./clis/command-names.ts",
|
|
4144
|
+
"import": "./dist/clis/command-names.mjs"
|
|
4145
|
+
},
|
|
4146
|
+
"./clis/telemetry": {
|
|
4147
|
+
"source": "./clis/services/telemetry.ts",
|
|
4148
|
+
"import": "./dist/clis/services/telemetry.mjs"
|
|
4149
|
+
},
|
|
4150
|
+
"./build-config": {
|
|
4151
|
+
"source": "./clis/build-config.mts",
|
|
4152
|
+
"import": "./dist/clis/build-config.mjs"
|
|
4124
4153
|
}
|
|
4125
4154
|
},
|
|
4126
4155
|
"dependencies": {
|
|
4127
|
-
"@sentry/node": "^
|
|
4156
|
+
"@sentry/node-core": "^10.52.0",
|
|
4128
4157
|
"@sindresorhus/fnv1a": "catalog:",
|
|
4129
4158
|
"chalk": "catalog:",
|
|
4130
4159
|
"change-case": "catalog:",
|
|
@@ -4160,7 +4189,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4160
4189
|
"dir": "/home/runner/work/powerhouse/powerhouse/packages/vetra",
|
|
4161
4190
|
"manifest": {
|
|
4162
4191
|
"name": "@powerhousedao/vetra",
|
|
4163
|
-
"version": "6.0.2-staging.
|
|
4192
|
+
"version": "6.0.2-staging.7",
|
|
4164
4193
|
"license": "AGPL-3.0-only",
|
|
4165
4194
|
"type": "module",
|
|
4166
4195
|
"sideEffects": false,
|
|
@@ -4218,27 +4247,20 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4218
4247
|
"service-unstartup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-unstartup.sh"
|
|
4219
4248
|
},
|
|
4220
4249
|
"dependencies": {
|
|
4221
|
-
"@
|
|
4222
|
-
"@electric-sql/pglite-tools": "catalog:",
|
|
4223
|
-
"@powerhousedao/common": "workspace:*",
|
|
4250
|
+
"@powerhousedao/codegen": "workspace:*",
|
|
4224
4251
|
"@powerhousedao/config": "workspace:*",
|
|
4225
4252
|
"@powerhousedao/design-system": "workspace:*",
|
|
4226
4253
|
"@powerhousedao/reactor-browser": "workspace:*",
|
|
4227
4254
|
"@powerhousedao/shared": "workspace:*",
|
|
4228
|
-
"@powerhousedao/builder-tools": "workspace:*",
|
|
4229
4255
|
"change-case": "catalog:",
|
|
4230
|
-
"colorette": "catalog:",
|
|
4231
4256
|
"document-model": "workspace:*",
|
|
4232
|
-
"graphql": "catalog:",
|
|
4233
|
-
"graphql-tag": "catalog:",
|
|
4234
4257
|
"kysely": "catalog:",
|
|
4235
|
-
"zod": "catalog:",
|
|
4236
|
-
"@powerhousedao/codegen": "workspace:*",
|
|
4237
4258
|
"react": "catalog:",
|
|
4238
|
-
"
|
|
4239
|
-
"
|
|
4259
|
+
"ts-morph": "catalog:",
|
|
4260
|
+
"zod": "catalog:"
|
|
4240
4261
|
},
|
|
4241
4262
|
"devDependencies": {
|
|
4263
|
+
"@powerhousedao/builder-tools": "workspace:*",
|
|
4242
4264
|
"@tailwindcss/cli": "catalog:",
|
|
4243
4265
|
"@testing-library/jest-dom": "^6.9.1",
|
|
4244
4266
|
"@testing-library/react": "^16.3.0",
|
|
@@ -4247,10 +4269,15 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4247
4269
|
"@types/react": "catalog:",
|
|
4248
4270
|
"@types/react-dom": "catalog:",
|
|
4249
4271
|
"@vitejs/plugin-react": "catalog:",
|
|
4272
|
+
"react-dom": "catalog:",
|
|
4250
4273
|
"tailwindcss": "catalog:",
|
|
4274
|
+
"tsdown": "catalog:",
|
|
4251
4275
|
"vite": "catalog:",
|
|
4252
|
-
"vitest": "catalog:"
|
|
4253
|
-
|
|
4276
|
+
"vitest": "catalog:"
|
|
4277
|
+
},
|
|
4278
|
+
"optionalDependencies": {
|
|
4279
|
+
"@powerhousedao/connect": "workspace:*",
|
|
4280
|
+
"@powerhousedao/ph-cli": "workspace:*"
|
|
4254
4281
|
},
|
|
4255
4282
|
"description": ""
|
|
4256
4283
|
}
|
|
@@ -4463,39 +4490,39 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4463
4490
|
"files": ["dist"],
|
|
4464
4491
|
"exports": {
|
|
4465
4492
|
".": {
|
|
4466
|
-
"
|
|
4493
|
+
"types": "./dist/types/index.d.ts",
|
|
4467
4494
|
"browser": "./dist/browser/index.js",
|
|
4468
|
-
"node": "./dist/node/index.
|
|
4495
|
+
"node": "./dist/node/index.mjs"
|
|
4469
4496
|
},
|
|
4470
4497
|
"./document-models": {
|
|
4471
|
-
"
|
|
4498
|
+
"types": "./dist/types/document-models/index.d.ts",
|
|
4472
4499
|
"browser": "./dist/browser/document-models/index.js",
|
|
4473
|
-
"node": "./dist/node/document-models/index.
|
|
4500
|
+
"node": "./dist/node/document-models/index.mjs"
|
|
4474
4501
|
},
|
|
4475
4502
|
"./document-models/*": {
|
|
4476
|
-
"
|
|
4503
|
+
"types": "./dist/types/document-models/*/index.d.ts",
|
|
4477
4504
|
"browser": "./dist/browser/document-models/*/index.js",
|
|
4478
|
-
"node": "./dist/node/document-models/*/index.
|
|
4505
|
+
"node": "./dist/node/document-models/*/index.mjs"
|
|
4479
4506
|
},
|
|
4480
4507
|
"./editors": {
|
|
4481
|
-
"
|
|
4508
|
+
"types": "./dist/types/editors/index.d.ts",
|
|
4482
4509
|
"browser": "./dist/browser/editors/index.js",
|
|
4483
|
-
"node": "./dist/node/editors/index.
|
|
4510
|
+
"node": "./dist/node/editors/index.mjs"
|
|
4484
4511
|
},
|
|
4485
4512
|
"./editors/*": {
|
|
4486
|
-
"
|
|
4487
|
-
"browser": "./dist/browser/editors/*/
|
|
4488
|
-
"node": "./dist/node/editors/*/
|
|
4513
|
+
"types": "./dist/types/editors/*/editor.d.ts",
|
|
4514
|
+
"browser": "./dist/browser/editors/*/editor.js",
|
|
4515
|
+
"node": "./dist/node/editors/*/editor.mjs"
|
|
4489
4516
|
},
|
|
4490
4517
|
"./subgraphs": {
|
|
4491
|
-
"
|
|
4518
|
+
"types": "./dist/types/subgraphs/index.d.ts",
|
|
4492
4519
|
"browser": "./dist/browser/subgraphs/index.js",
|
|
4493
|
-
"node": "./dist/node/subgraphs/index.
|
|
4520
|
+
"node": "./dist/node/subgraphs/index.mjs"
|
|
4494
4521
|
},
|
|
4495
4522
|
"./processors": {
|
|
4496
|
-
"
|
|
4523
|
+
"types": "./dist/types/processors/index.d.ts",
|
|
4497
4524
|
"browser": "./dist/browser/processors/index.js",
|
|
4498
|
-
"node": "./dist/node/processors/index.
|
|
4525
|
+
"node": "./dist/node/processors/index.mjs"
|
|
4499
4526
|
},
|
|
4500
4527
|
"./manifest": "./dist/powerhouse.manifest.json",
|
|
4501
4528
|
"./style.css": "./dist/style.css"
|
|
@@ -4504,7 +4531,7 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4504
4531
|
"scripts": {
|
|
4505
4532
|
"create:todo": "tsx scripts/create-versioned-todo.ts && ph-cli generate ./scripts/versioned-todo.zip --use-versioning",
|
|
4506
4533
|
"tsc": "tsc",
|
|
4507
|
-
"lint": "eslint",
|
|
4534
|
+
"lint": "eslint --config eslint.config.js --cache",
|
|
4508
4535
|
"test": "vitest --run",
|
|
4509
4536
|
"test:watch": "vitest",
|
|
4510
4537
|
"test:document-models": "vitest run document-models",
|
|
@@ -4517,34 +4544,51 @@ async function migrate(version, projectDir = process.cwd()) {
|
|
|
4517
4544
|
"service": "ph-cli service",
|
|
4518
4545
|
"migrate": "ph-cli migrate",
|
|
4519
4546
|
"service-startup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-startup.sh",
|
|
4520
|
-
"service-unstartup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-unstartup.sh"
|
|
4547
|
+
"service-unstartup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-unstartup.sh",
|
|
4548
|
+
"lint:fix": "npm run lint -- --fix",
|
|
4549
|
+
"tsc:watch": "tsc --watch",
|
|
4550
|
+
"vetra": "ph-cli vetra"
|
|
4521
4551
|
},
|
|
4522
4552
|
"dependencies": {
|
|
4523
|
-
"
|
|
4553
|
+
"@powerhousedao/analytics-engine-core": "workspace:*",
|
|
4554
|
+
"@powerhousedao/connect": "workspace:*",
|
|
4524
4555
|
"@powerhousedao/design-system": "workspace:*",
|
|
4525
4556
|
"@powerhousedao/document-engineering": "catalog:",
|
|
4526
|
-
"@powerhousedao/reactor": "workspace:*",
|
|
4557
|
+
"@powerhousedao/reactor-api": "workspace:*",
|
|
4527
4558
|
"@powerhousedao/reactor-browser": "workspace:*",
|
|
4528
|
-
"@powerhousedao/
|
|
4529
|
-
"
|
|
4559
|
+
"@powerhousedao/shared": "workspace:*",
|
|
4560
|
+
"document-model": "workspace:*",
|
|
4561
|
+
"graphql": "catalog:",
|
|
4562
|
+
"graphql-tag": "catalog:",
|
|
4530
4563
|
"react": "catalog:",
|
|
4531
4564
|
"react-dom": "catalog:",
|
|
4532
4565
|
"zod": "catalog:"
|
|
4533
4566
|
},
|
|
4534
4567
|
"devDependencies": {
|
|
4568
|
+
"@electric-sql/pglite": "catalog:",
|
|
4569
|
+
"@electric-sql/pglite-tools": "catalog:",
|
|
4570
|
+
"@eslint/js": "^9.38.0",
|
|
4535
4571
|
"@powerhousedao/ph-cli": "workspace:*",
|
|
4536
|
-
"
|
|
4572
|
+
"@powerhousedao/reactor": "workspace:*",
|
|
4537
4573
|
"@tailwindcss/cli": "catalog:",
|
|
4538
|
-
"tailwindcss": "catalog:",
|
|
4539
4574
|
"@testing-library/jest-dom": "^6.9.1",
|
|
4540
4575
|
"@types/node": "catalog:",
|
|
4541
4576
|
"@types/react": "catalog:",
|
|
4542
4577
|
"@types/react-dom": "catalog:",
|
|
4543
4578
|
"@vitejs/plugin-react": "catalog:",
|
|
4579
|
+
"eslint": "^9.38.0",
|
|
4580
|
+
"eslint-config-prettier": "^10.1.8",
|
|
4581
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
4582
|
+
"eslint-plugin-react": "^7.37.5",
|
|
4583
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
4584
|
+
"globals": "^16.4.0",
|
|
4585
|
+
"tailwindcss": "catalog:",
|
|
4586
|
+
"tsdown": "catalog:",
|
|
4587
|
+
"typescript": "^5.9.3",
|
|
4588
|
+
"typescript-eslint": "^8.46.2",
|
|
4544
4589
|
"vite": "catalog:",
|
|
4545
|
-
"
|
|
4546
|
-
"
|
|
4547
|
-
"@electric-sql/pglite-tools": "catalog:"
|
|
4590
|
+
"vite-tsconfig-paths": "catalog:",
|
|
4591
|
+
"vitest": "catalog:"
|
|
4548
4592
|
},
|
|
4549
4593
|
"description": ""
|
|
4550
4594
|
}
|
|
@@ -4728,7 +4772,7 @@ function installDependencies(projectPath, packageManager) {
|
|
|
4728
4772
|
try {
|
|
4729
4773
|
process.chdir(projectPath);
|
|
4730
4774
|
console.log("\x1B[34m", `Installing dependencies with ${packageManager}...`, "\x1B[0m");
|
|
4731
|
-
runCmd(`${packageManager} install --loglevel error`);
|
|
4775
|
+
runCmd(`${packageManager} install --loglevel error${packageManager === "pnpm" ? " --config.minimum-release-age=0" : ""}`);
|
|
4732
4776
|
console.log("\x1B[32m", "Dependencies installed successfully!", "\x1B[0m");
|
|
4733
4777
|
console.log();
|
|
4734
4778
|
} catch (error) {
|
|
@@ -4763,13 +4807,14 @@ async function createProject({ name, packageManager, tag, version, remoteDrive,
|
|
|
4763
4807
|
name,
|
|
4764
4808
|
tag,
|
|
4765
4809
|
version,
|
|
4766
|
-
remoteDrive
|
|
4810
|
+
remoteDrive,
|
|
4811
|
+
packageManager
|
|
4767
4812
|
});
|
|
4768
4813
|
await writeAllGeneratedProjectFiles();
|
|
4769
4814
|
console.log(chalk.green(`✅ Project boilerplate files created\n`));
|
|
4770
4815
|
if (!skipInstall) {
|
|
4771
4816
|
console.log(chalk.blue(`▶️ Installing project dependencies with ${packageManager}...\n`));
|
|
4772
|
-
runCmd(`${packageManager} install`);
|
|
4817
|
+
runCmd(`${packageManager} install${packageManager === "pnpm" ? " --config.minimum-release-age=0" : ""}`);
|
|
4773
4818
|
console.log(chalk.green(`\n✅ Project dependencies installed\n`));
|
|
4774
4819
|
}
|
|
4775
4820
|
console.log(chalk.blue(`▶️ Formatting boilerplate project files...\n`));
|