pullfrog 0.1.25 → 0.1.26

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 CHANGED
@@ -101867,7 +101867,7 @@ var import_semver = __toESM(require_semver2(), 1);
101867
101867
  // package.json
101868
101868
  var package_default = {
101869
101869
  name: "pullfrog",
101870
- version: "0.1.25",
101870
+ version: "0.1.26",
101871
101871
  type: "module",
101872
101872
  bin: {
101873
101873
  pullfrog: "dist/cli.mjs",
@@ -163042,7 +163042,7 @@ async function run2() {
163042
163042
  }
163043
163043
 
163044
163044
  // cli.ts
163045
- var VERSION10 = "0.1.25";
163045
+ var VERSION10 = "0.1.26";
163046
163046
  var bin = basename2(process.argv[1] || "");
163047
163047
  var PROG = bin === "pf" || bin === "pullfrog" ? bin : "pullfrog";
163048
163048
  var rawArgs = process.argv.slice(2);
package/dist/index.js CHANGED
@@ -100067,7 +100067,7 @@ var import_semver = __toESM(require_semver2(), 1);
100067
100067
  // package.json
100068
100068
  var package_default = {
100069
100069
  name: "pullfrog",
100070
- version: "0.1.25",
100070
+ version: "0.1.26",
100071
100071
  type: "module",
100072
100072
  bin: {
100073
100073
  pullfrog: "dist/cli.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pullfrog",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "pullfrog": "dist/cli.mjs",