@pnpm/lockfile-to-pnp 4.1.8 → 4.1.9
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +4 -4
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Lockfile } from '@pnpm/lockfile
|
|
1
|
+
import { type Lockfile } from '@pnpm/lockfile.fs';
|
|
2
2
|
import { type Registries } from '@pnpm/types';
|
|
3
3
|
import { type PackageRegistry } from '@yarnpkg/pnp';
|
|
4
4
|
export declare function writePnpFile(lockfile: Lockfile, opts: {
|
package/lib/index.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.lockfileToPackageRegistry = exports.writePnpFile = void 0;
|
|
7
7
|
const fs_1 = require("fs");
|
|
8
8
|
const path_1 = __importDefault(require("path"));
|
|
9
|
-
const lockfile_utils_1 = require("@pnpm/lockfile
|
|
9
|
+
const lockfile_utils_1 = require("@pnpm/lockfile.utils");
|
|
10
10
|
const dependency_path_1 = require("@pnpm/dependency-path");
|
|
11
11
|
const pnp_1 = require("@yarnpkg/pnp");
|
|
12
12
|
const normalize_path_1 = __importDefault(require("normalize-path"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/lockfile-to-pnp",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.9",
|
|
4
4
|
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/normalize-path": "^3.0.2",
|
|
31
31
|
"@types/ramda": "0.29.12",
|
|
32
|
-
"@pnpm/lockfile-to-pnp": "4.1.
|
|
32
|
+
"@pnpm/lockfile-to-pnp": "4.1.9"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@yarnpkg/pnp": "^4.0.6",
|
|
36
36
|
"normalize-path": "^3.0.0",
|
|
37
37
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
38
|
-
"@pnpm/lockfile-file": "9.1.3",
|
|
39
|
-
"@pnpm/lockfile-utils": "11.0.4",
|
|
40
38
|
"@pnpm/dependency-path": "5.1.3",
|
|
39
|
+
"@pnpm/lockfile.fs": "1.0.0",
|
|
40
|
+
"@pnpm/lockfile.utils": "1.0.0",
|
|
41
41
|
"@pnpm/types": "11.1.0"
|
|
42
42
|
},
|
|
43
43
|
"funding": "https://opencollective.com/pnpm",
|