mm_expand 2.2.3 → 2.2.4

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/base.js +1 -1
  2. package/package.json +1 -1
package/lib/base.js CHANGED
@@ -108,7 +108,7 @@ Base.prototype._preset = function () {
108
108
  */
109
109
  Base.prototype._setConfig = function (config) {
110
110
  Object.assign(this.config, config);
111
- }
111
+ };
112
112
 
113
113
  /**
114
114
  * 设置配置参数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_expand",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "Super Meimei Prototype Function Extension Module - Enhanced operations for string, array, object, date manipulation with error prevention and simplified business logic.",
5
5
  "main": "index.js",
6
6
  "scripts": {