@lark-apaas/db-schema-sync 0.1.1 → 0.1.2

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-DDPL2IQA.js";
9
+ } from "./chunk-OFEXLJ35.js";
10
10
 
11
11
  // node_modules/dotenv/package.json
12
12
  var require_package = __commonJS({
@@ -31,9 +31,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
31
31
  mod
32
32
  ));
33
33
 
34
- // node_modules/@lark-apaas/http-client/dist/index.js
34
+ // ../../../node_modules/@lark-apaas/http-client/dist/index.js
35
35
  var require_dist = __commonJS({
36
- "node_modules/@lark-apaas/http-client/dist/index.js"(exports, module) {
36
+ "../../../node_modules/@lark-apaas/http-client/dist/index.js"(exports, module) {
37
37
  "use strict";
38
38
  var __defProp2 = Object.defineProperty;
39
39
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  generateSchemaFromData,
6
6
  normalizeApiResponse,
7
7
  resolveEnvOptions
8
- } from "./chunk-DDPL2IQA.js";
8
+ } from "./chunk-OFEXLJ35.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.1",
3
+ "version": "0.1.2",
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.3",
32
+ "@lark-apaas/http-client": "^0.1.5",
33
33
  "dotenv": "^17.3.1",
34
34
  "tiny-pinyin": "^1.3.2"
35
35
  },