@pnpm/lockfile.types 1002.0.0 → 1002.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 CHANGED
@@ -2,7 +2,7 @@ import { type PatchFile } from '@pnpm/patching.types';
2
2
  import { type DependenciesMeta, type DepPath, type ProjectId } from '@pnpm/types';
3
3
  import { type PlatformAssetTarget } from '@pnpm/resolver-base';
4
4
  export type { PatchFile, ProjectId };
5
- export * from './lockfileFileTypes';
5
+ export * from './lockfileFileTypes.js';
6
6
  export interface LockfileSettings {
7
7
  autoInstallPeers?: boolean;
8
8
  excludeLinksFromLockfile?: boolean;
package/lib/index.js CHANGED
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./lockfileFileTypes"), exports);
17
+ __exportStar(require("./lockfileFileTypes.js"), exports);
18
18
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAMA,sDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAMA,yDAAsC"}
@@ -1,4 +1,4 @@
1
- import { type LockfileBase, type LockfilePackageInfo, type LockfilePackageSnapshot, type ProjectSnapshotBase } from '.';
1
+ import { type LockfileBase, type LockfilePackageInfo, type LockfilePackageSnapshot, type ProjectSnapshotBase } from './index.js';
2
2
  export interface LockfileFile extends LockfileBase {
3
3
  importers?: Record<string, LockfileFileProjectSnapshot>;
4
4
  packages?: Record<string, LockfilePackageInfo>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/lockfile.types",
3
- "version": "1002.0.0",
3
+ "version": "1002.0.1",
4
4
  "description": "Types for the pnpm-lock.yaml lockfile",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -27,11 +27,11 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@pnpm/patching.types": "1000.1.0",
30
- "@pnpm/resolver-base": "1005.0.0",
31
- "@pnpm/types": "1000.7.0"
30
+ "@pnpm/resolver-base": "1005.0.1",
31
+ "@pnpm/types": "1000.8.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@pnpm/lockfile.types": "1002.0.0"
34
+ "@pnpm/lockfile.types": "1002.0.1"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=18.12"