pullfrog 0.0.196 → 0.0.197
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/cli.mjs +2 -2
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -144992,7 +144992,7 @@ var import_semver = __toESM(require_semver2(), 1);
|
|
|
144992
144992
|
// package.json
|
|
144993
144993
|
var package_default = {
|
|
144994
144994
|
name: "pullfrog",
|
|
144995
|
-
version: "0.0.
|
|
144995
|
+
version: "0.0.197",
|
|
144996
144996
|
type: "module",
|
|
144997
144997
|
bin: {
|
|
144998
144998
|
pullfrog: "dist/cli.mjs",
|
|
@@ -153828,7 +153828,7 @@ async function run2() {
|
|
|
153828
153828
|
}
|
|
153829
153829
|
|
|
153830
153830
|
// cli.ts
|
|
153831
|
-
var VERSION10 = "0.0.
|
|
153831
|
+
var VERSION10 = "0.0.197";
|
|
153832
153832
|
var bin = basename2(process.argv[1] || "");
|
|
153833
153833
|
var PROG = bin === "pf" || bin === "pullfrog" ? bin : "pullfrog";
|
|
153834
153834
|
var rawArgs = process.argv.slice(2);
|