@lark-apaas/db-schema-sync 0.1.3-alpha.2 → 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
@@ -6,7 +6,7 @@ import {
6
6
  __toESM,
7
7
  generateSchema,
8
8
  resolveEnvOptions
9
- } from "./chunk-BLUXGT2D.js";
9
+ } from "./chunk-Q7VSULU2.js";
10
10
 
11
11
  // node_modules/dotenv/package.json
12
12
  var require_package = __commonJS({
@@ -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
@@ -5,7 +5,7 @@ import {
5
5
  generateSchemaFromData,
6
6
  normalizeApiResponse,
7
7
  resolveEnvOptions
8
- } from "./chunk-BLUXGT2D.js";
8
+ } from "./chunk-Q7VSULU2.js";
9
9
  export {
10
10
  generateSchema,
11
11
  generateSchemaCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/db-schema-sync",
3
- "version": "0.1.3-alpha.2",
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.2",
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
  },