slnodejs 6.1.344 → 6.1.371

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 (70) hide show
  1. package/browser-agent/dist/browser-agent-all.js +552 -292
  2. package/browser-agent/dist/browser-agent-all.min.js +3 -3
  3. package/browser-agent/package.json +1 -1
  4. package/package.json +1 -1
  5. package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js +2 -1
  6. package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js.map +1 -1
  7. package/tsOutputs/build-scanner/instrumentation/process-pool/contracts.d.ts +1 -0
  8. package/tsOutputs/build-scanner/instrumentation/process-pool/contracts.js +2 -1
  9. package/tsOutputs/build-scanner/instrumentation/process-pool/contracts.js.map +1 -1
  10. package/tsOutputs/build-scanner/instrumentation/process-pool/process-pool.js +21 -11
  11. package/tsOutputs/build-scanner/instrumentation/process-pool/process-pool.js.map +1 -1
  12. package/tsOutputs/build-scanner/instrumentation/process-pool/stop-by-condition-transform-stream.js +37 -0
  13. package/tsOutputs/build-scanner/instrumentation/process-pool/stop-by-condition-transform-stream.js.map +1 -0
  14. package/tsOutputs/cli-parse/cli.js +10 -9
  15. package/tsOutputs/cli-parse/cli.js.map +1 -1
  16. package/tsOutputs/cli-parse/executors/base-executor.js +2 -2
  17. package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
  18. package/tsOutputs/cli-parse/executors/build-end-executor.js +2 -2
  19. package/tsOutputs/cli-parse/executors/build-end-executor.js.map +1 -1
  20. package/tsOutputs/cli-parse/executors/build-executor.js +6 -6
  21. package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
  22. package/tsOutputs/cli-parse/executors/config-executor.js +5 -4
  23. package/tsOutputs/cli-parse/executors/config-executor.js.map +1 -1
  24. package/tsOutputs/cli-parse/executors/integration-build-components-executor.js +4 -4
  25. package/tsOutputs/cli-parse/executors/integration-build-components-executor.js.map +1 -1
  26. package/tsOutputs/cli-parse/executors/start-execution-executor.js +1 -0
  27. package/tsOutputs/cli-parse/executors/start-execution-executor.js.map +1 -1
  28. package/tsOutputs/cli-parse/executors/test-listener-executor.js +1 -1
  29. package/tsOutputs/cli-parse/executors/test-listener-executor.js.map +1 -1
  30. package/tsOutputs/cli-parse/executors/upload-report-executor.js +1 -1
  31. package/tsOutputs/cli-parse/executors/upload-report-executor.js.map +1 -1
  32. package/tsOutputs/common/agent-events/agent-events-conracts.d.ts +3 -0
  33. package/tsOutputs/common/agent-events/agent-events-conracts.js +1 -0
  34. package/tsOutputs/common/agent-events/agent-events-conracts.js.map +1 -1
  35. package/tsOutputs/common/agent-events/agent-instance-info-builder.d.ts +0 -2
  36. package/tsOutputs/common/agent-events/agent-instance-info-builder.js +143 -3
  37. package/tsOutputs/common/agent-events/agent-instance-info-builder.js.map +1 -1
  38. package/tsOutputs/common/agent-events/machine-info-builder.js +4 -0
  39. package/tsOutputs/common/agent-events/machine-info-builder.js.map +1 -1
  40. package/tsOutputs/common/config-process/config.d.ts +2 -0
  41. package/tsOutputs/common/config-process/config.js +2 -0
  42. package/tsOutputs/common/config-process/config.js.map +1 -1
  43. package/tsOutputs/common/constants/sl-env-vars.js +2 -2
  44. package/tsOutputs/common/constants/sl-env-vars.js.map +1 -1
  45. package/tsOutputs/common/contracts.d.ts +1 -0
  46. package/tsOutputs/common/footprints-process-v6/buffer-size-helper.d.ts +2 -1
  47. package/tsOutputs/common/footprints-process-v6/buffer-size-helper.js +3 -2
  48. package/tsOutputs/common/footprints-process-v6/buffer-size-helper.js.map +1 -1
  49. package/tsOutputs/common/http/backend-proxy.d.ts +1 -1
  50. package/tsOutputs/common/http/backend-proxy.js +2 -2
  51. package/tsOutputs/common/http/backend-proxy.js.map +1 -1
  52. package/tsOutputs/common/http/contracts.d.ts +2 -0
  53. package/tsOutputs/common/http/contracts.js.map +1 -1
  54. package/tsOutputs/common/http/sl-routes.d.ts +1 -1
  55. package/tsOutputs/common/http/sl-routes.js +5 -3
  56. package/tsOutputs/common/http/sl-routes.js.map +1 -1
  57. package/tsOutputs/common/state-tracker.js +3 -0
  58. package/tsOutputs/common/state-tracker.js.map +1 -1
  59. package/tsOutputs/test-listener/agent-loader.js +28 -0
  60. package/tsOutputs/test-listener/agent-loader.js.map +1 -1
  61. package/tsOutputs/test-listener/contracts.d.ts +7 -0
  62. package/tsOutputs/test-listener/execution-process/execution-service-proxy.js +3 -0
  63. package/tsOutputs/test-listener/execution-process/execution-service-proxy.js.map +1 -1
  64. package/tsOutputs/test-listener/factory.js +3 -1
  65. package/tsOutputs/test-listener/factory.js.map +1 -1
  66. package/tsOutputs/test-listener/nyc-report-executor.js +2 -2
  67. package/tsOutputs/test-listener/nyc-report-executor.js.map +1 -1
  68. package/tsOutputs/test-listener/test-recommendation-handler.d.ts +3 -1
  69. package/tsOutputs/test-listener/test-recommendation-handler.js +14 -10
  70. package/tsOutputs/test-listener/test-recommendation-handler.js.map +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.