@qlucent/fishi-core 0.4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.4.0";
10930
+ const fishiVersion = "0.5.0";
10931
10931
  const manifest = {
10932
10932
  timestamp: now.toISOString(),
10933
10933
  fishi_version: fishiVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlucent/fishi-core",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Shared templates, types, and generators for the FISHI framework",
5
5
  "license": "MIT",
6
6
  "type": "module",