@gcoredev/fastedge-test 0.1.7 → 0.2.1

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 (44) hide show
  1. package/dist/fastedge-cli/METADATA.json +1 -1
  2. package/dist/fastedge-cli/fastedge-run-darwin-arm64 +0 -0
  3. package/dist/fastedge-cli/fastedge-run-linux-x64 +0 -0
  4. package/dist/fastedge-cli/fastedge-run.exe +0 -0
  5. package/dist/frontend/assets/{index-BCXfEMSq.js → index-CiqeJ9rz.js} +24 -24
  6. package/dist/frontend/index.html +1 -1
  7. package/dist/lib/index.cjs +292 -140
  8. package/dist/lib/index.d.ts +1 -0
  9. package/dist/lib/index.js +292 -140
  10. package/dist/lib/runner/HeaderManager.d.ts +7 -4
  11. package/dist/lib/runner/HostFunctions.d.ts +5 -5
  12. package/dist/lib/runner/HttpWasmRunner.d.ts +13 -4
  13. package/dist/lib/runner/IStateManager.d.ts +7 -7
  14. package/dist/lib/runner/IWasmRunner.d.ts +17 -9
  15. package/dist/lib/runner/PropertyResolver.d.ts +3 -3
  16. package/dist/lib/runner/ProxyWasmRunner.d.ts +6 -3
  17. package/dist/lib/runner/standalone.d.ts +1 -1
  18. package/dist/lib/runner/types.d.ts +17 -8
  19. package/dist/lib/schemas/api.d.ts +0 -8
  20. package/dist/lib/schemas/config.d.ts +0 -13
  21. package/dist/lib/schemas/index.d.ts +2 -2
  22. package/dist/lib/test-framework/assertions.d.ts +18 -4
  23. package/dist/lib/test-framework/index.cjs +18754 -189
  24. package/dist/lib/test-framework/index.d.ts +2 -0
  25. package/dist/lib/test-framework/index.js +18771 -178
  26. package/dist/lib/test-framework/mock-origins.d.ts +56 -0
  27. package/dist/lib/test-framework/types.d.ts +1 -5
  28. package/dist/server.js +33 -33
  29. package/docs/API.md +23 -53
  30. package/docs/DEBUGGER.md +7 -7
  31. package/docs/INDEX.md +4 -1
  32. package/docs/RUNNER.md +79 -64
  33. package/docs/TEST_CONFIG.md +28 -41
  34. package/docs/TEST_FRAMEWORK.md +205 -32
  35. package/docs/WEBSOCKET.md +25 -21
  36. package/docs/quickstart.md +1 -13
  37. package/package.json +4 -1
  38. package/schemas/api-config.schema.json +0 -24
  39. package/schemas/api-send.schema.json +0 -20
  40. package/schemas/fastedge-config.test.schema.json +0 -24
  41. package/schemas/full-flow-result.schema.json +17 -7
  42. package/schemas/hook-call.schema.json +16 -6
  43. package/schemas/hook-result.schema.json +16 -6
  44. package/schemas/http-response.schema.json +227 -5
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Proxy Runner</title>
7
- <script type="module" crossorigin src="/assets/index-BCXfEMSq.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-CiqeJ9rz.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-DdlINQc_.css">
9
9
  </head>
10
10
  <body>