@standardagents/code 0.13.9 → 0.13.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/index.js CHANGED
@@ -4017,7 +4017,7 @@ function readVersion() {
4017
4017
  if (typeof pkg.version === "string" && pkg.version) return pkg.version;
4018
4018
  } catch {
4019
4019
  }
4020
- return "0.13.9" ;
4020
+ return "0.13.10" ;
4021
4021
  }
4022
4022
  function isLocalHost(host) {
4023
4023
  return host === "localhost" || host === "127.0.0.1" || host === "::1" || host.endsWith(".local") || host.endsWith(".localhost") || /^10\./.test(host) || /^192\.168\./.test(host) || /^172\.(1[6-9]|2\d|3[01])\./.test(host);