slnodejs 6.1.615 → 6.1.627

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 (80) hide show
  1. package/browser-agent/dist/browser-agent-all.js +12075 -106857
  2. package/browser-agent/dist/browser-agent-all.min.js +3 -14
  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 +3 -2
  7. package/tsOutputs/build-scanner/cia.js.map +1 -1
  8. package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js +1 -0
  9. package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js.map +1 -1
  10. package/tsOutputs/build-scanner/instrumentation/files-instrumenter.d.ts +1 -0
  11. package/tsOutputs/build-scanner/instrumentation/files-instrumenter.js.map +1 -1
  12. package/tsOutputs/build-scanner/instrumentation/instrumented-file-size-reducer.js +23 -13
  13. package/tsOutputs/build-scanner/instrumentation/instrumented-file-size-reducer.js.map +1 -1
  14. package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.d.ts +1 -0
  15. package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.js +3 -3
  16. package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.js.map +1 -1
  17. package/tsOutputs/cli-parse/executors/base-executor.js +9 -8
  18. package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
  19. package/tsOutputs/cli-parse/executors/build-end-executor.js +3 -3
  20. package/tsOutputs/cli-parse/executors/build-end-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 +3 -4
  32. package/tsOutputs/common/agent-events/agent-events-controller.js +3 -17
  33. package/tsOutputs/common/agent-events/agent-events-controller.js.map +1 -1
  34. package/tsOutputs/common/agent-events/cockpit-notifier.d.ts +2 -3
  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/constants/sl-env-vars.d.ts +2 -0
  40. package/tsOutputs/common/constants/sl-env-vars.js +4 -0
  41. package/tsOutputs/common/constants/sl-env-vars.js.map +1 -1
  42. package/tsOutputs/common/events-process/index.d.ts +3 -3
  43. package/tsOutputs/common/events-process/index.js.map +1 -1
  44. package/tsOutputs/common/footprints-process-v6/collector-footprints-process.d.ts +2 -2
  45. package/tsOutputs/common/footprints-process-v6/collector-footprints-process.js.map +1 -1
  46. package/tsOutputs/common/footprints-process-v6/index.d.ts +4 -4
  47. package/tsOutputs/common/footprints-process-v6/index.js.map +1 -1
  48. package/tsOutputs/common/http/backend-proxy-interface.d.ts +7 -2
  49. package/tsOutputs/common/http/backend-proxy-with-default-client.d.ts +7 -0
  50. package/tsOutputs/common/http/backend-proxy-with-default-client.js +23 -0
  51. package/tsOutputs/common/http/backend-proxy-with-default-client.js.map +1 -0
  52. package/tsOutputs/common/http/backend-proxy.d.ts +2 -2
  53. package/tsOutputs/common/http/backend-proxy.js +2 -14
  54. package/tsOutputs/common/http/backend-proxy.js.map +1 -1
  55. package/tsOutputs/common/http/dry-run-proxy.js +9 -0
  56. package/tsOutputs/common/http/dry-run-proxy.js.map +1 -1
  57. package/tsOutputs/common/http/http-client.d.ts +6 -5
  58. package/tsOutputs/common/http/http-client.js +8 -5
  59. package/tsOutputs/common/http/http-client.js.map +1 -1
  60. package/tsOutputs/common/no-op-state-tracker.d.ts +2 -2
  61. package/tsOutputs/common/no-op-state-tracker.js.map +1 -1
  62. package/tsOutputs/common/state-tracker.d.ts +3 -3
  63. package/tsOutputs/common/state-tracker.js.map +1 -1
  64. package/tsOutputs/common/utils/build-session-data-builder.d.ts +3 -3
  65. package/tsOutputs/common/utils/build-session-data-builder.js.map +1 -1
  66. package/tsOutputs/test-listener/agent.d.ts +3 -1
  67. package/tsOutputs/test-listener/agent.js +3 -2
  68. package/tsOutputs/test-listener/agent.js.map +1 -1
  69. package/tsOutputs/test-listener/api.js +5 -5
  70. package/tsOutputs/test-listener/api.js.map +1 -1
  71. package/tsOutputs/test-listener/factory.d.ts +3 -3
  72. package/tsOutputs/test-listener/factory.js +4 -4
  73. package/tsOutputs/test-listener/factory.js.map +1 -1
  74. package/tsOutputs/test-listener/nyc-report-executor-fpv6.js.map +1 -1
  75. package/tsOutputs/test-listener/remote-agent.d.ts +2 -2
  76. package/tsOutputs/test-listener/remote-agent.js +1 -1
  77. package/tsOutputs/test-listener/remote-agent.js.map +1 -1
  78. package/tsOutputs/test-listener/test-recommendation-handler.d.ts +2 -2
  79. package/tsOutputs/test-listener/test-recommendation-handler.js.map +1 -1
  80. package/tsOutputs/test-listener/upload-report-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.