Fix migration table naming and migrate:commit exit code

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-19 22:56:36 +00:00
parent 2fdf0ab9be
commit c8d87f47b7
116 changed files with 90 additions and 77 deletions

0
node_modules/@jqhtml/core/dist/component-registry.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/component-registry.d.ts.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/component.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/component.d.ts.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/debug-entry.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/debug-entry.d.ts.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/debug-overlay.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/debug-overlay.d.ts.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/debug.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/debug.d.ts.map generated vendored Normal file → Executable file
View File

2
node_modules/@jqhtml/core/dist/index.cjs generated vendored Normal file → Executable file
View File

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

0
node_modules/@jqhtml/core/dist/index.cjs.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/index.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/index.d.ts.map generated vendored Normal file → Executable file
View File

2
node_modules/@jqhtml/core/dist/index.js generated vendored Normal file → Executable file
View File

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

0
node_modules/@jqhtml/core/dist/index.js.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/instruction-processor.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/instruction-processor.d.ts.map generated vendored Normal file → Executable file
View File

4
node_modules/@jqhtml/core/dist/jqhtml-core.esm.js generated vendored Normal file → Executable file
View File

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

0
node_modules/@jqhtml/core/dist/jqhtml-core.esm.js.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/jqhtml-debug.esm.js generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/jqhtml-debug.esm.js.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/jquery-plugin.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/jquery-plugin.d.ts.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/lifecycle-manager.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/lifecycle-manager.d.ts.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/load-coordinator.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/load-coordinator.d.ts.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/local-storage.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/local-storage.d.ts.map generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/template-renderer.d.ts generated vendored Normal file → Executable file
View File

0
node_modules/@jqhtml/core/dist/template-renderer.d.ts.map generated vendored Normal file → Executable file
View File

2
node_modules/@jqhtml/core/package.json generated vendored Normal file → Executable file
View File

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