@zuplo/cli 6.70.61 → 6.70.62

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 (60) hide show
  1. package/node_modules/@zuplo/core/package.json +1 -1
  2. package/node_modules/@zuplo/graphql/package.json +1 -1
  3. package/node_modules/@zuplo/openapi-tools/package.json +1 -1
  4. package/node_modules/@zuplo/otel/package.json +1 -1
  5. package/node_modules/@zuplo/runtime/out/esm/chunk-HYUYKNAF.js +370 -0
  6. package/node_modules/@zuplo/runtime/out/esm/chunk-HYUYKNAF.js.map +1 -0
  7. package/node_modules/@zuplo/runtime/out/esm/chunk-LGEY3NNC.js +26 -0
  8. package/node_modules/@zuplo/runtime/out/esm/chunk-LGEY3NNC.js.map +1 -0
  9. package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
  10. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
  11. package/node_modules/@zuplo/runtime/out/esm/mocks/index.js +1 -1
  12. package/node_modules/@zuplo/runtime/out/types/index.d.ts +3 -1
  13. package/node_modules/@zuplo/runtime/out/types/mcp-gateway/index.d.ts +3 -1
  14. package/node_modules/@zuplo/runtime/out/types/mocks/index.d.ts +3 -1
  15. package/node_modules/@zuplo/runtime/package.json +1 -1
  16. package/node_modules/axios/CHANGELOG.md +42 -0
  17. package/node_modules/axios/README.md +237 -237
  18. package/node_modules/axios/dist/axios.js +113 -21
  19. package/node_modules/axios/dist/axios.min.js +2 -2
  20. package/node_modules/axios/dist/axios.min.js.map +1 -1
  21. package/node_modules/axios/dist/browser/axios.cjs +121 -15
  22. package/node_modules/axios/dist/esm/axios.js +121 -15
  23. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  24. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  25. package/node_modules/axios/dist/node/axios.cjs +249 -107
  26. package/node_modules/axios/index.d.cts +8 -3
  27. package/node_modules/axios/index.d.ts +4 -1
  28. package/node_modules/axios/lib/adapters/fetch.js +79 -0
  29. package/node_modules/axios/lib/adapters/http.js +62 -118
  30. package/node_modules/axios/lib/core/Axios.js +1 -0
  31. package/node_modules/axios/lib/core/AxiosHeaders.js +2 -2
  32. package/node_modules/axios/lib/defaults/transitional.js +1 -0
  33. package/node_modules/axios/lib/env/data.js +1 -1
  34. package/node_modules/axios/lib/helpers/Http2Sessions.js +119 -0
  35. package/node_modules/axios/lib/helpers/buildURL.js +1 -1
  36. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  37. package/node_modules/axios/lib/helpers/resolveConfig.js +12 -6
  38. package/node_modules/axios/lib/helpers/toFormData.js +1 -1
  39. package/node_modules/axios/lib/utils.js +23 -2
  40. package/node_modules/axios/package.json +29 -13
  41. package/node_modules/thread-stream/.claude/settings.local.json +15 -0
  42. package/node_modules/thread-stream/CLAUDE.md +64 -0
  43. package/node_modules/thread-stream/README.md +2 -1
  44. package/node_modules/thread-stream/index.js +41 -13
  45. package/node_modules/thread-stream/lib/indexes.js +3 -1
  46. package/node_modules/thread-stream/lib/worker.js +20 -8
  47. package/node_modules/thread-stream/package.json +1 -1
  48. package/node_modules/thread-stream/test/base.test.js +61 -88
  49. package/node_modules/thread-stream/test/message-without-code.js +19 -0
  50. package/node_modules/thread-stream/test/watch-mode.test.js +28 -0
  51. package/package.json +6 -6
  52. package/node_modules/@zuplo/runtime/out/esm/chunk-4SACVMDH.js +0 -26
  53. package/node_modules/@zuplo/runtime/out/esm/chunk-4SACVMDH.js.map +0 -1
  54. package/node_modules/@zuplo/runtime/out/esm/chunk-6WKYPMAI.js +0 -322
  55. package/node_modules/@zuplo/runtime/out/esm/chunk-6WKYPMAI.js.map +0 -1
  56. package/node_modules/axios/dist/axios.js.map +0 -1
  57. package/node_modules/axios/dist/browser/axios.cjs.map +0 -1
  58. package/node_modules/axios/dist/esm/axios.js.map +0 -1
  59. package/node_modules/axios/dist/node/axios.cjs.map +0 -1
  60. /package/node_modules/@zuplo/runtime/out/esm/{chunk-6WKYPMAI.js.LEGAL.txt → chunk-HYUYKNAF.js.LEGAL.txt} +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.70.61",
