J'ai juste update le cutie.js, CONNARD
Ah oui, j'ai aussi add le info.js, qui est merdique d'ailleurs
This commit is contained in:
Syxpi
2025-10-11 22:06:46 +02:00
parent 14d4df5a40
commit b5cba1c318
283 changed files with 15040 additions and 12924 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@humanfs/node",
"version": "0.16.6",
"version": "0.16.7",
"description": "The Node.js bindings of the humanfs library.",
"type": "module",
"main": "dist/index.js",
@@ -23,7 +23,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/humanwhocodes/humanfs.git"
"url": "git+https://github.com/humanwhocodes/humanfs.git",
"directory": "packages/node"
},
"publishConfig": {
"access": "public"
@@ -51,7 +52,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@humanwhocodes/retry": "^0.3.0",
"@humanwhocodes/retry": "^0.4.0",
"@humanfs/core": "^0.19.1"
}
}