@mujian/js-sdk 0.0.6-beta.74 → 0.0.6-beta.75

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.
@@ -2,12 +2,12 @@ import { type MujianSdk } from '../index.ts';
2
2
  /**
3
3
  * @interface Config
4
4
  * @description 配置接口
5
- * @property {string} baseUrl API 的 URL
5
+ * @property {string} baseURL API 的 URL
6
6
  * @property {string} apiKey API 的 KEY (当前用户唯一)
7
7
  */
8
8
  export type Config = {
9
9
  openapi: {
10
- baseUrl: string;
10
+ baseURL: string;
11
11
  apiKey: string;
12
12
  };
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mujian/js-sdk",
3
- "version": "0.0.6-beta.74",
3
+ "version": "0.0.6-beta.75",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {