@thi.ng/block-fs 0.5.0 → 0.5.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-06-18T12:01:21Z
3
+ - **Last updated**: 2025-06-24T21:39:38Z
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
@@ -294,7 +294,7 @@ For Node.js REPL:
294
294
  const bf = await import("@thi.ng/block-fs");
295
295
  ```
296
296
 
297
- Package sizes (brotli'd, pre-treeshake): ESM: 4.51 KB
297
+ Package sizes (brotli'd, pre-treeshake): ESM: 4.29 KB
298
298
 
299
299
  ## Dependencies
300
300
 
package/index.d.ts CHANGED
@@ -5,6 +5,5 @@ export * from "./fs.js";
5
5
  export * from "./lock.js";
6
6
  export * from "./utils.js";
7
7
  export * from "./storage/astorage.js";
8
- export * from "./storage/file.js";
9
8
  export * from "./storage/memory.js";
10
9
  //# sourceMappingURL=index.d.ts.map
package/index.js CHANGED
@@ -5,5 +5,4 @@ export * from "./fs.js";
5
5
  export * from "./lock.js";
6
6
  export * from "./utils.js";
7
7
  export * from "./storage/astorage.js";
8
- export * from "./storage/file.js";
9
8
  export * from "./storage/memory.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/block-fs",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Customizable block-based storage, adapters & file system layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -132,5 +132,5 @@
132
132
  "status": "alpha",
133
133
  "year": 2024
134
134
  },
135
- "gitHead": "b076434a497b291ad33e81b1a15f6a71e2c82cc2\n"
135
+ "gitHead": "45e91ee75236e39fc87ea10fbabac1272bef62e3\n"
136
136
  }