Major Refactoring. Test update

This commit is contained in:
2026-03-22 16:45:12 +01:00
parent e047539a11
commit 1634eeb213
51 changed files with 389 additions and 319 deletions
+6 -8
View File
@@ -2,7 +2,7 @@
"name": "@moduletrace/bunext",
"module": "index.ts",
"type": "module",
"version": "1.0.16",
"version": "1.0.17",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
@@ -34,17 +34,14 @@
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/lodash": "^4.17.24",
"@types/micromatch": "^4.0.10",
"happy-dom": "^20.8.4",
"react": "^19.2.4",
"react-dom": "^19.2.4"
"happy-dom": "^20.8.4"
},
"peerDependencies": {
"typescript": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
@@ -63,6 +60,7 @@
"lodash": "^4.17.23",
"micromatch": "^4.0.8",
"ora": "^9.0.0",
"postcss": "^8.5.8"
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2"
}
}