4
+ "version": "6.70.62",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {
@@ -1,5 +1,47 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.16.1 — May 13, 2026
4
+
5
+ This release ships a defence-in-depth fix for prototype pollution in `formDataToJSON`, hardens proxy and CI workflows, restores Webpack 4 compatibility for the fetch adapter, and includes several small bug fixes and maintenance improvements.
6
+
7
+ ## 🔒 Security Fixes
8
+
9
+ * **Prototype Pollution Defence-in-Depth:** Hardened `formDataToJSON` against already-polluted `Object.prototype` by walking own properties only, so attacker-controlled keys inherited from a poisoned prototype cannot propagate through deserialization. (__#7413__)
10
+ * **Proxy Cleartext Leak:** Fixed an issue where HTTPS request data could be transmitted in cleartext to an HTTP proxy under certain configurations. (__#10858__)
11
+ * **CI Cache Removal:** Removed all GitHub Actions caches as a defence-in-depth measure against cache poisoning vectors in the build pipeline. (__#10882__)
12
+
13
+ ## 🐛 Bug Fixes
14
+
15
+ * **Data URI Parsing:** Updated the `fromDataURI` regex to match RFC 2397 more strictly, fixing edge cases in `data:` URL handling. (__#10829__)
16
+ * **Unicode Headers:** Preserved Unicode header values when running through request interceptors, so non-ASCII header content is no longer corrupted before dispatch. (__#10850__)
17
+ * **XHR Upload Progress:** Guarded against malformed `ProgressEvent` payloads emitted by some environments during XHR upload, preventing crashes when `loaded` / `total` are missing or invalid. (__#10868__)
18
+ * **Webpack 4 Fetch Adapter:** Fixed an "unexpected token" error caused by syntax in the fetch adapter that Webpack 4 could not parse, restoring compatibility for legacy bundler users. (__#10864__)
19
+ * **Type Definitions:** Made `parseReviver` `context.source` optional in the type definitions to align with the ES2023 specification. (__#10837__)
20
+ * **URL Object Support Reverted:** Reverted the change that allowed passing a `URL` object as `config.url` (originally __#10866__) due to regressions; this support will be reintroduced in a later release once the underlying issues are addressed. (__#10874__)
21
+
22
+ ## 🔧 Maintenance & Chores
23
+
24
+ * **Cycle Detection Refactor:** Replaced the array-based cycle tracker in `toJSONObject` with a `WeakSet`, improving performance and memory behaviour on large nested structures. (__#10832__)
25
+ * **composeSignals Cleanup:** Refactored `composeSignals` to use a clearer early-return structure, simplifying the cancellation/abort composition path. (__#10844__)
26
+ * **AI Readiness & Repo Docs:** Added `AGENTS.md` and related contributor-guide updates for both human and AI agents, plus post-release documentation improvements. (__#10835__, __#10841__)
27
+ * **Docs Improvements:** Clarified the GET request example, fixed the interceptor `eject` example to reference the correct instance, and corrected the Buzzoid sponsor description in the README. (__#10836__, __#10853__, __#10856__)
28
+ * **Sponsorship Tooling:** Fixed empty sponsor arrays in the sponsor processing script, added the ability to inject additional sponsors, updated the sponsorship link, and added a Twicsy advertisement entry. (__#10843__, __#10859__, __#10869__)
29
+ * **Dependencies:** Bumped `@commitlint/cli` from 20.5.0 to 20.5.2. (__#10846__)
30
+
31
+ ## 🌟 New Contributors
32
+
33
+ We are thrilled to welcome our new contributors. Thank you for helping improve axios:
34
+
35
+ * __@hpinmetaverse__ (__#10836__)
36
+ * __@tommyhgunz14__ (__#7413__)
37
+ * __@abhu85__ (__#10829__)
38
+ * __@divyanshuraj1095__ (__#10853__)
39
+ * __@sagodi97__ (__#10856__)
40
+ * __@rkdfx__ (__#10868__)
41
+ * __@Liuwei1125__ (__#10866__)
42
+
43
+ [Full Changelog](https://github.com/axios/axios/compare/v1.16.0...v1.16.1)
44
+
3
45
  ## v1.16.0 — May 2, 2026
4
46
 
5
47
  This release adds support for the QUERY HTTP method and a new `ECONNREFUSED` error constant, lands a substantial wave of HTTP, fetch, and XHR adapter bug fixes around redirects, aborts, headers, and timeouts, and welcomes 23 new contributors.