@jqhtml/core 2.3.10 → 2.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -4057,7 +4057,7 @@ function init(jQuery) {
4057
4057
  }
4058
4058
  }
4059
4059
  // Version - will be replaced during build with actual version from package.json
4060
- const version = '2.3.10';
4060
+ const version = '2.3.11';
4061
4061
  // Default export with all functionality
4062
4062
  const jqhtml = {
4063
4063
  // Core
package/dist/index.js CHANGED
@@ -4053,7 +4053,7 @@ function init(jQuery) {
4053
4053
  }
4054
4054
  }
4055
4055
  // Version - will be replaced during build with actual version from package.json
4056
- const version = '2.3.10';
4056
+ const version = '2.3.11';
4057
4057
  // Default export with all functionality
4058
4058
  const jqhtml = {
4059
4059
  // Core
@@ -1,5 +1,5 @@
1
1
  /**
2
- * JQHTML Core v2.3.10
2
+ * JQHTML Core v2.3.11
3
3
  * (c) 2025 JQHTML Team
4
4
  * Released under the MIT License
5
5
  */
@@ -4058,7 +4058,7 @@ function init(jQuery) {
4058
4058
  }
4059
4059
  }
4060
4060
  // Version - will be replaced during build with actual version from package.json
4061
- const version = '2.3.10';
4061
+ const version = '2.3.11';
4062
4062
  // Default export with all functionality
4063
4063
  const jqhtml = {
4064
4064
  // Core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jqhtml/core",
3
- "version": "2.3.10",
3
+ "version": "2.3.11",
4
4
  "description": "Core runtime library for JQHTML",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",