@powerhousedao/registry 6.0.0-dev.73 → 6.0.0-dev.75

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.
@@ -0,0 +1,114 @@
1
+ {
2
+ "name": "@powerhousedao/vetra",
3
+ "version": "6.0.0-dev.59",
4
+ "license": "AGPL-3.0-only",
5
+ "type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/powerhouse-inc/powerhouse"
9
+ },
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "exports": {
17
+ ".": {
18
+ "import": "./dist/index.js",
19
+ "types": "./dist/index.d.ts"
20
+ },
21
+ "./document-models": {
22
+ "import": "./dist/document-models/index.js",
23
+ "types": "./dist/document-models/index.d.ts"
24
+ },
25
+ "./document-models/*": {
26
+ "types": "./dist/document-models/*/index.d.ts",
27
+ "default": "./dist/document-models/*/index.js"
28
+ },
29
+ "./editors/*": {
30
+ "types": "./dist/editors/*/index.d.ts",
31
+ "default": "./dist/editors/*/index.js"
32
+ },
33
+ "./editors": {
34
+ "import": "./dist/editors/index.js",
35
+ "types": "./dist/editors/index.d.ts"
36
+ },
37
+ "./subgraphs": {
38
+ "import": "./dist/subgraphs/index.js",
39
+ "types": "./dist/subgraphs/index.d.ts"
40
+ },
41
+ "./processors": {
42
+ "import": "./dist/processors/index.js",
43
+ "types": "./dist/processors/index.d.ts"
44
+ },
45
+ "./manifest": {
46
+ "import": "./dist/manifest.js",
47
+ "types": "./dist/manifest.d.ts"
48
+ },
49
+ "./vetra-drive-app": {
50
+ "import": "./dist/editors/vetra-drive-app/index.js",
51
+ "types": "./dist/editors/vetra-drive-app/index.d.ts"
52
+ },
53
+ "./style.css": "./dist/style.css"
54
+ },
55
+ "sideEffects": false,
56
+ "scripts": {
57
+ "tsc": "tsc",
58
+ "lint": "eslint",
59
+ "build:css": "pnpm exec tailwindcss -i ./style.css -o ./dist/style.css",
60
+ "test": "vitest --run",
61
+ "test:watch": "vitest",
62
+ "test:document-models": "vitest run document-models",
63
+ "test:editors": "vitest run editors",
64
+ "test:processors": "vitest run processors",
65
+ "generate": "ph-cli generate",
66
+ "connect": "vite",
67
+ "reactor": "ph-cli reactor",
68
+ "service": "ph-cli service",
69
+ "migrate": "ph-cli migrate",
70
+ "service-startup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-startup.sh",
71
+ "service-unstartup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-unstartup.sh"
72
+ },
73
+ "dependencies": {
74
+ "@powerhousedao/builder-tools": "workspace:*",
75
+ "@powerhousedao/common": "workspace:*",
76
+ "@powerhousedao/config": "workspace:*",
77
+ "@powerhousedao/design-system": "workspace:*",
78
+ "@powerhousedao/reactor": "workspace:*",
79
+ "change-case": "catalog:",
80
+ "colorette": "catalog:",
81
+ "document-model": "workspace:*",
82
+ "graphql": "catalog:",
83
+ "kysely": "catalog:",
84
+ "@powerhousedao/shared": "workspace:*",
85
+ "zod": "catalog:",
86
+ "graphql-tag": "catalog:"
87
+ },
88
+ "devDependencies": {
89
+ "tailwindcss": "catalog:",
90
+ "@powerhousedao/codegen": "workspace:*",
91
+ "@powerhousedao/ph-cli": "workspace:*",
92
+ "@powerhousedao/reactor-api": "workspace:*",
93
+ "@powerhousedao/reactor-browser": "workspace:*",
94
+ "@tailwindcss/cli": "catalog:",
95
+ "@testing-library/jest-dom": "^6.9.1",
96
+ "@testing-library/react": "^16.3.0",
97
+ "@testing-library/user-event": "^14.6.1",
98
+ "@types/bun": "^1.3.7",
99
+ "@types/node": "catalog:",
100
+ "@types/react": "catalog:",
101
+ "@types/react-dom": "catalog:",
102
+ "@vitejs/plugin-react": "catalog:",
103
+ "document-drive": "workspace:*",
104
+ "react": "catalog:",
105
+ "react-dom": "catalog:",
106
+ "vite": "catalog:",
107
+ "vitest": "catalog:"
108
+ },
109
+ "peerDependencies": {
110
+ "react": ">=19.0.0",
111
+ "react-dom": ">=19.0.0"
112
+ },
113
+ "description": ""
114
+ }
@@ -0,0 +1,12 @@
1
+ export declare class CdnCache {
2
+ private registryUrl;
3
+ private cdnCachePath;
4
+ constructor(registryUrl: string, cdnCachePath: string);
5
+ getFile(packageName: string, filePath: string): Promise<string | null>;
6
+ private getLatestCachedVersion;
7
+ getLatestVersion(packageName: string): Promise<string | null>;
8
+ extractTarball(packageName: string, version: string): Promise<void>;
9
+ invalidate(packageName: string): void;
10
+ private isSafePath;
11
+ }
12
+ //# sourceMappingURL=cdn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cdn.d.ts","sourceRoot":"","sources":["../../src/cdn.ts"],"names":[],"mappings":"AAMA,qBAAa,QAAQ;IAEjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,YAAY;gBADZ,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM;IAGxB,OAAO,CAAC,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAgC5E,OAAO,CAAC,sBAAsB;IAexB,gBAAgB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAmB7D,cAAc,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IA2BzE,UAAU,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAMrC,OAAO,CAAC,UAAU;CAKnB"}
@@ -0,0 +1,32 @@
1
+ export declare const registryCommand: Partial<import("cmd-ts/dist/cjs/argparser.js").Register> & {
2
+ parse(context: import("cmd-ts/dist/cjs/argparser.js").ParseContext): Promise<import("cmd-ts/dist/cjs/argparser.js").ParsingResult<{
3
+ port: number;
4
+ storageDir: string;
5
+ cdnCacheDir: string;
6
+ uplink: string | undefined;
7
+ s3Bucket: string | undefined;
8
+ s3Endpoint: string | undefined;
9
+ s3Region: string | undefined;
10
+ s3AccessKeyId: string | undefined;
11
+ s3SecretAccessKey: string | undefined;
12
+ s3KeyPrefix: string | undefined;
13
+ s3ForcePathStyle: boolean;
14
+ webEnabled: boolean;
15
+ }>>;
16
+ } & import("cmd-ts/dist/cjs/helpdoc.js").PrintHelp & import("cmd-ts/dist/cjs/helpdoc.js").ProvidesHelp & import("cmd-ts/dist/cjs/helpdoc.js").Named & Partial<import("cmd-ts/dist/cjs/helpdoc.js").Versioned> & import("cmd-ts/dist/cjs/argparser.js").Register & import("cmd-ts/dist/cjs/runner.js").Handling<{
17
+ port: number;
18
+ storageDir: string;
19
+ cdnCacheDir: string;
20
+ uplink: string | undefined;
21
+ s3Bucket: string | undefined;
22
+ s3Endpoint: string | undefined;
23
+ s3Region: string | undefined;
24
+ s3AccessKeyId: string | undefined;
25
+ s3SecretAccessKey: string | undefined;
26
+ s3KeyPrefix: string | undefined;
27
+ s3ForcePathStyle: boolean;
28
+ webEnabled: boolean;
29
+ }, Promise<void>> & {
30
+ run(context: import("cmd-ts/dist/cjs/argparser.js").ParseContext): Promise<import("cmd-ts/dist/cjs/argparser.js").ParsingResult<Promise<void>>>;
31
+ } & Partial<import("cmd-ts/dist/cjs/helpdoc.js").Versioned & import("cmd-ts/dist/cjs/helpdoc.js").Descriptive & import("cmd-ts/dist/cjs/helpdoc.js").Aliased>;
32
+ //# sourceMappingURL=cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6JAuF1B,CAAC"}