Skip to content

Commit

Permalink
build(release): publish
Browse files Browse the repository at this point in the history
 - @nodelib/fs.macchiato@2.0.0
 - @nodelib/fs.scandir@3.0.0
 - @nodelib/fs.stat@3.0.0
 - @nodelib/fs.walk@2.0.0
  • Loading branch information
mrmlnc committed Jul 28, 2023
1 parent 3dda47f commit 5c1b278
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/fs/fs.macchiato/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodelib/fs.macchiato",
"version": "1.0.4",
"version": "2.0.0",
"description": "A set of classes for easy testing of built-in structures of FS",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.macchiato",
Expand Down
10 changes: 5 additions & 5 deletions packages/fs/fs.scandir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodelib/fs.scandir",
"version": "2.1.5",
"version": "3.0.0",
"description": "List files and directories inside the specified directory",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir",
Expand Down Expand Up @@ -37,12 +37,12 @@
"bench:async": "hereby bench:async"
},
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"@nodelib/fs.stat": "3.0.0",
"run-parallel": "^1.2.0"
},
"devDependencies": {
"@nodelib/fs.macchiato": "1.0.4",
"@types/run-parallel": "^1.1.0",
"@nodelib/fs.scandir.previous": "npm:@nodelib/fs.scandir@2"
"@nodelib/fs.macchiato": "2.0.0",
"@nodelib/fs.scandir.previous": "npm:@nodelib/fs.scandir@2",
"@types/run-parallel": "^1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/fs/fs.stat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodelib/fs.stat",
"version": "2.0.5",
"version": "3.0.0",
"description": "Get the status of a file with some features",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat",
Expand Down Expand Up @@ -31,6 +31,6 @@
"watch": "npm run clean && npm run compile:watch"
},
"devDependencies": {
"@nodelib/fs.macchiato": "1.0.4"
"@nodelib/fs.macchiato": "2.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/fs/fs.walk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodelib/fs.walk",
"version": "1.2.8",
"version": "2.0.0",
"description": "A library for efficiently walking a directory recursively",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk",
Expand Down Expand Up @@ -39,11 +39,11 @@
"bench:stream": "hereby bench:stream"
},
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"@nodelib/fs.scandir": "3.0.0",
"fastq": "^1.15.0"
},
"devDependencies": {
"@nodelib/fs.macchiato": "1.0.4",
"@nodelib/fs.macchiato": "2.0.0",
"@nodelib/fs.walk.previous": "npm:@nodelib/fs.walk@1"
}
}

0 comments on commit 5c1b278

Please sign in to comment.