Skip to content

Commit

Permalink
incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
animanathome committed Oct 26, 2024
1 parent fd05775 commit 2ca6dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumen5/framefusion",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"scripts": {
"docs": "typedoc framefusion.ts",
Expand Down
4 changes: 2 additions & 2 deletions test/framefusion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ describe('FrameFusion', () => {
await extractor.dispose();
});

it('can get duration from webm', async() => {
it.only('can get duration from webm', async() => {
// Arrange
const extractor = await BeamcoderExtractor.create({
inputFileOrUrl: 'https://storage.googleapis.com/lumen5-prod-video/anita-6uTzyZtNRIqOTag.webm',
inputFileOrUrl: 'https://storage.googleapis.com/lumen5-prod-video/anita-6uTzyZtNRKztypC.webm',
});

// Act and Assert
Expand Down

0 comments on commit 2ca6dd4

Please sign in to comment.