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
+4 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@humanfs/core",
"version": "0.19.1",
"version": "0.19.2",
"description": "The core of the humanfs library.",
"type": "module",
"main": "dist/index.js",
@@ -44,9 +44,11 @@
"node": ">=18.18.0"
},
"devDependencies": {
"@humanfs/types": "^0.15.0",
"c8": "^9.0.0",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@humanfs/types": "^0.15.0"
}
}