@daocloud-proto/baize 0.110.4 → 0.110.5

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.
@@ -115,7 +115,7 @@ export type DataSourceOptionsConda = {
115
115
  }
116
116
 
117
117
  export type DataSourceOptionsHuggingFace = {
118
- repoType?: string
118
+ repoType?: DataSourceOptionsHuggingFaceRepoType
119
119
  endpoint?: string
120
120
  include?: string
121
121
  exclude?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "v0.110.4",
3
+ "version": "v0.110.5",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"