@powerhousedao/switchboard 6.2.2-dev.0 → 6.2.2-dev.10

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 (35) hide show
  1. package/.env +13 -0
  2. package/.tsbuild/test/attachments/auth.test.d.ts +2 -0
  3. package/.tsbuild/test/attachments/auth.test.d.ts.map +1 -0
  4. package/.tsbuild/test/attachments/index.test.d.ts +2 -0
  5. package/.tsbuild/test/attachments/index.test.d.ts.map +1 -0
  6. package/.tsbuild/test/attachments/routes-integration.test.d.ts +2 -0
  7. package/.tsbuild/test/attachments/routes-integration.test.d.ts.map +1 -0
  8. package/.tsbuild/test/attachments/routes.test.d.ts +2 -0
  9. package/.tsbuild/test/attachments/routes.test.d.ts.map +1 -0
  10. package/.tsbuild/test/attachments/service-config.test.d.ts +2 -0
  11. package/.tsbuild/test/attachments/service-config.test.d.ts.map +1 -0
  12. package/.tsbuild/test/metrics.test.d.ts +2 -0
  13. package/.tsbuild/test/metrics.test.d.ts.map +1 -0
  14. package/.tsbuild/test/pglite-dialect.test.d.ts +2 -0
  15. package/.tsbuild/test/pglite-dialect.test.d.ts.map +1 -0
  16. package/.tsbuild/test/pglite-version.test.d.ts +2 -0
  17. package/.tsbuild/test/pglite-version.test.d.ts.map +1 -0
  18. package/.tsbuild/test/worker-pool.test.d.ts +2 -0
  19. package/.tsbuild/test/worker-pool.test.d.ts.map +1 -0
  20. package/.tsbuild/tsconfig.tsbuildinfo +1 -0
  21. package/.tsbuild/tsdown.config.d.ts +3 -0
  22. package/.tsbuild/tsdown.config.d.ts.map +1 -0
  23. package/.tsbuild/vitest.config.d.ts +3 -0
  24. package/.tsbuild/vitest.config.d.ts.map +1 -0
  25. package/CHANGELOG.md +53 -0
  26. package/README.md +44 -0
  27. package/dist/index.mjs +1 -1
  28. package/dist/{server-DgBz3TJW.mjs → server-Cgud_ONM.mjs} +216 -8
  29. package/dist/server-Cgud_ONM.mjs.map +1 -0
  30. package/dist/server.d.mts +13 -9
  31. package/dist/server.d.mts.map +1 -1
  32. package/dist/server.mjs +3 -3
  33. package/package.json +12 -12
  34. package/test/worker-pool.test.ts +232 -0
  35. package/dist/server-DgBz3TJW.mjs.map +0 -1
package/.env ADDED
@@ -0,0 +1,13 @@
1
+ # Switchboard Environment Variables
2
+
3
+ ## General Server Options
4
+ PH_SWITCHBOARD_PORT=4001
5
+ PH_SWITCHBOARD_API_ORIGIN=http://localhost:3000
6
+
7
+ ## Dynamic Model Loading
8
+ PH_REGISTRY_URL=https://registry.dev.vetra.io/
9
+ DYNAMIC_MODEL_LOADING=true
10
+
11
+ ## Cache & Storage Options
12
+ #PH_SWITCHBOARD_DATABASE_URL="postgresql://postgres:postgres@localhost:5444/postgres"
13
+ #PH_SWITCHBOARD_REDIS_URL="redis://localhost:6380"
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=auth.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth.test.d.ts","sourceRoot":"","sources":["../../../test/attachments/auth.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../test/attachments/index.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=routes-integration.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes-integration.test.d.ts","sourceRoot":"","sources":["../../../test/attachments/routes-integration.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=routes.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.test.d.ts","sourceRoot":"","sources":["../../../test/attachments/routes.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=service-config.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-config.test.d.ts","sourceRoot":"","sources":["../../../test/attachments/service-config.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=metrics.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metrics.test.d.ts","sourceRoot":"","sources":["../../test/metrics.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=pglite-dialect.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pglite-dialect.test.d.ts","sourceRoot":"","sources":["../../test/pglite-dialect.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=pglite-version.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pglite-version.test.d.ts","sourceRoot":"","sources":["../../test/pglite-version.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=worker-pool.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"worker-pool.test.d.ts","sourceRoot":"","sources":["../../test/worker-pool.test.ts"],"names":[],"mappings":""}