@qlucent/fishi-core 0.3.0 → 0.5.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10927,7 +10927,7 @@ async function createBackup(targetDir, conflictingFiles) {
|
|
|
10927
10927
|
manifestFiles.push({ path: relPath, size: stat.size });
|
|
10928
10928
|
}
|
|
10929
10929
|
}
|
|
10930
|
-
const fishiVersion = "0.
|
|
10930
|
+
const fishiVersion = "0.5.0";
|
|
10931
10931
|
const manifest = {
|
|
10932
10932
|
timestamp: now.toISOString(),
|
|
10933
10933
|
fishi_version: fishiVersion,
|