@pnpm/exe 11.0.0-beta.2 → 11.0.0-beta.3

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 (79) hide show
  1. package/dist/node_modules/@gar/promise-retry/LICENSE +1 -0
  2. package/dist/node_modules/@gar/promise-retry/lib/index.js +43 -9
  3. package/dist/node_modules/@gar/promise-retry/lib/retry.js +109 -0
  4. package/dist/node_modules/@gar/promise-retry/package.json +1 -4
  5. package/dist/node_modules/@npmcli/redact/LICENSE +21 -0
  6. package/dist/node_modules/@npmcli/redact/lib/deep-map.js +71 -0
  7. package/dist/node_modules/@npmcli/redact/lib/error.js +28 -0
  8. package/dist/node_modules/@npmcli/redact/lib/index.js +44 -0
  9. package/dist/node_modules/@npmcli/redact/lib/matchers.js +88 -0
  10. package/dist/node_modules/@npmcli/redact/lib/server.js +59 -0
  11. package/dist/node_modules/@npmcli/redact/lib/utils.js +202 -0
  12. package/dist/node_modules/{unique-slug → @npmcli/redact}/package.json +21 -18
  13. package/dist/node_modules/brace-expansion/dist/commonjs/index.js +3 -1
  14. package/dist/node_modules/brace-expansion/dist/esm/index.js +3 -1
  15. package/dist/node_modules/brace-expansion/package.json +1 -1
  16. package/dist/node_modules/cacache/lib/content/write.js +2 -2
  17. package/dist/node_modules/cacache/lib/entry-index.js +2 -2
  18. package/dist/node_modules/cacache/lib/util/tmp.js +6 -0
  19. package/dist/node_modules/cacache/package.json +4 -5
  20. package/dist/node_modules/make-fetch-happen/lib/remote.js +4 -2
  21. package/dist/node_modules/make-fetch-happen/package.json +2 -1
  22. package/dist/node_modules/picomatch/lib/constants.js +4 -0
  23. package/dist/node_modules/picomatch/lib/parse.js +301 -0
  24. package/dist/node_modules/picomatch/lib/picomatch.js +11 -3
  25. package/dist/node_modules/picomatch/package.json +2 -3
  26. package/dist/node_modules/tar/dist/commonjs/create.js +3 -4
  27. package/dist/node_modules/tar/dist/commonjs/get-write-flag.js +7 -4
  28. package/dist/node_modules/tar/dist/commonjs/header.js +14 -27
  29. package/dist/node_modules/tar/dist/commonjs/index.min.js +3 -3
  30. package/dist/node_modules/tar/dist/commonjs/list.js +2 -7
  31. package/dist/node_modules/tar/dist/commonjs/make-command.js +3 -12
  32. package/dist/node_modules/tar/dist/commonjs/mkdir.js +5 -6
  33. package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.js +1 -1
  34. package/dist/node_modules/tar/dist/commonjs/pack.js +3 -8
  35. package/dist/node_modules/tar/dist/commonjs/parse.js +12 -22
  36. package/dist/node_modules/tar/dist/commonjs/path-reservations.js +2 -2
  37. package/dist/node_modules/tar/dist/commonjs/read-entry.js +2 -6
  38. package/dist/node_modules/tar/dist/commonjs/replace.js +5 -10
  39. package/dist/node_modules/tar/dist/commonjs/unpack.js +38 -63
  40. package/dist/node_modules/tar/dist/commonjs/winchars.js +1 -1
  41. package/dist/node_modules/tar/dist/commonjs/write-entry.js +12 -13
  42. package/dist/node_modules/tar/dist/esm/create.js +3 -4
  43. package/dist/node_modules/tar/dist/esm/get-write-flag.js +7 -4
  44. package/dist/node_modules/tar/dist/esm/header.js +14 -27
  45. package/dist/node_modules/tar/dist/esm/index.min.js +3 -3
  46. package/dist/node_modules/tar/dist/esm/list.js +2 -7
  47. package/dist/node_modules/tar/dist/esm/make-command.js +3 -12
  48. package/dist/node_modules/tar/dist/esm/mkdir.js +5 -6
  49. package/dist/node_modules/tar/dist/esm/normalize-windows-path.js +1 -1
  50. package/dist/node_modules/tar/dist/esm/pack.js +4 -9
  51. package/dist/node_modules/tar/dist/esm/parse.js +13 -23
  52. package/dist/node_modules/tar/dist/esm/path-reservations.js +2 -2
  53. package/dist/node_modules/tar/dist/esm/read-entry.js +2 -6
  54. package/dist/node_modules/tar/dist/esm/replace.js +6 -11
  55. package/dist/node_modules/tar/dist/esm/unpack.js +38 -63
  56. package/dist/node_modules/tar/dist/esm/winchars.js +1 -1
  57. package/dist/node_modules/tar/dist/esm/write-entry.js +14 -15
  58. package/dist/node_modules/tar/package.json +9 -4
  59. package/dist/pnpm.mjs +7586 -6579
  60. package/dist/worker.js +140 -50
  61. package/package.json +12 -9
  62. package/pn +1 -0
  63. package/pnpx +1 -0
  64. package/pnx +1 -0
  65. package/prepare.js +12 -3
  66. package/setup.js +28 -1
  67. package/dist/node_modules/imurmurhash/imurmurhash.js +0 -138
  68. package/dist/node_modules/imurmurhash/imurmurhash.min.js +0 -12
  69. package/dist/node_modules/imurmurhash/package.json +0 -40
  70. package/dist/node_modules/retry/License +0 -21
  71. package/dist/node_modules/retry/index.js +0 -1
  72. package/dist/node_modules/retry/lib/retry.js +0 -100
  73. package/dist/node_modules/retry/lib/retry_operation.js +0 -162
  74. package/dist/node_modules/retry/package.json +0 -36
  75. package/dist/node_modules/unique-filename/LICENSE +0 -5
  76. package/dist/node_modules/unique-filename/lib/index.js +0 -7
  77. package/dist/node_modules/unique-filename/package.json +0 -53
  78. package/dist/node_modules/unique-slug/LICENSE +0 -15
  79. package/dist/node_modules/unique-slug/lib/index.js +0 -11

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.