chore(release): 6.24.4

This commit is contained in:
Zoltan Kochan committed 2021-12-29 13:01:14 +02:00
1 parent 701ea07461
commit 6e4becd997
179 files changed
+1819 -986

No files matched your search

+11
View File
@@ -1,5 +1,16 @@
# @pnpm/mount-modules
## 0.1.19
### Patch Changes
- Updated dependencies [b5734a4a7]
- @pnpm/types@7.8.0
- dependency-path@8.0.9
- @pnpm/lockfile-file@4.2.5
- @pnpm/lockfile-utils@3.1.5
- @pnpm/cafs@3.0.12
## 0.1.18
### Patch Changes
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.1.18",
"version": "0.1.19",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
@@ -41,12 +41,12 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@pnpm/cafs": "workspace:3.0.11",
"@pnpm/lockfile-file": "workspace:4.2.4",
"@pnpm/lockfile-utils": "workspace:3.1.4",
"@pnpm/cafs": "workspace:3.0.12",
"@pnpm/lockfile-file": "workspace:4.2.5",
"@pnpm/lockfile-utils": "workspace:3.1.5",
"@pnpm/store-path": "^5.0.0",
"@pnpm/types": "workspace:7.7.1",
"dependency-path": "workspace:8.0.8",
"@pnpm/types": "workspace:7.8.0",
"dependency-path": "workspace:8.0.9",
"hyperdrive-schemas": "^2.0.0",
"load-json-file": "^6.2.0",
"normalize-path": "^3.0.0"