auto-point 0.0.15 → 0.0.16

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 +1 -1
  2. package/package.json +1 -1
package/AP/auto_point.js CHANGED
@@ -1,7 +1,7 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory :
3
3
  typeof define === 'function' && define.amd ? define(factory) :
4
- (global = global || self, global.GFB = factory);
4
+ (global = global || self, global.AP = factory);
5
5
  })(this, class auto_point {
6
6
  // 初始化状态
7
7
  #INIT_STATE = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-point",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Automatic burying point",
5
5
  "main": "index.js",
6
6
  "files": [