@zhaoyifannan/tvue 3.7.0 → 3.7.1

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.
Files changed (2) hide show
  1. package/lib/tvue.js +2 -2
  2. package/package.json +1 -1
package/lib/tvue.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Tvue.js v3.7.0
2
+ * Tvue.js v3.7.1
3
3
  * (c) 2024-2025 Zhaoyifannan
4
4
  * Released under the MIT License.
5
5
  *
@@ -6841,7 +6841,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
6841
6841
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6842
6842
 
6843
6843
  "use strict";
6844
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"version\", function() { return version; });\nvar version = '3.7.0';\n\n//# sourceURL=webpack://TVUE/./src/version.js?");
6844
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"version\", function() { return version; });\nvar version = '3.7.1';\n\n//# sourceURL=webpack://TVUE/./src/version.js?");
6845
6845
 
6846
6846
  /***/ }),
6847
6847
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhaoyifannan/tvue",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "A Magic Configurable Web Framework",
5
5
  "main": "lib/tvue.min.js",
6
6
  "unpkg": "lib/tvue.min.js",