Update npm dependencies

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-09 07:31:22 +00:00
parent fa97880c6d
commit 46b45e6762
952 changed files with 5472 additions and 2904 deletions

View File

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

View File

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

View File

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

View File

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