@tricoteuses/transcription-videos 1.2.0 → 1.2.2

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tricoteuses/transcription-videos",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Permet d'obtenir la transcription des vidéos de l'assemblée/sénat en fournissant un lien vidéo m3u8 en entrée",
5
5
  "keywords": [
6
6
  "Assemblée nationale",
@@ -37,7 +37,7 @@
37
37
  "test": "vitest run",
38
38
  "gen:expected": "tsx tests/generate-expected.ts",
39
39
  "transcribe:live": "tsx src/scripts/transcribe_live.ts",
40
- "transcribe:podcast": "tsx src/scripts/transcribe_podcast.ts",
40
+ "transcribe:audio": "tsx src/scripts/transcribe_audio.ts",
41
41
  "lint": "eslint .",
42
42
  "prepare": "npm run build",
43
43
  "prettier": "prettier --write \"src/**/*.ts\""