@powerhousedao/registry 6.0.0-dev.99 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/{dist/cdn-cache/@powerhousedao/vetra/6.0.0-dev.59/LICENSE → LICENSE} +1 -1
  2. package/README.md +177 -28
  3. package/dist/cli.d.mts +49 -0
  4. package/dist/cli.d.mts.map +1 -0
  5. package/dist/cli.mjs +1059 -0
  6. package/dist/cli.mjs.map +1 -0
  7. package/package.json +18 -13
  8. package/static/favicon.ico +0 -0
  9. package/static/logo.svg +11 -0
  10. package/dist/bundle.d.ts +0 -2
  11. package/dist/bundle.d.ts.map +0 -1
  12. package/dist/cdn-cache/@powerhousedao/vetra/6.0.0-dev.59/package.json +0 -114
  13. package/dist/src/cdn.d.ts +0 -12
  14. package/dist/src/cdn.d.ts.map +0 -1
  15. package/dist/src/cli.d.ts +0 -32
  16. package/dist/src/cli.d.ts.map +0 -1
  17. package/dist/src/cli.js +0 -161040
  18. package/dist/src/constants.d.ts +0 -4
  19. package/dist/src/constants.d.ts.map +0 -1
  20. package/dist/src/index.d.ts +0 -6
  21. package/dist/src/index.d.ts.map +0 -1
  22. package/dist/src/index.js +0 -74
  23. package/dist/src/middleware.d.ts +0 -6
  24. package/dist/src/middleware.d.ts.map +0 -1
  25. package/dist/src/packages.d.ts +0 -5
  26. package/dist/src/packages.d.ts.map +0 -1
  27. package/dist/src/run.d.ts +0 -3
  28. package/dist/src/run.d.ts.map +0 -1
  29. package/dist/src/types.d.ts +0 -69
  30. package/dist/src/types.d.ts.map +0 -1
  31. package/dist/src/verdaccio-config.d.ts +0 -3
  32. package/dist/src/verdaccio-config.d.ts.map +0 -1
  33. package/dist/storage/@powerhousedao/vetra/package.json +0 -154
  34. package/dist/tests/e2e.test.d.ts +0 -2
  35. package/dist/tests/e2e.test.d.ts.map +0 -1
  36. package/dist/tsconfig.tsbuildinfo +0 -1
  37. package/dist/vitest.config.d.ts +0 -3
  38. package/dist/vitest.config.d.ts.map +0 -1
