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-29 11:20:34 +00:00
parent b4bfd28f9f
commit 54c72c21fc
15 changed files with 50 additions and 40 deletions

View File

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

View File

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

View File

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

View File

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