UNPKG
@pnpm/lockfile-file
Version:
dev (0.0.0-20230605-20230605142810)
latest (9.1.3)
latest-6 (4.3.2)
next (2.0.0-0)
pnpm-temp (3.0.12)
9.1.3
9.1.2
9.1.1
9.1.0
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.1.8
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.2
8.0.1
8.0.0
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.3.8
5.3.7
5.3.6
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.0
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.3.2
4.3.1
4.3.0
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.2.1
3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.9-alpha.2
3.0.9-alpha.1
3.0.9-alpha.0
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
2.0.0-0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0-20230605-20230605142810
0.0.0-20201060511
0.0.0-20201030124
Read/write pnpm-lock.yaml files
github.com/pnpm/pnpm/blob/main/lockfile/lockfile-file
pnpm/pnpm
@pnpm/lockfile-file
/
lib
/
errors
/
LockfileBreakingChangeError.d.ts
6 lines
(5 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
PnpmError
}
from
'@pnpm/error'
;
export
declare
class
LockfileBreakingChangeError
extends
PnpmError
{
filename
:
string
;
constructor
(
filename
:
string
); }