mobbdev 1.0.162 → 1.0.164

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -8096,6 +8096,7 @@ import {
8096
8096
  } from "@gitbeaker/rest";
8097
8097
  import Debug3 from "debug";
8098
8098
  import {
8099
+ Agent,
8099
8100
  fetch as undiciFetch,
8100
8101
  ProxyAgent as ProxyAgent2
8101
8102
  } from "undici";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.162",
3
+ "version": "1.0.164",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.js",