Skip to content

Commit 72c28a8

Browse files
chore: release v4.57.1
1 parent e712f63 commit 72c28a8

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memfs-monorepo",
3-
"version": "4.57.0",
3+
"version": "4.57.1",
44
"private": true,
55
"description": "In-memory file-system with Node's fs API.",
66
"keywords": [

packages/fs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.57.0",
6+
"version": "4.57.1",
77
"description": "Core filesystem primitives: Node, Link, File, Superblock",
88
"author": {
99
"name": "streamich",

packages/fs-fsa-to-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.57.0",
6+
"version": "4.57.1",
77
"description": "Adapter to convert File System Access API to Node.js fs API",
88
"author": {
99
"name": "streamich",

packages/fs-fsa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.57.0",
6+
"version": "4.57.1",
77
"description": "File System Access API implementation backed by core filesystem primitives",
88
"author": {
99
"name": "streamich",

packages/fs-node-builtins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.57.0",
6+
"version": "4.57.1",
77
"description": "Node.js standard library dependencies for fs-related packages",
88
"author": {
99
"name": "streamich",

packages/fs-node-to-fsa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.57.0",
6+
"version": "4.57.1",
77
"description": "Adapter to convert Node.js fs API to File System Access API",
88
"author": {
99
"name": "streamich",

packages/fs-node-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.57.0",
6+
"version": "4.57.1",
77
"description": "Utility functions for Node.js fs module",
88
"author": {
99
"name": "streamich",

packages/fs-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.57.0",
6+
"version": "4.57.1",
77
"description": "In-memory filesystem with Node.js fs-compatible API",
88
"author": {
99
"name": "streamich",

packages/fs-print/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.57.0",
6+
"version": "4.57.1",
77
"description": "File system tree printer - print a file system structure as a tree",
88
"author": {
99
"name": "streamich",

packages/fs-snapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.57.0",
6+
"version": "4.57.1",
77
"description": "File system snapshot - serialize and deserialize file system trees to binary or JSON",
88
"author": {
99
"name": "streamich",

0 commit comments

Comments
 (0)