vidpipe 1.2.0 → 1.2.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vidpipe",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "AI-powered pipeline that watches for video recordings and generates transcripts, summaries, short clips, and social media posts",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -58,8 +58,8 @@
58
58
  "devDependencies": {
59
59
  "@types/fluent-ffmpeg": "^2.1.28",
60
60
  "@types/node": "^25.2.1",
61
- "@types/sharp": "^0.31.1",
62
- "@types/uuid": "^10.0.0",
61
+ "@types/sharp": "^0.32.0",
62
+ "@types/uuid": "^11.0.0",
63
63
  "@vitest/coverage-v8": "^4.0.18",
64
64
  "tsx": "^4.21.0",
65
65
  "vitest": "^4.0.18"