@pnpm/server
Advanced tools
Comparing version 8.0.0-alpha.4 to 8.0.0-alpha.5
# @pnpm/server | ||
## 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 | ||
- Updated dependencies [16d1ac0fd] | ||
- Updated dependencies [a5febb913] | ||
- Updated dependencies [a5febb913] | ||
- Updated dependencies [a5febb913] | ||
- Updated dependencies [a5febb913] | ||
- @pnpm/store-controller-types@8.0.0-alpha.4 | ||
## 8.0.0-alpha.4 | ||
@@ -4,0 +20,0 @@ |
@@ -22,3 +22,3 @@ "use strict"; | ||
importPackage: async (to, opts) => { | ||
await limitedFetch(`${remotePrefix}/importPackage`, { | ||
return limitedFetch(`${remotePrefix}/importPackage`, { | ||
opts, | ||
@@ -117,2 +117,3 @@ to, | ||
files: pShare(fetchingFiles), | ||
filesIndexFile: fetchResponseBody.filesIndexFile, | ||
finishing: pShare(Promise.all([fetchingBundledManifest, fetchingFiles]).then(() => undefined)), | ||
@@ -119,0 +120,0 @@ inStoreLocation: fetchResponseBody.inStoreLocation, |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.connectStoreController = exports.createServer = void 0; | ||
const connectStoreController_1 = require("./connectStoreController"); | ||
@@ -4,0 +5,0 @@ exports.connectStoreController = connectStoreController_1.default; |
{ | ||
"name": "@pnpm/server", | ||
"version": "8.0.0-alpha.4", | ||
"version": "8.0.0-alpha.5", | ||
"description": "A pnpm installer server", | ||
@@ -38,9 +38,9 @@ "main": "lib/index.js", | ||
"@pnpm/npm-resolver": "8.0.0-alpha.2", | ||
"@pnpm/package-requester": "12.0.0-alpha.4", | ||
"@pnpm/package-store": "9.0.0-alpha.4", | ||
"@pnpm/package-requester": "12.0.0-alpha.5", | ||
"@pnpm/package-store": "9.0.0-alpha.5", | ||
"@pnpm/server": "link:", | ||
"@pnpm/tarball-fetcher": "6.0.0-alpha.4", | ||
"@types/mz": "^2.7.0", | ||
"@pnpm/tarball-fetcher": "6.0.0-alpha.5", | ||
"@types/mz": "^2.7.1", | ||
"@types/node-fetch": "^2.5.7", | ||
"@types/uuid": "^7.0.3", | ||
"@types/uuid": "^8.0.0", | ||
"@zkochan/rimraf": "1.0.0", | ||
@@ -55,3 +55,3 @@ "is-port-reachable": "3.0.0", | ||
"@pnpm/fetch": "1.0.3", | ||
"@pnpm/store-controller-types": "8.0.0-alpha.3", | ||
"@pnpm/store-controller-types": "8.0.0-alpha.4", | ||
"@pnpm/types": "6.0.0-alpha.0", | ||
@@ -58,0 +58,0 @@ "p-limit": "2.3.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18462
333
+ Added@pnpm/store-controller-types@8.0.0-alpha.4(transitive)
- Removed@pnpm/store-controller-types@8.0.0-alpha.3(transitive)