@thi.ng/block-fs 0.6.3 → 0.6.5
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/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -387,7 +387,7 @@ This example shows how to use a binary blob created via the [CLI `blockfs
|
|
|
387
387
|
convert` command](#convert-file-tree-into-single-blockfs-blob) as a virtual file
|
|
388
388
|
system...
|
|
389
389
|
|
|
390
|
-
```ts
|
|
390
|
+
```ts
|
|
391
391
|
import { BlockFS, MemoryBlockStorage } from "@thi.ng/block-fs";
|
|
392
392
|
|
|
393
393
|
// load binary blob
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/block-fs",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"description": "Customizable block-based storage, adapters & file system layer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@thi.ng/api": "^8.11.30",
|
|
46
|
-
"@thi.ng/args": "^2.8.
|
|
47
|
-
"@thi.ng/binary": "^3.4.
|
|
48
|
-
"@thi.ng/bitfield": "^2.4.
|
|
46
|
+
"@thi.ng/args": "^2.8.1",
|
|
47
|
+
"@thi.ng/binary": "^3.4.54",
|
|
48
|
+
"@thi.ng/bitfield": "^2.4.7",
|
|
49
49
|
"@thi.ng/checks": "^3.7.10",
|
|
50
50
|
"@thi.ng/compare": "^2.4.22",
|
|
51
51
|
"@thi.ng/errors": "^2.5.36",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"status": "alpha",
|
|
144
144
|
"year": 2024
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "63a8b97642b9c481bb623e8d53e6250749a2cbfb\n"
|
|
147
147
|
}
|