pullfrog 0.1.9 → 0.1.10

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
@@ -144209,7 +144209,7 @@ var import_semver = __toESM(require_semver2(), 1);
144209
144209
  // package.json
144210
144210
  var package_default = {
144211
144211
  name: "pullfrog",
144212
- version: "0.1.9",
144212
+ version: "0.1.10",
144213
144213
  type: "module",
144214
144214
  bin: {
144215
144215
  pullfrog: "dist/cli.mjs",
@@ -158078,7 +158078,7 @@ async function run2() {
158078
158078
  }
158079
158079
 
158080
158080
  // cli.ts
158081
- var VERSION10 = "0.1.9";
158081
+ var VERSION10 = "0.1.10";
158082
158082
  var bin = basename2(process.argv[1] || "");
158083
158083
  var PROG = bin === "pf" || bin === "pullfrog" ? bin : "pullfrog";
158084
158084
  var rawArgs = process.argv.slice(2);
package/dist/index.js CHANGED
@@ -142469,7 +142469,7 @@ var import_semver = __toESM(require_semver2(), 1);
142469
142469
  // package.json
142470
142470
  var package_default = {
142471
142471
  name: "pullfrog",
142472
- version: "0.1.9",
142472
+ version: "0.1.10",
142473
142473
  type: "module",
142474
142474
  bin: {
142475
142475
  pullfrog: "dist/cli.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pullfrog",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "pullfrog": "dist/cli.mjs",