@shumai-one/shumai-transcode 0.0.1 → 0.0.3

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.
@@ -36,7 +36,7 @@ if (platform === 'darwin' && arch === 'arm64') {
36
36
 
37
37
  const pathsToTry = [
38
38
  join(__dirname, '..', '..', '..', pkgName, 'bin', binaryName), // Flat node_modules
39
- join(__dirname, '..', '..', 'node_modules', pkgName, 'bin', binaryName), // Nested node_modules
39
+ join(__dirname, '..', 'node_modules', pkgName, 'bin', binaryName), // Nested node_modules
40
40
  ]
41
41
 
42
42
  let binaryPath = ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shumai-one/shumai-transcode",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Media transcoding worker for the shumai media workspace",
5
5
  "type": "module",
6
6
  "bin": {
@@ -23,11 +23,15 @@
23
23
  "prisma": "7.8.0"
24
24
  },
25
25
  "optionalDependencies": {
26
- "@shumai-one/shumai-transcode-darwin-arm64": "0.0.1",
27
- "@shumai-one/shumai-transcode-darwin-x64": "0.0.1",
28
- "@shumai-one/shumai-transcode-linux-arm64": "0.0.1",
29
- "@shumai-one/shumai-transcode-linux-x64": "0.0.1",
30
- "@shumai-one/shumai-transcode-win32-arm64": "0.0.1",
31
- "@shumai-one/shumai-transcode-win32-x64": "0.0.1"
26
+ "@shumai-one/shumai-transcode-darwin-arm64": "0.0.3",
27
+ "@shumai-one/shumai-transcode-darwin-x64": "0.0.3",
28
+ "@shumai-one/shumai-transcode-linux-arm64": "0.0.3",
29
+ "@shumai-one/shumai-transcode-linux-x64": "0.0.3",
30
+ "@shumai-one/shumai-transcode-win32-arm64": "0.0.3",
31
+ "@shumai-one/shumai-transcode-win32-x64": "0.0.3"
32
+ },
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/shumaiOne/shumai.git"
32
36
  }
33
37
  }