baro-ai 0.30.0 → 0.31.0
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 +1 -1
- package/scripts/postinstall.js +1 -1
package/package.json
CHANGED
package/scripts/postinstall.js
CHANGED
|
@@ -15,7 +15,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url))
|
|
|
15
15
|
const PACKAGE_ROOT = path.resolve(__dirname, "..")
|
|
16
16
|
const BARO_HOME = path.join(os.homedir(), ".baro", "bin")
|
|
17
17
|
const BINARY_NAME = process.platform === "win32" ? "baro.exe" : "baro"
|
|
18
|
-
const REPO = "
|
|
18
|
+
const REPO = "jigjoy-ai/baro"
|
|
19
19
|
|
|
20
20
|
function getPlatformKey() {
|
|
21
21
|
const platform = process.platform
|