@wzyjs/utils 0.3.4 → 0.3.6

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.
@@ -1,2 +1 @@
1
1
  export * as midjourney from './midjourney';
2
- export * as gpt from './gpt';
@@ -1,3 +1 @@
1
1
  export * from './chat';
2
- export * as audio from './audio';
3
- export * as image from './image';
@@ -1,7 +1,5 @@
1
- export * as ai302 from './ai/302';
2
- export * as doubao from './ai/doubao';
3
- export * as keling from './ai/keling';
4
- export * from './base';
5
- export * from './enum';
1
+ export * from './ai/302';
2
+ export * from './ai/keling';
6
3
  export * from './image';
4
+ export * from './enum';
7
5
  export { default as dayjs, Dayjs, Timezone, initChinaDayjs, chinaDayjs } from './dayjs';