Fix unimplemented login route with # prefix

Fix IDE service routing and path normalization
Refactor IDE services and add session rotation

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-10-22 15:59:42 +00:00
parent fe2ef1b35b
commit e678b987c2
39 changed files with 2028 additions and 522 deletions

View File

@@ -2728,7 +2728,7 @@ function init(jQuery) {
}
}
// Version - will be replaced during build with actual version from package.json
const version = '2.2.137';
const version = '2.2.142';
// Default export with all functionality
const jqhtml = {
// Core

View File

@@ -2724,7 +2724,7 @@ function init(jQuery) {
}
}
// Version - will be replaced during build with actual version from package.json
const version = '2.2.137';
const version = '2.2.142';
// Default export with all functionality
const jqhtml = {
// Core

View File

@@ -1,5 +1,5 @@
/**
* JQHTML Core v2.2.137
* JQHTML Core v2.2.142
* (c) 2025 JQHTML Team
* Released under the MIT License
*/
@@ -2729,7 +2729,7 @@ function init(jQuery) {
}
}
// Version - will be replaced during build with actual version from package.json
const version = '2.2.137';
const version = '2.2.142';
// Default export with all functionality
const jqhtml = {
// Core

View File

@@ -1,6 +1,6 @@
{
"name": "@jqhtml/core",
"version": "2.2.137",
"version": "2.2.142",
"description": "Core runtime library for JQHTML",
"type": "module",
"main": "./dist/index.js",