Files
pnpm/packages/server/CHANGELOG.md
2021-10-19 12:37:43 +03:00

6.8 KiB

@pnpm/server

11.0.8

Patch Changes

  • @pnpm/fetch@4.1.2

11.0.7

Patch Changes

  • bab172385: The Node.js process should not silently exit on some broken HTTPS requests.
  • Updated dependencies [bab172385]
    • @pnpm/fetch@4.1.1

11.0.6

Patch Changes

  • Updated dependencies [eadf0e505]
    • @pnpm/fetch@4.1.0

11.0.5

Patch Changes

  • Updated dependencies [b734b45ea]
    • @pnpm/types@7.4.0
    • @pnpm/store-controller-types@11.0.5
    • @pnpm/fetch@4.0.2

11.0.4

Patch Changes

  • Updated dependencies [8e76690f4]
    • @pnpm/types@7.3.0
    • @pnpm/store-controller-types@11.0.4
    • @pnpm/fetch@4.0.1

11.0.3

Patch Changes

  • Updated dependencies [e7d9cd187]
  • Updated dependencies [eeff424bd]
  • Updated dependencies [724c5abd8]
    • @pnpm/fetch@4.0.0
    • @pnpm/types@7.2.0
    • @pnpm/store-controller-types@11.0.3

11.0.2

Patch Changes

  • @pnpm/store-controller-types@11.0.2

11.0.1

Patch Changes

  • Updated dependencies [05baaa6e7]
  • Updated dependencies [97c64bae4]
    • @pnpm/fetch@3.1.0
    • @pnpm/types@7.1.0
    • @pnpm/store-controller-types@11.0.1

11.0.0

Major Changes

  • 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.

Patch Changes

  • Updated dependencies [97b986fbc]
    • @pnpm/fetch@3.0.0
    • @pnpm/store-controller-types@11.0.0
    • @pnpm/types@7.0.0

10.0.1

Patch Changes

  • @pnpm/fetch@2.1.11

10.0.0

Major Changes

  • 8d1dfa89c: Breaking changes to the store controller API.

    The options to requestPackage() and fetchPackage() changed.

Patch Changes

  • Updated dependencies [8d1dfa89c]
    • @pnpm/store-controller-types@10.0.0

9.0.7

Patch Changes

  • Updated dependencies [9ad8c27bf]
    • @pnpm/types@6.4.0
    • @pnpm/store-controller-types@9.2.1
    • @pnpm/fetch@2.1.10

9.0.6

Patch Changes

  • @pnpm/fetch@2.1.9

9.0.5

Patch Changes

  • Updated dependencies [263f5d813]
    • @pnpm/fetch@2.1.8

9.0.4

Patch Changes

  • Updated dependencies [8698a7060]
    • @pnpm/store-controller-types@9.2.0

9.0.3

Patch Changes

  • Updated dependencies [b5d694e7f]
    • @pnpm/types@6.3.1
    • @pnpm/store-controller-types@9.1.2
    • @pnpm/fetch@2.1.7

9.0.2

Patch Changes

  • Updated dependencies [d54043ee4]
    • @pnpm/types@6.3.0
    • @pnpm/store-controller-types@9.1.1
    • @pnpm/fetch@2.1.6

9.0.1

Patch Changes

  • Updated dependencies [0a6544043]
    • @pnpm/store-controller-types@9.1.0

9.0.0

Major Changes

  • 86cd72de3: The importPackage function of the store controller returns the importMethod that was used to link the package to the virtual store. If importing was not needed, importMethod is undefined.

Patch Changes

  • Updated dependencies [86cd72de3]
    • @pnpm/store-controller-types@9.0.0
    • @pnpm/fetch@2.1.5

8.0.9

Patch Changes

  • Updated dependencies [3981f5558]
    • @pnpm/fetch@2.1.4

8.0.8

Patch Changes

  • @pnpm/fetch@2.1.3

8.0.7

Patch Changes

  • @pnpm/fetch@2.1.2

8.0.6

Patch Changes

  • @pnpm/fetch@2.1.1

8.0.5

Patch Changes

  • Updated dependencies [71aeb9a38]
    • @pnpm/fetch@2.1.0

8.0.4

Patch Changes

  • Updated dependencies [db17f6f7b]
    • @pnpm/types@6.2.0
    • @pnpm/store-controller-types@8.0.2
    • @pnpm/fetch@2.0.2

8.0.3

Patch Changes

  • Updated dependencies [71a8c8ce3]
    • @pnpm/types@6.1.0
    • @pnpm/store-controller-types@8.0.1
    • @pnpm/fetch@2.0.1

8.0.2

Patch Changes

8.0.1

Patch Changes

  • 1dcfecb36: Downgrade uuid to v3 due to an issue with how pnpm is bundled and published. Due to the flat node_modules structure, when published, all the deps should use the same uuid version. request@2 uses uuid@3

8.0.0

Major Changes

  • b5f66c0f2: Reduce the number of directories in the virtual store directory. Don't create a subdirectory for the package version. Append the package version to the package name directory.
  • da091c711: Remove state from store. The store should not store the information about what projects on the computer use what dependencies. This information was needed for pruning in pnpm v4. Also, without this information, we cannot have the pnpm store usages command. So pnpm store usages is deprecated.
  • b6a82072e: Using a content-addressable filesystem for storing packages.
  • 802d145fc: getPackageLocation() removed from store. Remove inStoreLocation from the result of fetchPackage().
  • a5febb913: The importPackage function of the store controller is importing packages directly from the side-effects cache.
  • a5febb913: The upload function of the store controller accepts opts.filesIndexFile instead of opts.packageId.

Patch Changes

8.0.0-alpha.5

Major Changes

  • a5febb913: The importPackage function of the store controller is importing packages directly from the side-effects cache.
  • a5febb913: The upload function of the store controller accepts opts.filesIndexFile instead of opts.packageId.

Patch Changes

8.0.0-alpha.4

Major Changes

  • da091c71: Remove state from store. The store should not store the information about what projects on the computer use what dependencies. This information was needed for pruning in pnpm v4. Also, without this information, we cannot have the pnpm store usages command. So pnpm store usages is deprecated.

Patch Changes

  • Updated dependencies [da091c71]
    • @pnpm/store-controller-types@8.0.0-alpha.3
    • @pnpm/types@6.0.0-alpha.0

8.0.0-alpha.3

Major Changes

  • b5f66c0f2: Reduce the number of directories in the virtual store directory. Don't create a subdirectory for the package version. Append the package version to the package name directory.

8.0.0-alpha.2

Patch Changes

  • 919103471: Update uuid to v8.
  • Updated dependencies [42e6490d1]
    • @pnpm/store-controller-types@8.0.0-alpha.2

8.0.0-alpha.1

Patch Changes

  • Updated dependencies [4f62d0383]
    • @pnpm/store-controller-types@8.0.0-alpha.1

8.0.0-alpha.0

Major Changes

  • 91c4b5954: Using a content-addressable filesystem for storing packages.

Patch Changes

  • Updated dependencies [91c4b5954]
    • @pnpm/store-controller-types@8.0.0-alpha.0