@abacus-ai/cli 2.5.3-canary.8 → 2.5.4-canary.6

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": "@abacus-ai/cli",
3
- "version": "2.5.3-canary.8",
3
+ "version": "2.5.4-canary.6",
4
4
  "bin": {
5
5
  "abacusai": "scripts/npm-wrapper/shim.cjs"
6
6
  },
@@ -139,6 +139,7 @@ async function main() {
139
139
  if (process.platform !== "win32") fs.chmodSync(stagedPath, 0o755);
140
140
 
141
141
  replaceBinary(stagedPath, targetPath);
142
+
142
143
  fs.writeFileSync(stampPath, VERSION);
143
144
  fs.writeFileSync(path.join(binDir, ".install-source"), detectInstallPm());
144
145