mm_machine 2.3.8 → 2.4.0
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -442,14 +442,14 @@ Manager.prototype.loadScripts = async function () {
|
|
|
442
442
|
* 更新配置前的钩子函数
|
|
443
443
|
*/
|
|
444
444
|
Manager.prototype.updateBefore = function () {
|
|
445
|
-
this.log('info', '更新配置前的钩子函数');
|
|
445
|
+
// this.log('info', '更新配置前的钩子函数');
|
|
446
446
|
};
|
|
447
447
|
|
|
448
448
|
/**
|
|
449
449
|
* 更新配置前的钩子函数
|
|
450
450
|
*/
|
|
451
451
|
Manager.prototype.updateAfter = function () {
|
|
452
|
-
this.log('info', '更新配置后钩子函数');
|
|
452
|
+
// this.log('info', '更新配置后钩子函数');
|
|
453
453
|
};
|
|
454
454
|
|
|
455
455
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mm_machine",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "A flexible Node.js plugin mechanism system for dynamic loading, management and execution of modules. Supports hot reload, lifecycle management, and modern JavaScript features.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|