Add SPA session validation and buglist, update migration docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-03 21:28:08 +00:00
parent 9be3dfc14e
commit cff287e870
24169 changed files with 10223 additions and 7120 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-dts",
"version": "6.2.3",
"version": "6.3.0",
"description": "A rollup plugin that will bundle up your .d.ts definition files.",
"keywords": [
"rollup-plugin",
@@ -52,11 +52,11 @@
"@types/babel__code-frame": "^7.0.6",
"@types/d3-drag": "^3.0.7",
"@types/estree": "1.0.8",
"@types/node": "^24.2.1",
"@types/react": "^19.1.9",
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"c8": "^10.1.3",
"rollup": "4.46.2",
"typescript": "5.9.2"
"rollup": "4.53.3",
"typescript": "5.9.3"
},
"peerDependencies": {
"rollup": "^3.29.4 || ^4",
@@ -66,6 +66,6 @@
"@babel/code-frame": "^7.27.1"
},
"dependencies": {
"magic-string": "^0.30.17"
"magic-string": "^0.30.21"
}
}