@daocloud-proto/baize 0.123.0 → 0.123.1

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.
@@ -142,7 +142,7 @@ export type CleanCheckpointConfig = {
142
142
  dirs?: string[]
143
143
  retained?: number
144
144
  timezone?: string
145
- prunePattern?: string
145
+ whitelist?: string
146
146
  }
147
147
 
148
148
  export type TrainingConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "v0.123.0",
3
+ "version": "v0.123.1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"