@shumai-one/shumai-transcode 0.4.4 → 0.4.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shumai-one/shumai-transcode",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Media transcoding worker for the shumai media workspace",
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,12 +27,12 @@
27
27
  "zod": "4.5.4"
28
28
  },
29
29
  "optionalDependencies": {
30
- "@shumai-one/shumai-transcode-darwin-arm64": "0.4.4",
31
- "@shumai-one/shumai-transcode-darwin-x64": "0.4.4",
32
- "@shumai-one/shumai-transcode-linux-arm64": "0.4.4",
33
- "@shumai-one/shumai-transcode-linux-x64": "0.4.4",
34
- "@shumai-one/shumai-transcode-win32-arm64": "0.4.4",
35
- "@shumai-one/shumai-transcode-win32-x64": "0.4.4"
30
+ "@shumai-one/shumai-transcode-darwin-arm64": "0.4.5",
31
+ "@shumai-one/shumai-transcode-darwin-x64": "0.4.5",
32
+ "@shumai-one/shumai-transcode-linux-arm64": "0.4.5",
33
+ "@shumai-one/shumai-transcode-linux-x64": "0.4.5",
34
+ "@shumai-one/shumai-transcode-win32-arm64": "0.4.5",
35
+ "@shumai-one/shumai-transcode-win32-x64": "0.4.5"
36
36
  },
37
37
  "repository": {
38
38
  "type": "git",
@@ -0,0 +1,2 @@
1
+ -- CreateIndex
2
+ CREATE INDEX "asset_comments_asset_id_idx" ON "asset_comments"("asset_id");
@@ -657,6 +657,7 @@ model AssetComment {
657
657
 
658
658
  attachments AssetCommentAttachment[] @relation("CommentToAttachment")
659
659
 
660
+ @@index([assetId])
660
661
  @@map("asset_comments")
661
662
  }
662
663
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes