auto-point 0.0.26 → 0.0.27

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/AP/auto_point.js +3 -0
  2. package/package.json +1 -1
package/AP/auto_point.js CHANGED
@@ -49,6 +49,9 @@
49
49
  }
50
50
  // 中间件列表
51
51
  #MIDDLEWARE = new Array()
52
+ get middleware() {
53
+ return this.#MIDDLEWARE
54
+ }
52
55
 
53
56
  #ERROR(msg) {
54
57
  console.error(msg)
package/package.json CHANGED
@@ -13,5 +13,5 @@
13
13
  "scripts": {
14
14
  "test": "echo \"Error: no test specified\" && exit 1"
15
15
  },
16
- "version": "0.0.26"
16
+ "version": "0.0.27"
17
17
  }