@pnpm/pnpmfile
Advanced tools
Comparing version 900.0.0 to 1000.0.0
@@ -8,3 +8,3 @@ "use strict"; | ||
const core_loggers_1 = require("@pnpm/core-loggers"); | ||
const crypto_base32_hash_1 = require("@pnpm/crypto.base32-hash"); | ||
const crypto_hash_1 = require("@pnpm/crypto.hash"); | ||
const path_absolute_1 = __importDefault(require("path-absolute")); | ||
@@ -21,3 +21,3 @@ const getPnpmfilePath_1 = require("./getPnpmfilePath"); | ||
return { afterAllResolved: [], filterLog: [], readPackage: [] }; | ||
const calculatePnpmfileChecksum = hooks ? () => (0, crypto_base32_hash_1.createBase32HashFromFile)(pnpmfilePath) : undefined; | ||
const calculatePnpmfileChecksum = hooks ? () => (0, crypto_hash_1.createHashFromFile)(pnpmfilePath) : undefined; | ||
globalHooks = globalHooks ?? {}; | ||
@@ -24,0 +24,0 @@ hooks = hooks ?? {}; |
{ | ||
"name": "@pnpm/pnpmfile", | ||
"version": "900.0.0", | ||
"version": "1000.0.0", | ||
"description": "Reading a .pnpmfile.cjs", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"keywords": [ | ||
"pnpm9", | ||
"pnpm10", | ||
"pnpm" | ||
@@ -26,5 +26,5 @@ ], | ||
"devDependencies": { | ||
"@pnpm/fetcher-base": "900.0.0", | ||
"@pnpm/logger": "900.0.0", | ||
"@pnpm/pnpmfile": "900.0.0" | ||
"@pnpm/fetcher-base": "1000.0.0", | ||
"@pnpm/pnpmfile": "1000.0.0", | ||
"@pnpm/logger": "1000.0.0" | ||
}, | ||
@@ -34,12 +34,12 @@ "dependencies": { | ||
"path-absolute": "^1.0.1", | ||
"@pnpm/core-loggers": "900.0.0", | ||
"@pnpm/crypto.base32-hash": "900.0.0", | ||
"@pnpm/error": "900.0.0", | ||
"@pnpm/lockfile.types": "900.0.0", | ||
"@pnpm/hooks.types": "900.0.0", | ||
"@pnpm/store-controller-types": "900.0.0", | ||
"@pnpm/types": "900.0.0" | ||
"@pnpm/crypto.hash": "1000.0.0", | ||
"@pnpm/hooks.types": "1000.0.0", | ||
"@pnpm/core-loggers": "1000.0.0", | ||
"@pnpm/error": "1000.0.0", | ||
"@pnpm/lockfile.types": "1000.0.0", | ||
"@pnpm/store-controller-types": "1000.0.0", | ||
"@pnpm/types": "1000.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pnpm/logger": ">=5.1.0 <901.0.0" | ||
"@pnpm/logger": ">=5.1.0 <1001.0.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "funding": "https://opencollective.com/pnpm", |
Sorry, the diff of this file is not supported yet
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
21562
+ Added@pnpm/crypto.hash@1000.0.0
+ Added@pnpm/constants@1000.0.0(transitive)
+ Added@pnpm/core-loggers@1000.0.0(transitive)
+ Added@pnpm/crypto.hash@1000.0.0(transitive)
+ Added@pnpm/crypto.polyfill@1000.0.0(transitive)
+ Added@pnpm/error@1000.0.0(transitive)
+ Added@pnpm/fetcher-base@1000.0.0(transitive)
+ Added@pnpm/hooks.types@1000.0.0(transitive)
+ Added@pnpm/lockfile.types@1000.0.0(transitive)
+ Added@pnpm/logger@1000.0.0(transitive)
+ Added@pnpm/patching.types@1000.0.0(transitive)
+ Added@pnpm/resolver-base@1000.0.0(transitive)
+ Added@pnpm/store-controller-types@1000.0.0(transitive)
+ Added@pnpm/types@1000.0.0(transitive)
- Removed@pnpm/crypto.base32-hash@900.0.0
- Removed@pnpm/constants@900.0.0(transitive)
- Removed@pnpm/core-loggers@900.0.0(transitive)
- Removed@pnpm/crypto.base32-hash@900.0.0(transitive)
- Removed@pnpm/crypto.polyfill@900.0.0(transitive)
- Removed@pnpm/error@900.0.0(transitive)
- Removed@pnpm/fetcher-base@900.0.0(transitive)
- Removed@pnpm/hooks.types@900.0.0(transitive)
- Removed@pnpm/lockfile.types@900.0.0(transitive)
- Removed@pnpm/logger@900.0.0(transitive)
- Removed@pnpm/patching.types@900.0.0(transitive)
- Removed@pnpm/resolver-base@900.0.0(transitive)
- Removed@pnpm/store-controller-types@900.0.0(transitive)
- Removed@pnpm/types@900.0.0(transitive)
- Removedrfc4648@1.5.4(transitive)
Updated@pnpm/core-loggers@1000.0.0
Updated@pnpm/error@1000.0.0
Updated@pnpm/hooks.types@1000.0.0
Updated@pnpm/types@1000.0.0