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.
- package/browser-agent/dist/browser-agent-all.js +12075 -106857
- package/browser-agent/dist/browser-agent-all.min.js +3 -14
- package/browser-agent/package.json +5 -5
- package/package.json +4 -4
- package/tsOutputs/api.js +2 -2
- package/tsOutputs/build-scanner/cia.js +3 -2
- package/tsOutputs/build-scanner/cia.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js +1 -0
- package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/files-instrumenter.d.ts +1 -0
- package/tsOutputs/build-scanner/instrumentation/files-instrumenter.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/instrumented-file-size-reducer.js +23 -13
- package/tsOutputs/build-scanner/instrumentation/instrumented-file-size-reducer.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.d.ts +1 -0
- package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.js +3 -3
- package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.js.map +1 -1
- package/tsOutputs/cli-parse/executors/base-executor.js +9 -8
- package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-end-executor.js +3 -3
- package/tsOutputs/cli-parse/executors/build-end-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/config-executor.js +4 -4
- package/tsOutputs/cli-parse/executors/config-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/integration-build-components-executor.js +2 -2
- package/tsOutputs/cli-parse/executors/integration-build-components-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/mocha-executor.js +2 -2
- package/tsOutputs/cli-parse/executors/mocha-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/pr-config-executor.js +1 -1
- package/tsOutputs/cli-parse/executors/pr-config-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/test-executions-executor.js +2 -2
- package/tsOutputs/cli-parse/executors/test-executions-executor.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-events-controller.d.ts +3 -4
- package/tsOutputs/common/agent-events/agent-events-controller.js +3 -17
- package/tsOutputs/common/agent-events/agent-events-controller.js.map +1 -1
- package/tsOutputs/common/agent-events/cockpit-notifier.d.ts +2 -3
- package/tsOutputs/common/agent-events/cockpit-notifier.js +2 -2
- package/tsOutputs/common/agent-events/cockpit-notifier.js.map +1 -1
- package/tsOutputs/common/config-process/index.d.ts +2 -2
- package/tsOutputs/common/config-process/index.js.map +1 -1
- package/tsOutputs/common/constants/sl-env-vars.d.ts +2 -0
- package/tsOutputs/common/constants/sl-env-vars.js +4 -0
- package/tsOutputs/common/constants/sl-env-vars.js.map +1 -1
- package/tsOutputs/common/events-process/index.d.ts +3 -3
- package/tsOutputs/common/events-process/index.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/collector-footprints-process.d.ts +2 -2
- package/tsOutputs/common/footprints-process-v6/collector-footprints-process.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/index.d.ts +4 -4
- package/tsOutputs/common/footprints-process-v6/index.js.map +1 -1
- package/tsOutputs/common/http/backend-proxy-interface.d.ts +7 -2
- package/tsOutputs/common/http/backend-proxy-with-default-client.d.ts +7 -0
- package/tsOutputs/common/http/backend-proxy-with-default-client.js +23 -0
- package/tsOutputs/common/http/backend-proxy-with-default-client.js.map +1 -0
- package/tsOutputs/common/http/backend-proxy.d.ts +2 -2
- package/tsOutputs/common/http/backend-proxy.js +2 -14
- package/tsOutputs/common/http/backend-proxy.js.map +1 -1
- package/tsOutputs/common/http/dry-run-proxy.js +9 -0
- package/tsOutputs/common/http/dry-run-proxy.js.map +1 -1
- package/tsOutputs/common/http/http-client.d.ts +6 -5
- package/tsOutputs/common/http/http-client.js +8 -5
- package/tsOutputs/common/http/http-client.js.map +1 -1
- package/tsOutputs/common/no-op-state-tracker.d.ts +2 -2
- package/tsOutputs/common/no-op-state-tracker.js.map +1 -1
- package/tsOutputs/common/state-tracker.d.ts +3 -3
- package/tsOutputs/common/state-tracker.js.map +1 -1
- package/tsOutputs/common/utils/build-session-data-builder.d.ts +3 -3
- package/tsOutputs/common/utils/build-session-data-builder.js.map +1 -1
- package/tsOutputs/test-listener/agent.d.ts +3 -1
- package/tsOutputs/test-listener/agent.js +3 -2
- package/tsOutputs/test-listener/agent.js.map +1 -1
- package/tsOutputs/test-listener/api.js +5 -5
- package/tsOutputs/test-listener/api.js.map +1 -1
- package/tsOutputs/test-listener/factory.d.ts +3 -3
- package/tsOutputs/test-listener/factory.js +4 -4
- package/tsOutputs/test-listener/factory.js.map +1 -1
- package/tsOutputs/test-listener/nyc-report-executor-fpv6.js.map +1 -1
- package/tsOutputs/test-listener/remote-agent.d.ts +2 -2
- package/tsOutputs/test-listener/remote-agent.js +1 -1
- package/tsOutputs/test-listener/remote-agent.js.map +1 -1
- package/tsOutputs/test-listener/test-recommendation-handler.d.ts +2 -2
- package/tsOutputs/test-listener/test-recommendation-handler.js.map +1 -1
- 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.