@powerhousedao/switchboard 6.1.0-dev.2 → 6.1.0-dev.21

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 (40) hide show
  1. package/.tsbuild/test/attachments/auth.test.d.ts +2 -0
  2. package/.tsbuild/test/attachments/auth.test.d.ts.map +1 -0
  3. package/.tsbuild/test/attachments/index.test.d.ts +2 -0
  4. package/.tsbuild/test/attachments/index.test.d.ts.map +1 -0
  5. package/.tsbuild/test/attachments/routes-integration.test.d.ts +2 -0
  6. package/.tsbuild/test/attachments/routes-integration.test.d.ts.map +1 -0
  7. package/.tsbuild/test/attachments/routes.test.d.ts +2 -0
  8. package/.tsbuild/test/attachments/routes.test.d.ts.map +1 -0
  9. package/.tsbuild/test/attachments/service-config.test.d.ts +2 -0
  10. package/.tsbuild/test/attachments/service-config.test.d.ts.map +1 -0
  11. package/.tsbuild/test/metrics.test.d.ts +2 -0
  12. package/.tsbuild/test/metrics.test.d.ts.map +1 -0
  13. package/.tsbuild/test/pglite-dialect.test.d.ts +2 -0
  14. package/.tsbuild/test/pglite-dialect.test.d.ts.map +1 -0
  15. package/.tsbuild/test/pglite-version.test.d.ts +2 -0
  16. package/.tsbuild/test/pglite-version.test.d.ts.map +1 -0
  17. package/.tsbuild/tsconfig.tsbuildinfo +1 -0
  18. package/.tsbuild/tsdown.config.d.ts +3 -0
  19. package/.tsbuild/tsdown.config.d.ts.map +1 -0
  20. package/.tsbuild/vitest.config.d.ts +3 -0
  21. package/.tsbuild/vitest.config.d.ts.map +1 -0
  22. package/CHANGELOG.md +162 -0
  23. package/dist/index.mjs +7 -7
  24. package/dist/index.mjs.map +1 -1
  25. package/dist/{server-bMFA4VKj.mjs → server-DCeVXVeJ.mjs} +96 -13
  26. package/dist/server-DCeVXVeJ.mjs.map +1 -0
  27. package/dist/server.d.mts +15 -6
  28. package/dist/server.d.mts.map +1 -1
  29. package/dist/server.mjs +5 -5
  30. package/dist/{utils-BVNg1DRI.mjs → utils-Baw7rThP.mjs} +3 -4
  31. package/dist/utils-Baw7rThP.mjs.map +1 -0
  32. package/dist/utils.d.mts.map +1 -1
  33. package/dist/utils.mjs +3 -3
  34. package/package.json +25 -25
  35. package/test/attachments/auth.test.ts +36 -25
  36. package/test/attachments/index.test.ts +14 -10
  37. package/test/attachments/routes.test.ts +421 -0
  38. package/test/attachments/service-config.test.ts +170 -0
  39. package/dist/server-bMFA4VKj.mjs.map +0 -1
  40. package/dist/utils-BVNg1DRI.mjs.map +0 -1
@@ -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":""}