@dpuse/dpuse-development 0.3.581 → 0.3.583

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.
@@ -6829,7 +6829,7 @@ async function ji() {
6829
6829
  if (await Fn("3️⃣ Bundle project", "vite", ["build"]), await Pn("4️⃣ Stage changes", "git", ["add", "."]), await Pn("5️⃣ Commit changes", "git", [
6830
6830
  "commit",
6831
6831
  "-m",
6832
- `"v${e.version ?? "unknown"}"`
6832
+ `v${e.version ?? "unknown"}`
6833
6833
  ]), await Pn("6️⃣ Push changes", "git", [
6834
6834
  "push",
6835
6835
  "origin",
@@ -6927,7 +6927,7 @@ async function zi() {
6927
6927
  await Pn("3️⃣ Stage changes", "git", ["add", "."]), await Pn("4️⃣ Commit changes", "git", [
6928
6928
  "commit",
6929
6929
  "-m",
6930
- `"v${e.version ?? "unknown"}"`
6930
+ `v${e.version ?? "unknown"}`
6931
6931
  ]), await Pn("5️⃣ Push changes", "git", [
6932
6932
  "push",
6933
6933
  "origin",