UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@humanfs/node",
"version": "0.16.7",
"version": "0.16.8",
"description": "The Node.js bindings of the humanfs library.",
"type": "module",
"main": "dist/index.js",
@@ -47,12 +47,12 @@
"devDependencies": {
"@types/node": "^20.9.4",
"@humanfs/test": "^0.15.0",
"@humanfs/types": "^0.15.0",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@humanwhocodes/retry": "^0.4.0",
"@humanfs/core": "^0.19.1"
"@humanfs/core": "^0.19.2",
"@humanfs/types": "^0.15.0"
}
}