Skip to content

Commit 96e562b

Browse files
committed
chore: release v4.56.4
1 parent 3843edd commit 96e562b

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

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.56.2",
3+
"version": "4.56.4",
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.56.2",
6+
"version": "4.56.4",
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.56.2",
6+
"version": "4.56.4",
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.56.2",
6+
"version": "4.56.4",
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.56.2",
6+
"version": "4.56.4",
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.56.2",
6+
"version": "4.56.4",
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.56.2",
6+
"version": "4.56.4",
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.56.2",
6+
"version": "4.56.4",
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.56.2",
6+
"version": "4.56.4",
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.56.2",
6+
"version": "4.56.4",
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)