Skip to content

Commit

Permalink
upgrade to openclap 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Jul 24, 2024
1 parent 0de2197 commit df1a98f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 36 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"electron:make": "npm run build && electron-forge make"
},
"dependencies": {
"@aitube/broadway": "0.1.1",
"@aitube/clap": "0.1.1",
"@aitube/clapper-services": "0.1.1",
"@aitube/engine": "0.1.1",
"@aitube/timeline": "0.1.1",
"@aitube/broadway": "0.1.2",
"@aitube/clap": "0.1.2",
"@aitube/clapper-services": "0.1.2",
"@aitube/engine": "0.1.2",
"@aitube/timeline": "0.1.2",
"@fal-ai/serverless-client": "^0.13.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export const HARD_LIMIT_NB_MAX_ASSETS_TO_GENERATE_IN_PARALLEL = 32

export const APP_NAME = 'Clapper.app'
export const APP_REVISION = '20240723+1632'
export const APP_REVISION = '20240724+1650'

export const APP_DOMAIN = 'Clapper.app'
export const APP_LINK = 'https://clapper.app'
1 change: 1 addition & 0 deletions src/lib/utils/formatSegmentForExport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ test('formatSegmentForExport', () => {
startTimeInMs: 0,
status: ClapSegmentStatus.TO_GENERATE,
track: 0,
workflowId: '',
},
shortId: 'generic0',
})
Expand Down

0 comments on commit df1a98f

Please sign in to comment.