Skip to content

Commit

Permalink
chore(workspace): use yaml anchors for catalog version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa authored Feb 28, 2025
1 parent 184cfdc commit 0b2afb2
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ packages:
- docs/**
- apps/**
- '!**/dist/**'

catalog:
'@xsai/generate-speech': ^0.1.0-beta.9
'@xsai/generate-text': ^0.1.0-beta.9
'@xsai/generate-transcription': ^0.1.0-beta.9
'@xsai/model': ^0.1.0-beta.9
'@xsai/shared': &xsai ^0.1.0-beta.9
'@xsai/generate-speech': *xsai
'@xsai/generate-text': *xsai
'@xsai/generate-transcription': *xsai
'@xsai/model': *xsai
'@xsai/shared-chat': *xsai
'@xsai/stream-text': *xsai
'@xsai/tool': *xsai
'@xsai/utils-chat': *xsai
'@xsai/embed': *xsai
'@xsai-ext/shared-providers': *xsai
# TODO: remove deprecated package
'@xsai/providers': ^0.1.0-beta.5
'@xsai/shared-chat': ^0.1.0-beta.9
'@xsai/stream-text': ^0.1.0-beta.9
'@xsai/tool': ^0.1.0-beta.9
'@xsai/utils-chat': ^0.1.0-beta.9
'@xsai/embed': ^0.1.0-beta.9
'@xsai/shared': ^0.1.0-beta.9
'@xsai-ext/shared-providers': ^0.1.0-beta.9

0 comments on commit 0b2afb2

Please sign in to comment.