@lark-apaas/db-schema-sync 0.1.3-alpha.3 → 0.1.3-alpha.4
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/bin.js
CHANGED
|
@@ -582,7 +582,7 @@ var require_dist = __commonJS({
|
|
|
582
582
|
}
|
|
583
583
|
}
|
|
584
584
|
/**
|
|
585
|
-
*
|
|
585
|
+
* 注册请求 preInterceptors
|
|
586
586
|
*/
|
|
587
587
|
registerRequestPreInterceptors(interceptors) {
|
|
588
588
|
if (!interceptors?.length) {
|
|
@@ -595,6 +595,9 @@ var require_dist = __commonJS({
|
|
|
595
595
|
);
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
|
+
/**
|
|
599
|
+
* 注册响应 preInterceptors
|
|
600
|
+
*/
|
|
598
601
|
registerResponsePreInterceptors(interceptors) {
|
|
599
602
|
if (!interceptors?.length) {
|
|
600
603
|
return;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lark-apaas/db-schema-sync",
|
|
3
|
-
"version": "0.1.3-alpha.
|
|
3
|
+
"version": "0.1.3-alpha.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"node": ">=18.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@lark-apaas/http-client": "0.1.6-alpha.
|
|
32
|
+
"@lark-apaas/http-client": "0.1.6-alpha.4",
|
|
33
33
|
"dotenv": "^17.3.1",
|
|
34
34
|
"tiny-pinyin": "^1.3.2"
|
|
35
35
|
},
|