pullfrog 0.0.199 → 0.0.200

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
@@ -141993,7 +141993,7 @@ var import_semver = __toESM(require_semver2(), 1);
141993
141993
  // package.json
141994
141994
  var package_default = {
141995
141995
  name: "pullfrog",
141996
- version: "0.0.199",
141996
+ version: "0.0.200",
141997
141997
  type: "module",
141998
141998
  bin: {
141999
141999
  pullfrog: "dist/cli.mjs",
@@ -142030,7 +142030,7 @@ var package_default = {
142030
142030
  "@types/node": "^24.7.2",
142031
142031
  "@types/semver": "^7.7.1",
142032
142032
  "@types/turndown": "^5.0.5",
142033
- "agent-browser": "0.21.0",
142033
+ "agent-browser": "0.25.4",
142034
142034
  ajv: "^8.18.0",
142035
142035
  arg: "^5.0.2",
142036
142036
  arkregex: "0.0.5",
@@ -153852,7 +153852,7 @@ async function run2() {
153852
153852
  }
153853
153853
 
153854
153854
  // cli.ts
153855
- var VERSION10 = "0.0.199";
153855
+ var VERSION10 = "0.0.200";
153856
153856
  var bin = basename2(process.argv[1] || "");
153857
153857
  var PROG = bin === "pf" || bin === "pullfrog" ? bin : "pullfrog";
153858
153858
  var rawArgs = process.argv.slice(2);
package/dist/index.js CHANGED
@@ -141709,7 +141709,7 @@ var import_semver = __toESM(require_semver2(), 1);
141709
141709
  // package.json
141710
141710
  var package_default = {
141711
141711
  name: "pullfrog",
141712
- version: "0.0.199",
141712
+ version: "0.0.200",
141713
141713
  type: "module",
141714
141714
  bin: {
141715
141715
  pullfrog: "dist/cli.mjs",
@@ -141746,7 +141746,7 @@ var package_default = {
141746
141746
  "@types/node": "^24.7.2",
141747
141747
  "@types/semver": "^7.7.1",
141748
141748
  "@types/turndown": "^5.0.5",
141749
- "agent-browser": "0.21.0",
141749
+ "agent-browser": "0.25.4",
141750
141750
  ajv: "^8.18.0",
141751
141751
  arg: "^5.0.2",
141752
141752
  arkregex: "0.0.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pullfrog",
3
- "version": "0.0.199",
3
+ "version": "0.0.200",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "pullfrog": "dist/cli.mjs",
@@ -37,7 +37,7 @@
37
37
  "@types/node": "^24.7.2",
38
38
  "@types/semver": "^7.7.1",
39
39
  "@types/turndown": "^5.0.5",
40
- "agent-browser": "0.21.0",
40
+ "agent-browser": "0.25.4",
41
41
  "ajv": "^8.18.0",
42
42
  "arg": "^5.0.2",
43
43
  "arkregex": "0.0.5",