abler-api 1.0.49 → 1.0.54

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.
@@ -1900,7 +1900,6 @@ class apiUtil$2 {
1900
1900
  /**
1901
1901
  * 创建验证码对象
1902
1902
  * npm i svg-captcha
1903
- * npm i svg2png
1904
1903
  */
1905
1904
  static createSvgCaptcha(options) {
1906
1905
  const captcha = svgCaptcha.create({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abler-api",
3
- "version": "1.0.49",
3
+ "version": "1.0.54",
4
4
  "description": "API服务相关工具",
5
5
  "main": "./dist/cjs/pp-util.js",
6
6
  "-module": "./dist/es/pp-util.js",
@@ -15,11 +15,11 @@
15
15
  "author": "peng_peng",
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
- "abler-db": "^1.0.55",
19
- "abler-i18n": "^1.0.5",
20
- "abler-messenger": "^1.1.12",
21
- "abler-net": "^1.0.16",
22
- "abler-util": "^1.0.16",
18
+ "abler-db": "^1.0.60",
19
+ "abler-i18n": "^1.0.9",
20
+ "abler-messenger": "^1.1.17",
21
+ "abler-net": "^1.0.21",
22
+ "abler-util": "^1.0.21",
23
23
  "basic-auth": "^2.0.1",
24
24
  "node-cron": "^3.0.1",
25
25
  "proxy-agent": "6.5.0",
@@ -43,5 +43,5 @@
43
43
  "rollup-plugin-json": "^4.0.0",
44
44
  "rollup-plugin-terser": "^7.0.2"
45
45
  },
46
- "gitHead": "2917722700d03084bc1da8e3cf80e30fce40f520"
46
+ "gitHead": "3260dc333e31a5d4715ad50e8e67b2251f604da8"
47
47
  }