slnodejs 6.1.627 → 6.1.632

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