@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 +1 -1
- package/dist/index.js +1 -1
- package/dist/jqhtml-core.esm.js +2 -2
- package/package.json +1 -1
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.
|
|
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.
|
|
4056
|
+
const version = '2.3.11';
|
|
4057
4057
|
// Default export with all functionality
|
|
4058
4058
|
const jqhtml = {
|
|
4059
4059
|
// Core
|
package/dist/jqhtml-core.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* JQHTML Core v2.3.
|
|
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.
|
|
4061
|
+
const version = '2.3.11';
|
|
4062
4062
|
// Default export with all functionality
|
|
4063
4063
|
const jqhtml = {
|
|
4064
4064
|
// Core
|