slnodejs 6.1.627 → 6.1.630

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 (76) hide show
  1. package/browser-agent/dist/browser-agent-all.js +106889 -12074
  2. package/browser-agent/dist/browser-agent-all.min.js +14 -3
  3. package/browser-agent/package.json +5 -5
  4. package/package.json +4 -4
  5. package/tsOutputs/api.js +2 -2
  6. package/tsOutputs/build-scanner/cia.js +2 -3
  7. package/tsOutputs/build-scanner/cia.js.map +1 -1
  8. package/tsOutputs/cli-parse/cli.js +2 -0
  9. package/tsOutputs/cli-parse/cli.js.map +1 -1
  10. package/tsOutputs/cli-parse/contracts.d.ts +1 -0
  11. package/tsOutputs/cli-parse/contracts.js.map +1 -1
  12. package/tsOutputs/cli-parse/executors/base-executor.js +8 -9
  13. package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
  14. package/tsOutputs/cli-parse/executors/build-args-dto.js +1 -0
  15. package/tsOutputs/cli-parse/executors/build-args-dto.js.map +1 -1
  16. package/tsOutputs/cli-parse/executors/build-end-executor.js +3 -3
  17. package/tsOutputs/cli-parse/executors/build-end-executor.js.map +1 -1
  18. package/tsOutputs/cli-parse/executors/build-executor.js +41 -0
  19. package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
  20. package/tsOutputs/cli-parse/executors/config-executor.js +4 -4
  21. package/tsOutputs/cli-parse/executors/config-executor.js.map +1 -1
  22. package/tsOutputs/cli-parse/executors/integration-build-components-executor.js +2 -2
  23. package/tsOutputs/cli-parse/executors/integration-build-components-executor.js.map +1 -1
  24. package/tsOutputs/cli-parse/executors/mocha-executor.js +2 -2
  25. package/tsOutputs/cli-parse/executors/mocha-executor.js.map +1 -1
  26. package/tsOutputs/cli-parse/executors/pr-config-executor.js +1 -1
  27. package/tsOutputs/cli-parse/executors/pr-config-executor.js.map +1 -1
  28. package/tsOutputs/cli-parse/executors/test-executions-executor.js +2 -2
  29. package/tsOutputs/cli-parse/executors/test-executions-executor.js.map +1 -1
  30. package/tsOutputs/common/agent-events/agent-events-controller.d.ts +4 -3
  31. package/tsOutputs/common/agent-events/agent-events-controller.js +17 -3
  32. package/tsOutputs/common/agent-events/agent-events-controller.js.map +1 -1
  33. package/tsOutputs/common/agent-events/cockpit-notifier.d.ts +3 -2
  34. package/tsOutputs/common/agent-events/cockpit-notifier.js +2 -2
  35. package/tsOutputs/common/agent-events/cockpit-notifier.js.map +1 -1
  36. package/tsOutputs/common/config-process/index.d.ts +2 -2
  37. package/tsOutputs/common/config-process/index.js.map +1 -1
  38. package/tsOutputs/common/events-process/index.d.ts +3 -3
  39. package/tsOutputs/common/events-process/index.js.map +1 -1
  40. package/tsOutputs/common/footprints-process-v6/collector-footprints-process.d.ts +2 -2
  41. package/tsOutputs/common/footprints-process-v6/collector-footprints-process.js.map +1 -1
  42. package/tsOutputs/common/footprints-process-v6/index.d.ts +4 -4
  43. package/tsOutputs/common/footprints-process-v6/index.js.map +1 -1
  44. package/tsOutputs/common/http/backend-proxy-interface.d.ts +2 -7
  45. package/tsOutputs/common/http/backend-proxy.d.ts +2 -2
  46. package/tsOutputs/common/http/backend-proxy.js +14 -2
  47. package/tsOutputs/common/http/backend-proxy.js.map +1 -1
  48. package/tsOutputs/common/http/dry-run-proxy.js +0 -9
  49. package/tsOutputs/common/http/dry-run-proxy.js.map +1 -1
  50. package/tsOutputs/common/http/http-client.d.ts +5 -6
  51. package/tsOutputs/common/http/http-client.js +5 -8
  52. package/tsOutputs/common/http/http-client.js.map +1 -1
  53. package/tsOutputs/common/no-op-state-tracker.d.ts +2 -2
  54. package/tsOutputs/common/no-op-state-tracker.js.map +1 -1
  55. package/tsOutputs/common/state-tracker.d.ts +3 -3
  56. package/tsOutputs/common/state-tracker.js.map +1 -1
  57. package/tsOutputs/common/utils/build-session-data-builder.d.ts +3 -3
  58. package/tsOutputs/common/utils/build-session-data-builder.js.map +1 -1
  59. package/tsOutputs/test-listener/agent.d.ts +1 -3
  60. package/tsOutputs/test-listener/agent.js +2 -3
  61. package/tsOutputs/test-listener/agent.js.map +1 -1
  62. package/tsOutputs/test-listener/api.js +5 -5
  63. package/tsOutputs/test-listener/api.js.map +1 -1
  64. package/tsOutputs/test-listener/factory.d.ts +3 -3
  65. package/tsOutputs/test-listener/factory.js +4 -4
  66. package/tsOutputs/test-listener/factory.js.map +1 -1
  67. package/tsOutputs/test-listener/nyc-report-executor-fpv6.js.map +1 -1
  68. package/tsOutputs/test-listener/remote-agent.d.ts +2 -2
  69. package/tsOutputs/test-listener/remote-agent.js +1 -1
  70. package/tsOutputs/test-listener/remote-agent.js.map +1 -1
  71. package/tsOutputs/test-listener/test-recommendation-handler.d.ts +2 -2
  72. package/tsOutputs/test-listener/test-recommendation-handler.js.map +1 -1
  73. package/tsOutputs/test-listener/upload-report-handler.js.map +1 -1
  74. package/tsOutputs/common/http/backend-proxy-with-default-client.d.ts +0 -7
  75. package/tsOutputs/common/http/backend-proxy-with-default-client.js +0 -23
  76. package/tsOutputs/common/http/backend-proxy-with-default-client.js.map +0 -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.