Major Bugfix. Fix server component client compatibility

This commit is contained in:
2026-03-22 10:34:30 +01:00
parent 9f619c8898
commit a9af20a8b2
39 changed files with 508 additions and 79 deletions
+6 -6
View File
@@ -2,7 +2,7 @@
"name": "@moduletrace/bunext",
"module": "index.ts",
"type": "module",
"version": "1.0.9",
"version": "1.0.10",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
@@ -51,6 +51,10 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/bun": "latest",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"bun-plugin-tailwind": "^0.1.2",
"chalk": "^5.6.2",
"commander": "^14.0.2",
@@ -59,10 +63,6 @@
"lodash": "^4.17.23",
"micromatch": "^4.0.8",
"ora": "^9.0.0",
"postcss": "^8.5.8",
"@types/node": "^24.10.0",
"@types/bun": "latest",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2"
"postcss": "^8.5.8"
}
}