@pnpm/lockfile-utils
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -8,3 +8,4 @@ import { refToRelative } from '@pnpm/dependency-path'; | ||
export { satisfiesPackageManifest } from './satisfiesPackageManifest'; | ||
export { refIsLocalTarball, refIsLocalDirectory } from './refIsLocalTarball'; | ||
export * from '@pnpm/lockfile-types'; | ||
export declare const getPkgShortId: typeof refToRelative; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getPkgShortId = exports.satisfiesPackageManifest = exports.pkgSnapshotToResolution = exports.packageIsIndependent = exports.packageIdFromSnapshot = exports.nameVerFromPkgSnapshot = exports.extendProjectsWithTargetDirs = void 0; | ||
exports.getPkgShortId = exports.refIsLocalDirectory = exports.refIsLocalTarball = exports.satisfiesPackageManifest = exports.pkgSnapshotToResolution = exports.packageIsIndependent = exports.packageIdFromSnapshot = exports.nameVerFromPkgSnapshot = exports.extendProjectsWithTargetDirs = void 0; | ||
const dependency_path_1 = require("@pnpm/dependency-path"); | ||
@@ -32,2 +32,5 @@ var extendProjectsWithTargetDirs_1 = require("./extendProjectsWithTargetDirs"); | ||
Object.defineProperty(exports, "satisfiesPackageManifest", { enumerable: true, get: function () { return satisfiesPackageManifest_1.satisfiesPackageManifest; } }); | ||
var refIsLocalTarball_1 = require("./refIsLocalTarball"); | ||
Object.defineProperty(exports, "refIsLocalTarball", { enumerable: true, get: function () { return refIsLocalTarball_1.refIsLocalTarball; } }); | ||
Object.defineProperty(exports, "refIsLocalDirectory", { enumerable: true, get: function () { return refIsLocalTarball_1.refIsLocalDirectory; } }); | ||
__exportStar(require("@pnpm/lockfile-types"), exports); | ||
@@ -34,0 +37,0 @@ // for backward compatibility |
{ | ||
"name": "@pnpm/lockfile-utils", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Utils for dealing with pnpm-lock.yaml", | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
"yaml-tag": "1.1.0", | ||
"@pnpm/lockfile-utils": "8.0.1" | ||
"@pnpm/lockfile-utils": "8.0.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "dependencies": { |
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
29291
27
363