mm_machine 2.4.9 → 2.5.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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -847,6 +847,7 @@ Manager.prototype.runWaterfall = async function (method, result, ...params) {
847
847
  module.exports = {
848
848
  Manager,
849
849
  Drive,
850
+ Mod,
850
851
  // 向后兼容
851
852
  Index: Manager,
852
853
  Item: Drive
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_machine",
3
- "version": "2.4.9",
3
+ "version": "2.5.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": {