@@ -1,4 +0,0 @@
1
- export declare const DEFAULT_PORT = 8080;
2
- export declare const DEFAULT_STORAGE_DIR_NAME: "./storage";
3
- export declare const DEFAULT_REGISTRY_CDN_CACHE_DIR_NAME: "./cdn-cache";
4
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,OAAO,CAAC;AACjC,eAAO,MAAM,wBAAwB,EAAG,WAAoB,CAAC;AAC7D,eAAO,MAAM,mCAAmC,EAAG,aAAsB,CAAC"}
@@ -1,6 +0,0 @@
1
- export { CdnCache } from "./cdn.js";
2
- export { createPowerhouseRouter, createPublishHook } from "./middleware.js";
3
- export { findPackagesByDocumentType, loadPackage, scanPackages, } from "./packages.js";
4
- export type { PackageInfo, PowerhouseManifest, PowerhouseManifestApp, PowerhouseManifestDocumentModel, PowerhouseManifestEditor, RegistryConfig, RegistryOptions, S3Config, } from "./types.js";
5
- export { buildVerdaccioConfig } from "./verdaccio-config.js";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,EACL,0BAA0B,EAC1B,WAAW,EACX,YAAY,GACb,MAAM,eAAe,CAAC;AACvB,YAAY,EACV,WAAW,EACX,kBAAkB,EAClB,qBAAqB,EACrB,+BAA+B,EAC/B,wBAAwB,EACxB,cAAc,EACd,eAAe,EACf,QAAQ,GACT,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC"}
package/dist/src/index.js DELETED
@@ -1,74 +0,0 @@
1
- import { createRequire } from "node:module";
2
- var __create = Object.create;
3
- var __getProtoOf = Object.getPrototypeOf;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- function __accessProp(key) {
9
- return this[key];
10
- }
11
- var __toESMCache_node;
12
- var __toESMCache_esm;
13
- var __toESM = (mod, isNodeMode, target) => {
14
- var canCache = mod != null && typeof mod === "object";
15
- if (canCache) {
16
- var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
17
- var cached = cache.get(mod);
18
- if (cached)
19
- return cached;
20
- }
21
- target = mod != null ? __create(__getProtoOf(mod)) : {};
22
- const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
23
- for (let key of __getOwnPropNames(mod))
24
- if (!__hasOwnProp.call(to, key))
25
- __defProp(to, key, {
26
- get: __accessProp.bind(mod, key),
27
- enumerable: true
28
- });
29
- if (canCache)
30
- cache.set(mod, to);
31
- return to;
32
- };
33
- var __toCommonJS = (from) => {
34
- var entry = (__moduleCache ??= new WeakMap).get(from), desc;
35
- if (entry)
36
- return entry;
37
- entry = __defProp({}, "__esModule", { value: true });
38
- if (from && typeof from === "object" || typeof from === "function") {
39
- for (var key of __getOwnPropNames(from))
40
- if (!__hasOwnProp.call(entry, key))
41
- __defProp(entry, key, {
42
- get: __accessProp.bind(from, key),
43
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
44
- });
45
- }
46
- __moduleCache.set(from, entry);
47
- return entry;
48
- };
49
- var __moduleCache;
50
- var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
51
- var __returnValue = (v) => v;
52
- function __exportSetter(name, newValue) {
53
- this[name] = __returnValue.bind(null, newValue);
54
- }
55
- var __export = (target, all) => {
56
- for (var name in all)
57
- __defProp(target, name, {
58
- get: all[name],
59
- enumerable: true,
60
- configurable: true,
61
- set: __exportSetter.bind(all, name)
62
- });
63
- };
64
- var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
65
- var __require = /* @__PURE__ */ createRequire(import.meta.url);
66
- export {
67
- scanPackages,
68
- loadPackage,
69
- findPackagesByDocumentType,
70
- createPublishHook,
71
- createPowerhouseRouter,
72
- buildVerdaccioConfig,
73
- CdnCache
74
- };
@@ -1,6 +0,0 @@
1
- import type { NextFunction, Request, Response } from "express";
2
- import { Router } from "express";
3
- import type { RegistryConfig } from "./types.js";
4
- export declare function createPowerhouseRouter(config: RegistryConfig): Router;
5
- export declare function createPublishHook(config: RegistryConfig): (req: Request, res: Response, next: NextFunction) => void;
6
- //# sourceMappingURL=middleware.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"middleware.d.ts","sourceRoot":"","sources":["../../src/middleware.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AASjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAkBjD,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM,CA4FrE;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,cAAc,IAM9C,KAAK,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,UA2BxD"}
@@ -1,5 +0,0 @@
1
- import type { PackageInfo } from "./types.js";
2
- export declare function loadPackage(cdnCachePath: string, name: string): PackageInfo | null;
3
- export declare function scanPackages(cdnCachePath: string): PackageInfo[];
4
- export declare function findPackagesByDocumentType(packagesDir: string, documentType: string): PackageInfo[];
5
- //# sourceMappingURL=packages.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"packages.d.ts","sourceRoot":"","sources":["../../src/packages.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAsB,MAAM,YAAY,CAAC;AAiClE,wBAAgB,WAAW,CACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,GACX,WAAW,GAAG,IAAI,CAgBpB;AAED,wBAAgB,YAAY,CAAC,YAAY,EAAE,MAAM,GAAG,WAAW,EAAE,CAoDhE;AAED,wBAAgB,0BAA0B,CACxC,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,GACnB,WAAW,EAAE,CASf"}
package/dist/src/run.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import type { RegistryCommandArgs } from "./types.js";
2
- export declare function runRegistry(args: RegistryCommandArgs): Promise<import("node:http").Server<typeof import("node:http").IncomingMessage, typeof import("node:http").ServerResponse>>;
3
- //# sourceMappingURL=run.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../src/run.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,mBAAmB,EAAkB,MAAM,YAAY,CAAC;AAetE,wBAAsB,WAAW,CAAC,IAAI,EAAE,mBAAmB,8HA8E1D"}
@@ -1,69 +0,0 @@
1
- export interface RegistryOptions {
2
- packagesDir: string;
3
- }
4
- export interface PowerhouseManifestDocumentModel {
5
- id: string;
6
- name: string;
7
- }
8
- export interface PowerhouseManifestEditor {
9
- id: string;
10
- name: string;
11
- documentTypes: string[];
12
- }
13
- export interface PowerhouseManifestApp {
14
- id: string;
15
- name: string;
16
- driveEditor?: string;
17
- }
18
- export interface S3Config {
19
- bucket: string;
20
- endpoint: string;
21
- region: string;
22
- accessKeyId?: string;
23
- secretAccessKey?: string;
24
- s3ForcePathStyle?: boolean;
25
- keyPrefix?: string;
26
- }
27
- export interface RegistryConfig {
28
- port: number;
29
- storagePath: string;
30
- cdnCachePath: string;
31
- uplink?: string;
32
- webEnabled?: boolean;
33
- s3?: S3Config;
34
- }
35
- export interface PowerhouseManifest {
36
- name: string;
37
- description?: string;
38
- version?: string;
39
- category?: string;
40
- publisher?: {
41
- name: string;
42
- url: string;
43
- };
44
- documentModels?: PowerhouseManifestDocumentModel[];
45
- editors?: PowerhouseManifestEditor[];
46
- apps?: PowerhouseManifestApp[];
47
- subgraphs?: unknown[];
48
- importScripts?: unknown[];
49
- }
50
- export interface PackageInfo {
51
- name: string;
52
- path: string;
53
- manifest: PowerhouseManifest | null;
54
- }
55
- export interface RegistryCommandArgs {
56
- port: number;
57
- storageDir: string;
58
- cdnCacheDir: string;
59
- uplink?: string;
60
- s3Bucket?: string;
61
- s3Endpoint?: string;
62
- s3Region?: string;
63
- s3AccessKeyId?: string;
64
- s3SecretAccessKey?: string;
65
- s3KeyPrefix?: string;
66
- s3ForcePathStyle: boolean;
67
- webEnabled: boolean;
68
- }
69
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,+BAA+B;IAC9C,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,wBAAwB;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,EAAE,CAAC,EAAE,QAAQ,CAAC;CACf;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE;QACV,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,cAAc,CAAC,EAAE,+BAA+B,EAAE,CAAC;IACnD,OAAO,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACrC,IAAI,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,EAAE,CAAC;CAC3B;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,kBAAkB,GAAG,IAAI,CAAC;CACrC;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;CACrB"}
@@ -1,3 +0,0 @@
1
- import type { RegistryConfig } from "./types.js";
2
- export declare function buildVerdaccioConfig(config: RegistryConfig): Record<string, unknown>;
3
- //# sourceMappingURL=verdaccio-config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"verdaccio-config.d.ts","sourceRoot":"","sources":["../../src/verdaccio-config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEjD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,cAAc,2BA+D1D"}
@@ -1,154 +0,0 @@
1
- {
2
- "name": "@powerhousedao/vetra",
3
- "versions": {
4
- "6.0.0-dev.59": {
5
- "name": "@powerhousedao/vetra",
6
- "version": "6.0.0-dev.59",
7
- "license": "AGPL-3.0-only",
8
- "type": "module",
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/powerhouse-inc/powerhouse.git"
12
- },
13
- "publishConfig": {
14
- "access": "public"
15
- },
16
- "files": [
17
- "dist"
18
- ],
19
- "exports": {
20
- ".": {
21
- "import": "./dist/index.js",
22
- "types": "./dist/index.d.ts"
23
- },
24
- "./document-models": {
25
- "import": "./dist/document-models/index.js",
26
- "types": "./dist/document-models/index.d.ts"
27
- },
28
- "./document-models/*": {
29
- "types": "./dist/document-models/*/index.d.ts",
30
- "default": "./dist/document-models/*/index.js"
31
- },
32
- "./editors/*": {
33
- "types": "./dist/editors/*/index.d.ts",
34
- "default": "./dist/editors/*/index.js"
35
- },
36
- "./editors": {
37
- "import": "./dist/editors/index.js",
38
- "types": "./dist/editors/index.d.ts"
39
- },
40
- "./subgraphs": {
41
- "import": "./dist/subgraphs/index.js",
42
- "types": "./dist/subgraphs/index.d.ts"
43
- },
44
- "./processors": {
45
- "import": "./dist/processors/index.js",
46
- "types": "./dist/processors/index.d.ts"
47
- },
48
- "./manifest": {
49
- "import": "./dist/manifest.js",
50
- "types": "./dist/manifest.d.ts"
51
- },
52
- "./vetra-drive-app": {
53
- "import": "./dist/editors/vetra-drive-app/index.js",
54
- "types": "./dist/editors/vetra-drive-app/index.d.ts"
55
- },
56
- "./style.css": "./dist/style.css"
57
- },
58
- "sideEffects": false,
59
- "scripts": {
60
- "tsc": "tsc",
61
- "lint": "eslint",
62
- "build:css": "pnpm exec tailwindcss -i ./style.css -o ./dist/style.css",
63
- "test": "vitest --run",
64
- "test:watch": "vitest",
65
- "test:document-models": "vitest run document-models",
66
- "test:editors": "vitest run editors",
67
- "test:processors": "vitest run processors",
68
- "generate": "ph-cli generate",
69
- "connect": "vite",
70
- "reactor": "ph-cli reactor",
71
- "service": "ph-cli service",
72
- "migrate": "ph-cli migrate",
73
- "service-startup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-startup.sh",
74
- "service-unstartup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-unstartup.sh"
75
- },
76
- "dependencies": {
77
- "@powerhousedao/builder-tools": "workspace:*",
78
- "@powerhousedao/common": "workspace:*",
79
- "@powerhousedao/config": "workspace:*",
80
- "@powerhousedao/design-system": "workspace:*",
81
- "@powerhousedao/reactor": "workspace:*",
82
- "change-case": "catalog:",
83
- "colorette": "catalog:",
84
- "document-model": "workspace:*",
85
- "graphql": "catalog:",
86
- "kysely": "catalog:",
87
- "@powerhousedao/shared": "workspace:*",
88
- "zod": "catalog:",
89
- "graphql-tag": "catalog:"
90
- },
91
- "devDependencies": {
92
- "tailwindcss": "catalog:",
93
- "@powerhousedao/codegen": "workspace:*",
94
- "@powerhousedao/ph-cli": "workspace:*",
95
- "@powerhousedao/reactor-api": "workspace:*",
96
- "@powerhousedao/reactor-browser": "workspace:*",
97
- "@tailwindcss/cli": "catalog:",
98
- "@testing-library/jest-dom": "^6.9.1",
99
- "@testing-library/react": "^16.3.0",
100
- "@testing-library/user-event": "^14.6.1",
101
- "@types/bun": "^1.3.7",
102
- "@types/node": "catalog:",
103
- "@types/react": "catalog:",
104
- "@types/react-dom": "catalog:",
105
- "@vitejs/plugin-react": "catalog:",
106
- "document-drive": "workspace:*",
107
- "react": "catalog:",
108
- "react-dom": "catalog:",
109
- "vite": "catalog:",
110
- "vitest": "catalog:"
111
- },
112
- "peerDependencies": {
113
- "react": ">=19.0.0",
114
- "react-dom": ">=19.0.0"
115
- },
116
- "description": "",
117
- "gitHead": "9119223b044c6834aaff27812bec582563c2153f",
118
- "_id": "@powerhousedao/vetra@6.0.0-dev.59",
119
- "bugs": {
120
- "url": "https://github.com/powerhouse-inc/powerhouse/issues"
121
- },
122
- "homepage": "https://github.com/powerhouse-inc/powerhouse#readme",
123
- "_nodeVersion": "24.13.0",
124
- "_npmVersion": "11.6.2",
125
- "dist": {
126
- "integrity": "sha512-jXLPvQGZnke2X1cMsJDsgW9k8X2/Upg+HcxBOaxL92OmVgW6amXrNKL5aaNOH/JQP7nulvcGundajGOFuRa6Zg==",
127
- "shasum": "e80da5d6b67cabab444c7a0296d6292db281ad63",
128
- "tarball": "http://localhost:4873/@powerhousedao/vetra/-/@powerhousedao/vetra-6.0.0-dev.59.tgz"
129
- },
130
- "contributors": []
131
- }
132
- },
133
- "time": {
134
- "modified": "2026-02-26T16:37:24.177Z",
135
- "created": "2026-02-26T16:37:24.177Z",
136
- "6.0.0-dev.59": "2026-02-26T16:37:24.177Z"
137
- },
138
- "users": {},
139
- "dist-tags": {
140
- "latest": "6.0.0-dev.59",
141
- "dev": "6.0.0-dev.59"
142
- },
143
- "_uplinks": {},
144
- "_distfiles": {},
145
- "_attachments": {
146
- "vetra-6.0.0-dev.59.tgz": {
147
- "shasum": "e80da5d6b67cabab444c7a0296d6292db281ad63",
148
- "version": "6.0.0-dev.59"
149
- }
150
- },
151
- "_rev": "3-c4e6d819719b09ca",
152
- "_id": "@powerhousedao/vetra",
153
- "readme": "ERROR: No README data found!"
154
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=e2e.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"e2e.test.d.ts","sourceRoot":"","sources":["../../tests/e2e.test.ts"],"names":[],"mappings":""}