@thi.ng/block-fs 0.6.36 → 0.6.37

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +16 -15
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 213 standalone projects, maintained as part
10
+ > This is one of 214 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/block-fs",
3
- "version": "0.6.36",
3
+ "version": "0.6.37",
4
4
  "description": "Customizable block-based storage, adapters & file system layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -11,7 +11,8 @@
11
11
  "sideEffects": false,
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/thi-ng/umbrella.git"
14
+ "url": "git+https://github.com/thi-ng/umbrella.git",
15
+ "directory": "packages/block-fs"
15
16
  },
16
17
  "homepage": "https://thi.ng/block-fs",
17
18
  "funding": [
@@ -42,18 +43,18 @@
42
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
43
44
  },
44
45
  "dependencies": {
45
- "@thi.ng/api": "^8.12.13",
46
- "@thi.ng/args": "^3.2.8",
47
- "@thi.ng/binary": "^3.6.2",
48
- "@thi.ng/bitfield": "^2.4.26",
49
- "@thi.ng/checks": "^3.8.3",
50
- "@thi.ng/compare": "^2.4.39",
51
- "@thi.ng/errors": "^2.6.2",
52
- "@thi.ng/file-io": "^2.2.23",
53
- "@thi.ng/logger": "^3.2.12",
54
- "@thi.ng/mime": "^2.8.5",
55
- "@thi.ng/random": "^4.1.38",
56
- "@thi.ng/strings": "^3.9.34"
46
+ "@thi.ng/api": "^8.12.14",
47
+ "@thi.ng/args": "^3.2.9",
48
+ "@thi.ng/binary": "^3.6.3",
49
+ "@thi.ng/bitfield": "^2.4.27",
50
+ "@thi.ng/checks": "^3.8.4",
51
+ "@thi.ng/compare": "^2.4.40",
52
+ "@thi.ng/errors": "^2.6.3",
53
+ "@thi.ng/file-io": "^2.2.24",
54
+ "@thi.ng/logger": "^3.2.13",
55
+ "@thi.ng/mime": "^2.8.6",
56
+ "@thi.ng/random": "^4.1.39",
57
+ "@thi.ng/strings": "^3.9.35"
57
58
  },
58
59
  "devDependencies": {
59
60
  "@types/node": "^24.10.9",
@@ -143,5 +144,5 @@
143
144
  "status": "alpha",
144
145
  "year": 2024
145
146
  },
146
- "gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
147
+ "gitHead": "4bd1b9d8ae52ba32b90a1b9a55d329c708ca7865\n"
147
148
  }