slnodejs 6.1.315 → 6.1.319

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 (284) hide show
  1. package/browser-agent/dist/browser-agent-all.js +782 -1069
  2. package/browser-agent/dist/browser-agent-all.min.js +3 -3
  3. package/browser-agent/package.json +1 -1
  4. package/package.json +2 -2
  5. package/tsOutputs/api.js +1 -1
  6. package/tsOutputs/build-scanner/ast-utils.js +3 -3
  7. package/tsOutputs/build-scanner/ast-utils.js.map +1 -1
  8. package/tsOutputs/build-scanner/diagnostic/build-scan-diagnosis.js +4 -2
  9. package/tsOutputs/build-scanner/diagnostic/build-scan-diagnosis.js.map +1 -1
  10. package/tsOutputs/build-scanner/diagnostic/index.js +5 -1
  11. package/tsOutputs/build-scanner/diagnostic/index.js.map +1 -1
  12. package/tsOutputs/build-scanner/diagnostic/none-diagnosis.js +1 -1
  13. package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js +10 -10
  14. package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js.map +1 -1
  15. package/tsOutputs/build-scanner/instrumentation/content-instrumenter.js +3 -3
  16. package/tsOutputs/build-scanner/instrumentation/content-instrumenter.js.map +1 -1
  17. package/tsOutputs/build-scanner/instrumentation/files-instrumenter.js +6 -6
  18. package/tsOutputs/build-scanner/instrumentation/files-instrumenter.js.map +1 -1
  19. package/tsOutputs/build-scanner/instrumentation/process-pool/contracts.d.ts +1 -1
  20. package/tsOutputs/build-scanner/instrumentation/process-pool/instrumenter-spawn.js +1 -1
  21. package/tsOutputs/build-scanner/instrumentation/process-pool/instrumenter-spawn.js.map +1 -1
  22. package/tsOutputs/build-scanner/instrumentation/process-pool/process-pool.js +10 -8
  23. package/tsOutputs/build-scanner/instrumentation/process-pool/process-pool.js.map +1 -1
  24. package/tsOutputs/build-scanner/instrumentation/process-pool/split-by-transform-stream.js +2 -0
  25. package/tsOutputs/build-scanner/instrumentation/process-pool/split-by-transform-stream.js.map +1 -1
  26. package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.js +4 -4
  27. package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.js.map +1 -1
  28. package/tsOutputs/build-scanner/instrumentation/strategies/markup-instrumnetation-strategy.js +6 -4
  29. package/tsOutputs/build-scanner/instrumentation/strategies/markup-instrumnetation-strategy.js.map +1 -1
  30. package/tsOutputs/build-scanner/js_diff/sl-mapper.js +8 -6
  31. package/tsOutputs/build-scanner/js_diff/sl-mapper.js.map +1 -1
  32. package/tsOutputs/build-scanner/mappings/ensure-files-handler.service.js +14 -14
  33. package/tsOutputs/build-scanner/mappings/ensure-files-handler.service.js.map +1 -1
  34. package/tsOutputs/build-scanner/mappings/file-element-utils.js +1 -1
  35. package/tsOutputs/build-scanner/mappings/file-element-utils.js.map +1 -1
  36. package/tsOutputs/build-scanner/mappings/file-enricher.js +17 -15
  37. package/tsOutputs/build-scanner/mappings/file-enricher.js.map +1 -1
  38. package/tsOutputs/build-scanner/mappings/files-data-container.js +1 -1
  39. package/tsOutputs/build-scanner/mappings/files-data-container.js.map +1 -1
  40. package/tsOutputs/build-scanner/mappings/scm-file-fixer.js +16 -14
  41. package/tsOutputs/build-scanner/mappings/scm-file-fixer.js.map +1 -1
  42. package/tsOutputs/build-scanner/mappings/source-path-mapper.js +1 -1
  43. package/tsOutputs/cli-parse/child-process-wrapper.js +4 -4
  44. package/tsOutputs/cli-parse/child-process-wrapper.js.map +1 -1
  45. package/tsOutputs/cli-parse/cli.js +10 -10
  46. package/tsOutputs/cli-parse/cli.js.map +1 -1
  47. package/tsOutputs/cli-parse/constants/constants.js +11 -10
  48. package/tsOutputs/cli-parse/constants/constants.js.map +1 -1
  49. package/tsOutputs/cli-parse/custom-commander.js +2 -2
  50. package/tsOutputs/cli-parse/custom-commander.js.map +1 -1
  51. package/tsOutputs/cli-parse/executors/base-executor.js +10 -10
  52. package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
  53. package/tsOutputs/cli-parse/executors/build-end-executor.js +4 -2
  54. package/tsOutputs/cli-parse/executors/build-end-executor.js.map +1 -1
  55. package/tsOutputs/cli-parse/executors/build-executor.js +6 -4
  56. package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
  57. package/tsOutputs/cli-parse/executors/config-executor.js +5 -3
  58. package/tsOutputs/cli-parse/executors/config-executor.js.map +1 -1
  59. package/tsOutputs/cli-parse/executors/dry-run/base-data.js +4 -4
  60. package/tsOutputs/cli-parse/executors/dry-run/base-data.js.map +1 -1
  61. package/tsOutputs/cli-parse/executors/dry-run/build-mapping-data.js +24 -22
  62. package/tsOutputs/cli-parse/executors/dry-run/build-mapping-data.js.map +1 -1
  63. package/tsOutputs/cli-parse/executors/dry-run/dry-run-executor.js +20 -18
  64. package/tsOutputs/cli-parse/executors/dry-run/dry-run-executor.js.map +1 -1
  65. package/tsOutputs/cli-parse/executors/dry-run/dry-run-validation.js +3 -1
  66. package/tsOutputs/cli-parse/executors/dry-run/dry-run-validation.js.map +1 -1
  67. package/tsOutputs/cli-parse/executors/dry-run/footprints-data.js +7 -5
  68. package/tsOutputs/cli-parse/executors/dry-run/footprints-data.js.map +1 -1
  69. package/tsOutputs/cli-parse/executors/dry-run/helper-methods.js +7 -7
  70. package/tsOutputs/cli-parse/executors/dry-run/helper-methods.js.map +1 -1
  71. package/tsOutputs/cli-parse/executors/end-execution-executor.js +4 -2
  72. package/tsOutputs/cli-parse/executors/end-execution-executor.js.map +1 -1
  73. package/tsOutputs/cli-parse/executors/integration-build-components-executor.js +4 -2
  74. package/tsOutputs/cli-parse/executors/integration-build-components-executor.js.map +1 -1
  75. package/tsOutputs/cli-parse/executors/integration-build-delete-components-executor.js +3 -1
  76. package/tsOutputs/cli-parse/executors/integration-build-delete-components-executor.js.map +1 -1
  77. package/tsOutputs/cli-parse/executors/integration-build-update-components-executor.js +3 -1
  78. package/tsOutputs/cli-parse/executors/integration-build-update-components-executor.js.map +1 -1
  79. package/tsOutputs/cli-parse/executors/mocha-executor.js +4 -2
  80. package/tsOutputs/cli-parse/executors/mocha-executor.js.map +1 -1
  81. package/tsOutputs/cli-parse/executors/nyc-report-executor.js +6 -4
  82. package/tsOutputs/cli-parse/executors/nyc-report-executor.js.map +1 -1
  83. package/tsOutputs/cli-parse/executors/pr-config-executor.js +3 -1
  84. package/tsOutputs/cli-parse/executors/pr-config-executor.js.map +1 -1
  85. package/tsOutputs/cli-parse/executors/run-executor.js +3 -1
  86. package/tsOutputs/cli-parse/executors/run-executor.js.map +1 -1
  87. package/tsOutputs/cli-parse/executors/start-execution-executor.js +4 -2
  88. package/tsOutputs/cli-parse/executors/start-execution-executor.js.map +1 -1
  89. package/tsOutputs/cli-parse/executors/test-executions-executor.js +3 -1
  90. package/tsOutputs/cli-parse/executors/test-executions-executor.js.map +1 -1
  91. package/tsOutputs/cli-parse/executors/test-listener-executor.js +4 -2
  92. package/tsOutputs/cli-parse/executors/test-listener-executor.js.map +1 -1
  93. package/tsOutputs/cli-parse/executors/test-runner-build-session-data-builder.js +4 -2
  94. package/tsOutputs/cli-parse/executors/test-runner-build-session-data-builder.js.map +1 -1
  95. package/tsOutputs/cli-parse/executors/upload-report-executor.js +4 -2
  96. package/tsOutputs/cli-parse/executors/upload-report-executor.js.map +1 -1
  97. package/tsOutputs/cli-parse/utils.js +5 -5
  98. package/tsOutputs/cli-parse/utils.js.map +1 -1
  99. package/tsOutputs/common/agent-events/agent-events-controller.js +17 -15
  100. package/tsOutputs/common/agent-events/agent-events-controller.js.map +1 -1
  101. package/tsOutputs/common/agent-events/agent-events-guard.js +1 -1
  102. package/tsOutputs/common/agent-events/agent-events-guard.js.map +1 -1
  103. package/tsOutputs/common/agent-events/agent-instance-info-builder.js +1 -1
  104. package/tsOutputs/common/agent-events/agent-instance-info-builder.js.map +1 -1
  105. package/tsOutputs/common/agent-events/cockpit-notifier.js +1 -1
  106. package/tsOutputs/common/agent-events/dry-run-agent-events-controller.js +2 -0
  107. package/tsOutputs/common/agent-events/dry-run-agent-events-controller.js.map +1 -1
  108. package/tsOutputs/common/agent-events/machine-info-builder.js +1 -1
  109. package/tsOutputs/common/agent-events/machine-info-builder.js.map +1 -1
  110. package/tsOutputs/common/agent-events/no-op-agent-events-controller.js +3 -1
  111. package/tsOutputs/common/agent-events/no-op-agent-events-controller.js.map +1 -1
  112. package/tsOutputs/common/agent-events/sensitive-data-filter.js +1 -1
  113. package/tsOutputs/common/agent-events/sensitive-data-filter.js.map +1 -1
  114. package/tsOutputs/common/agent-instance-data.js +2 -2
  115. package/tsOutputs/common/agent-instance-data.js.map +1 -1
  116. package/tsOutputs/common/cli-progress.js.map +1 -1
  117. package/tsOutputs/common/config-process/config.js +2 -0
  118. package/tsOutputs/common/config-process/config.js.map +1 -1
  119. package/tsOutputs/common/config-process/index.js +2 -0
  120. package/tsOutputs/common/config-process/index.js.map +1 -1
  121. package/tsOutputs/common/config-process/no-op-config-process.js +2 -0
  122. package/tsOutputs/common/config-process/no-op-config-process.js.map +1 -1
  123. package/tsOutputs/common/constants/constants.js +1 -1
  124. package/tsOutputs/common/constants/constants.js.map +1 -1
  125. package/tsOutputs/common/contracts.d.ts +1 -1
  126. package/tsOutputs/common/coverage-elements/istanbul-unique-id-converter.js +2 -0
  127. package/tsOutputs/common/coverage-elements/istanbul-unique-id-converter.js.map +1 -1
  128. package/tsOutputs/common/coverage-elements/new-id-resolver.js +7 -7
  129. package/tsOutputs/common/coverage-elements/new-id-resolver.js.map +1 -1
  130. package/tsOutputs/common/coverage-elements/unique-id-converter.js +4 -4
  131. package/tsOutputs/common/coverage-elements/unique-id-converter.js.map +1 -1
  132. package/tsOutputs/common/events-process/events-creator.js +3 -5
  133. package/tsOutputs/common/events-process/events-creator.js.map +1 -1
  134. package/tsOutputs/common/events-process/index.js +5 -5
  135. package/tsOutputs/common/events-process/index.js.map +1 -1
  136. package/tsOutputs/common/footprints-process/collection-interval.js +2 -2
  137. package/tsOutputs/common/footprints-process/collection-interval.js.map +1 -1
  138. package/tsOutputs/common/footprints-process/index.js +3 -3
  139. package/tsOutputs/common/footprints-process/index.js.map +1 -1
  140. package/tsOutputs/common/footprints-process/istanbul-to-footprints.js +5 -5
  141. package/tsOutputs/common/footprints-process/istanbul-to-footprints.js.map +1 -1
  142. package/tsOutputs/common/footprints-process/production-footprints-handler.js +5 -5
  143. package/tsOutputs/common/footprints-process/production-footprints-handler.js.map +1 -1
  144. package/tsOutputs/common/footprints-process-v6/base-browser-hits-converter.js +3 -1
  145. package/tsOutputs/common/footprints-process-v6/base-browser-hits-converter.js.map +1 -1
  146. package/tsOutputs/common/footprints-process-v6/collector-footprints-buffer.js +2 -0
  147. package/tsOutputs/common/footprints-process-v6/collector-footprints-buffer.js.map +1 -1
  148. package/tsOutputs/common/footprints-process-v6/collector-footprints-process.js +5 -3
  149. package/tsOutputs/common/footprints-process-v6/collector-footprints-process.js.map +1 -1
  150. package/tsOutputs/common/footprints-process-v6/contracts.d.ts +1 -1
  151. package/tsOutputs/common/footprints-process-v6/footprints-buffer.js +2 -0
  152. package/tsOutputs/common/footprints-process-v6/footprints-buffer.js.map +1 -1
  153. package/tsOutputs/common/footprints-process-v6/hits-collector.js +2 -2
  154. package/tsOutputs/common/footprints-process-v6/hits-collector.js.map +1 -1
  155. package/tsOutputs/common/footprints-process-v6/hits-converter.js +3 -3
  156. package/tsOutputs/common/footprints-process-v6/hits-converter.js.map +1 -1
  157. package/tsOutputs/common/footprints-process-v6/index.js +9 -9
  158. package/tsOutputs/common/footprints-process-v6/index.js.map +1 -1
  159. package/tsOutputs/common/footprints-process-v6/location-formatter.js +2 -2
  160. package/tsOutputs/common/footprints-process-v6/location-formatter.js.map +1 -1
  161. package/tsOutputs/common/footprints-process-v6/remote-browser-hits-converter.js +2 -0
  162. package/tsOutputs/common/footprints-process-v6/remote-browser-hits-converter.js.map +1 -1
  163. package/tsOutputs/common/footprints-process-v6/remote-footprints-process.js +3 -1
  164. package/tsOutputs/common/footprints-process-v6/remote-footprints-process.js.map +1 -1
  165. package/tsOutputs/common/footprints-process-v6/remote-hits-collector.js +2 -0
  166. package/tsOutputs/common/footprints-process-v6/remote-hits-collector.js.map +1 -1
  167. package/tsOutputs/common/footprints-process-v6/source-map-data.js +1 -1
  168. package/tsOutputs/common/footprints-process-v6/source-map-data.js.map +1 -1
  169. package/tsOutputs/common/http/backend-proxy.js +3 -3
  170. package/tsOutputs/common/http/backend-proxy.js.map +1 -1
  171. package/tsOutputs/common/http/contracts.js +3 -1
  172. package/tsOutputs/common/http/contracts.js.map +1 -1
  173. package/tsOutputs/common/http/dry-run-proxy.js +1 -1
  174. package/tsOutputs/common/http/http-client.js +13 -13
  175. package/tsOutputs/common/http/http-client.js.map +1 -1
  176. package/tsOutputs/common/http/sl-routes.js +1 -1
  177. package/tsOutputs/common/http/sl-routes.js.map +1 -1
  178. package/tsOutputs/common/ignored-files-handler.js +2 -2
  179. package/tsOutputs/common/ignored-files-handler.js.map +1 -1
  180. package/tsOutputs/common/logger.d.ts +1 -0
  181. package/tsOutputs/common/logger.js +7 -5
  182. package/tsOutputs/common/logger.js.map +1 -1
  183. package/tsOutputs/common/no-op-state-tracker.js +2 -0
  184. package/tsOutputs/common/no-op-state-tracker.js.map +1 -1
  185. package/tsOutputs/common/queue.js +2 -0
  186. package/tsOutputs/common/queue.js.map +1 -1
  187. package/tsOutputs/common/scm/git-cloner.js +4 -4
  188. package/tsOutputs/common/scm/git-cloner.js.map +1 -1
  189. package/tsOutputs/common/scm/git.js +2 -2
  190. package/tsOutputs/common/scm/git.js.map +1 -1
  191. package/tsOutputs/common/scm/none.js +1 -1
  192. package/tsOutputs/common/short-name-to-file-mapper.js +3 -3
  193. package/tsOutputs/common/short-name-to-file-mapper.js.map +1 -1
  194. package/tsOutputs/common/source-map-handler.js +7 -7
  195. package/tsOutputs/common/source-map-handler.js.map +1 -1
  196. package/tsOutputs/common/source-map-reader.js +7 -7
  197. package/tsOutputs/common/source-map-reader.js.map +1 -1
  198. package/tsOutputs/common/state-tracker-fpv6.js +3 -1
  199. package/tsOutputs/common/state-tracker-fpv6.js.map +1 -1
  200. package/tsOutputs/common/state-tracker.js +6 -4
  201. package/tsOutputs/common/state-tracker.js.map +1 -1
  202. package/tsOutputs/common/utils/abstract-data-builder.js +2 -2
  203. package/tsOutputs/common/utils/abstract-data-builder.js.map +1 -1
  204. package/tsOutputs/common/utils/build-session-data-builder.js +3 -1
  205. package/tsOutputs/common/utils/build-session-data-builder.js.map +1 -1
  206. package/tsOutputs/common/utils/process-utils.js +9 -7
  207. package/tsOutputs/common/utils/process-utils.js.map +1 -1
  208. package/tsOutputs/common/utils/test-utils/mock-server-utils/mock-server-proxy.js +4 -4
  209. package/tsOutputs/common/utils/test-utils/mock-server-utils/mock-server-proxy.js.map +1 -1
  210. package/tsOutputs/common/utils/token-data-builder.js +4 -2
  211. package/tsOutputs/common/utils/token-data-builder.js.map +1 -1
  212. package/tsOutputs/common/utils/validation-utils.js +2 -2
  213. package/tsOutputs/common/utils/validation-utils.js.map +1 -1
  214. package/tsOutputs/common/v8-utils.js +1 -1
  215. package/tsOutputs/common/v8-utils.js.map +1 -1
  216. package/tsOutputs/common/watchdog.js +2 -0
  217. package/tsOutputs/common/watchdog.js.map +1 -1
  218. package/tsOutputs/mocha-reporter/otel-agent.js +2 -2
  219. package/tsOutputs/mocha-reporter/otel-agent.js.map +1 -1
  220. package/tsOutputs/test-listener/agent-loader.js +9 -7
  221. package/tsOutputs/test-listener/agent-loader.js.map +1 -1
  222. package/tsOutputs/test-listener/agent.js +4 -4
  223. package/tsOutputs/test-listener/agent.js.map +1 -1
  224. package/tsOutputs/test-listener/api.js +1 -1
  225. package/tsOutputs/test-listener/child-process-patcher.js +1 -1
  226. package/tsOutputs/test-listener/child-process-patcher.js.map +1 -1
  227. package/tsOutputs/test-listener/config-process/index.js +2 -0
  228. package/tsOutputs/test-listener/config-process/index.js.map +1 -1
  229. package/tsOutputs/test-listener/config.js +2 -0
  230. package/tsOutputs/test-listener/config.js.map +1 -1
  231. package/tsOutputs/test-listener/entities/build-scanner/ConfigModeData.js +2 -0
  232. package/tsOutputs/test-listener/entities/build-scanner/ConfigModeData.js.map +1 -1
  233. package/tsOutputs/test-listener/entities/build-scanner/ScanModeData.js +2 -0
  234. package/tsOutputs/test-listener/entities/build-scanner/ScanModeData.js.map +1 -1
  235. package/tsOutputs/test-listener/execution-process/execution-service-proxy.js +3 -1
  236. package/tsOutputs/test-listener/execution-process/execution-service-proxy.js.map +1 -1
  237. package/tsOutputs/test-listener/factory.js +1 -1
  238. package/tsOutputs/test-listener/footprints-process/footprints-service-proxy.js +2 -0
  239. package/tsOutputs/test-listener/footprints-process/footprints-service-proxy.js.map +1 -1
  240. package/tsOutputs/test-listener/footprints-process/index.js +2 -2
  241. package/tsOutputs/test-listener/footprints-process/index.js.map +1 -1
  242. package/tsOutputs/test-listener/footprints-process/istanbul-to-footprints-base.js +1 -1
  243. package/tsOutputs/test-listener/footprints-process/istanbul-to-footprints-base.js.map +1 -1
  244. package/tsOutputs/test-listener/footprints-process/istanbul-to-footprints-v3.js +2 -0
  245. package/tsOutputs/test-listener/footprints-process/istanbul-to-footprints-v3.js.map +1 -1
  246. package/tsOutputs/test-listener/footprints-process/ts-node-hits-collector.js +4 -2
  247. package/tsOutputs/test-listener/footprints-process/ts-node-hits-collector.js.map +1 -1
  248. package/tsOutputs/test-listener/logs-process/index.js +1 -1
  249. package/tsOutputs/test-listener/logs-process/index.js.map +1 -1
  250. package/tsOutputs/test-listener/logs-process/log-service-proxy.js +2 -0
  251. package/tsOutputs/test-listener/logs-process/log-service-proxy.js.map +1 -1
  252. package/tsOutputs/test-listener/nyc-report-executor-fpv6.js +4 -4
  253. package/tsOutputs/test-listener/nyc-report-executor-fpv6.js.map +1 -1
  254. package/tsOutputs/test-listener/nyc-report-executor.js +4 -4
  255. package/tsOutputs/test-listener/nyc-report-executor.js.map +1 -1
  256. package/tsOutputs/test-listener/otel-agent-loader.js.map +1 -1
  257. package/tsOutputs/test-listener/queue.js +2 -0
  258. package/tsOutputs/test-listener/queue.js.map +1 -1
  259. package/tsOutputs/test-listener/remote-agent.js +2 -2
  260. package/tsOutputs/test-listener/remote-agent.js.map +1 -1
  261. package/tsOutputs/test-listener/resolvers/AppNameResolver.js +2 -0
  262. package/tsOutputs/test-listener/resolvers/AppNameResolver.js.map +1 -1
  263. package/tsOutputs/test-listener/resolvers/ArgumentResolver.js +2 -2
  264. package/tsOutputs/test-listener/resolvers/ArgumentResolver.js.map +1 -1
  265. package/tsOutputs/test-listener/resolvers/BuildResolver.js +2 -0
  266. package/tsOutputs/test-listener/resolvers/BuildResolver.js.map +1 -1
  267. package/tsOutputs/test-listener/resolvers/BuildSessionIdFileResolver.js +2 -0
  268. package/tsOutputs/test-listener/resolvers/BuildSessionIdFileResolver.js.map +1 -1
  269. package/tsOutputs/test-listener/resolvers/BuildSessionIdResolver.js +2 -0
  270. package/tsOutputs/test-listener/resolvers/BuildSessionIdResolver.js.map +1 -1
  271. package/tsOutputs/test-listener/resolvers/ProxyResolver.js +2 -0
  272. package/tsOutputs/test-listener/resolvers/ProxyResolver.js.map +1 -1
  273. package/tsOutputs/test-listener/resolvers/TokenResolver.js +2 -0
  274. package/tsOutputs/test-listener/resolvers/TokenResolver.js.map +1 -1
  275. package/tsOutputs/test-listener/state-tracker-process/index.js +4 -2
  276. package/tsOutputs/test-listener/state-tracker-process/index.js.map +1 -1
  277. package/tsOutputs/test-listener/state-tracker-process/state-tracker-proxy.js +3 -1
  278. package/tsOutputs/test-listener/state-tracker-process/state-tracker-proxy.js.map +1 -1
  279. package/tsOutputs/test-listener/test-recommendation-handler.js +6 -6
  280. package/tsOutputs/test-listener/test-recommendation-handler.js.map +1 -1
  281. package/tsOutputs/test-listener/upload-report-handler.js +1 -1
  282. package/tsOutputs/test-listener/upload-report-handler.js.map +1 -1
  283. package/tsOutputs/test-listener/watchdog.js +2 -0
  284. package/tsOutputs/test-listener/watchdog.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.