@zuplo/cli 3.0.1 → 3.0.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="38d29045-67e0-5ebe-8296-471b59ce0ea8")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ab3f5b7b-161d-51d0-839f-49bce40034b1")}catch(e){}}();
3
3
  import ignore from "ignore";
4
4
  import { minimatch } from "minimatch";
5
5
  import { randomBytes } from "node:crypto";
@@ -94,6 +94,7 @@ async function generateMetadata(argv) {
94
94
  }
95
95
  branch = status.current.trim();
96
96
  if (branch === "HEAD") {
97
+ await git.fetch(["--all"]);
97
98
  const branchCommit = await git.branch(["-a"]);
98
99
  const brancheRef = await git.branch([
99
100
  "-r",
@@ -136,4 +137,4 @@ async function writeGeneratedMetadata(dir, metadata) {
136
137
  });
137
138
  }
138
139
  //# sourceMappingURL=archive.js.map
139
- //# debugId=38d29045-67e0-5ebe-8296-471b59ce0ea8
140
+ //# debugId=ab3f5b7b-161d-51d0-839f-49bce40034b1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/cli",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "repository": "https://github.com/zuplo/cli",
6
6
  "description": "The command-line interface for Zuplo",