@thi.ng/block-fs 0.6.4 → 0.6.6

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-12T23:11:04Z
3
+ - **Last updated**: 2025-07-20T14:56:01Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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 tangle:export/readme-2.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.4",
3
+ "version": "0.6.6",
4
4
  "description": "Customizable block-based storage, adapters & file system layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -42,22 +42,22 @@
42
42
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
43
43
  },
44
44
  "dependencies": {
45
- "@thi.ng/api": "^8.11.30",
46
- "@thi.ng/args": "^2.8.1",
47
- "@thi.ng/binary": "^3.4.53",
48
- "@thi.ng/bitfield": "^2.4.6",
49
- "@thi.ng/checks": "^3.7.10",
50
- "@thi.ng/compare": "^2.4.22",
51
- "@thi.ng/errors": "^2.5.36",
52
- "@thi.ng/file-io": "^2.2.1",
53
- "@thi.ng/logger": "^3.1.11",
54
- "@thi.ng/mime": "^2.7.12",
55
- "@thi.ng/random": "^4.1.21",
56
- "@thi.ng/strings": "^3.9.16"
45
+ "@thi.ng/api": "^8.11.31",
46
+ "@thi.ng/args": "^2.8.2",
47
+ "@thi.ng/binary": "^3.4.55",
48
+ "@thi.ng/bitfield": "^2.4.8",
49
+ "@thi.ng/checks": "^3.7.11",
50
+ "@thi.ng/compare": "^2.4.23",
51
+ "@thi.ng/errors": "^2.5.37",
52
+ "@thi.ng/file-io": "^2.2.2",
53
+ "@thi.ng/logger": "^3.1.12",
54
+ "@thi.ng/mime": "^2.7.13",
55
+ "@thi.ng/random": "^4.1.22",
56
+ "@thi.ng/strings": "^3.9.17"
57
57
  },
58
58
  "devDependencies": {
59
- "@types/node": "^24.0.12",
60
- "esbuild": "^0.25.6",
59
+ "@types/node": "^24.0.15",
60
+ "esbuild": "^0.25.8",
61
61
  "typedoc": "^0.28.7",
62
62
  "typescript": "^5.8.3"
63
63
  },
@@ -143,5 +143,5 @@
143
143
  "status": "alpha",
144
144
  "year": 2024
145
145
  },
146
- "gitHead": "a81765bd79046980463c56a8bd187f9aaa88dd65\n"
146
+ "gitHead": "3cd1bea8b2bf6b859609f6d5c14b4eb64745681f\n"
147
147
  }