abler-api 1.0.86 → 1.0.91
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/dist/cjs/pp-util.js +2 -2
- package/package.json +7 -7
package/dist/cjs/pp-util.js
CHANGED
|
@@ -294,8 +294,8 @@ class apiUtil$2 {
|
|
|
294
294
|
static cekEncryptOptions = {
|
|
295
295
|
algorithm: "aes-256-gcm",
|
|
296
296
|
// iv: 随机
|
|
297
|
-
|
|
298
|
-
|
|
297
|
+
encryptedEncoding: "base64",
|
|
298
|
+
decryptedEncoding: "utf8"
|
|
299
299
|
};
|
|
300
300
|
|
|
301
301
|
// static apiCallRecSaver;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "abler-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.91",
|
|
4
4
|
"description": "API服务相关工具",
|
|
5
5
|
"main": "./dist/cjs/pp-util.js",
|
|
6
6
|
"-module": "./dist/es/pp-util.js",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"author": "peng_peng",
|
|
16
16
|
"license": "ISC",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"abler-db": "^1.0.
|
|
19
|
-
"abler-i18n": "^1.0.
|
|
20
|
-
"abler-messenger": "^1.1.
|
|
21
|
-
"abler-net": "^1.0.
|
|
22
|
-
"abler-util": "^1.0.
|
|
18
|
+
"abler-db": "^1.0.97",
|
|
19
|
+
"abler-i18n": "^1.0.27",
|
|
20
|
+
"abler-messenger": "^1.1.52",
|
|
21
|
+
"abler-net": "^1.0.53",
|
|
22
|
+
"abler-util": "^1.0.51",
|
|
23
23
|
"basic-auth": "^2.0.1",
|
|
24
24
|
"node-cron": "^3.0.1"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "c327a7a48c6ba8038b5a90eebc7434ea7bb72205"
|
|
27
27
|
}
|