@pnpm/lockfile.types 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +2 -1
- package/lib/index.js.map +1 -1
- package/package.json +4 -3
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type PatchFile } from '@pnpm/patching.types';
|
|
2
|
+
import { type DependenciesMeta, type DepPath, type ProjectId } from '@pnpm/types';
|
|
2
3
|
export type { PatchFile, ProjectId };
|
|
3
4
|
export * from './lockfileFileTypes';
|
|
4
5
|
export interface LockfileSettings {
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,sDAAmC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/lockfile.types",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Types for the pnpm-lock.yaml lockfile",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -25,10 +25,11 @@
|
|
|
25
25
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/types#readme",
|
|
26
26
|
"funding": "https://opencollective.com/pnpm",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@pnpm/types": "
|
|
28
|
+
"@pnpm/patching.types": "1.0.0",
|
|
29
|
+
"@pnpm/types": "12.0.0"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
|
-
"@pnpm/lockfile.types": "1.0.
|
|
32
|
+
"@pnpm/lockfile.types": "1.0.1"
|
|
32
33
|
},
|
|
33
34
|
"exports": {
|
|
34
35
|
".": "./lib/index.js"
|