Fix async lifecycle ordering, add _spa_init boot phase, update to jqhtml _load_only/_load_render_only flags

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2026-03-06 22:33:38 +00:00
parent 11c95a2886
commit d1ac456279
2718 changed files with 70593 additions and 6320 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-polyfill-regenerator",
"version": "0.6.6",
"version": "0.6.7",
"description": "A Babel plugin to inject imports to regenerator-runtime",
"repository": {
"type": "git",
@@ -26,7 +26,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-define-polyfill-provider": "^0.6.6"
"@babel/helper-define-polyfill-provider": "^0.6.7"
},
"devDependencies": {
"@babel/core": "^7.28.6",
@@ -37,5 +37,5 @@
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
},
"gitHead": "9b040e303af7d703a57f16d46538d1b0d5462237"
"gitHead": "35d742c19e250d8908b0fb77340191f268706161"
}