coderaft 0.0.32 → 0.0.34

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/code.mjs CHANGED
@@ -4,7 +4,7 @@ import { tmpdir } from "node:os";
4
4
  import { fileURLToPath } from "node:url";
5
5
 
6
6
  // Auto-updated by scripts/pack.ts
7
- const codeArchiveHash = "02cc4256d084fb3a";
7
+ const codeArchiveHash = "d61925a21b90209f";
8
8
 
9
9
  const archivePath = fileURLToPath(new URL("./code.tar.zst", import.meta.url));
10
10
 
package/code.tar.zst CHANGED
Binary file
@@ -206,7 +206,7 @@ const nativeAgents = {
206
206
  http,
207
207
  https
208
208
  };
209
- const redirectStatuses = new Set([
209
+ const redirectStatuses = /* @__PURE__ */ new Set([
210
210
  301,
211
211
  302,
212
212
  303,
@@ -18,7 +18,7 @@ var __exportAll = (all, no_symbols) => {
18
18
  if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
19
19
  return target;
20
20
  };
21
- var __require = /* @__PURE__ */ createRequire(import.meta.url);
21
+ var __require = /* #__PURE__ */ (() => createRequire(import.meta.url))();
22
22
  if (process.platform === "android") {
23
23
  if (process.execPath.includes("linker64") || process.execPath.startsWith("/apex/")) {
24
24
  const resolved = process.env.TERMUX_EXEC__PROC_SELF_EXE || "/data/data/com.termux/files/usr/bin/node";
@@ -71,7 +71,7 @@ if (process.platform === "android") {
71
71
  }
72
72
  const _os = process.getBuiltinModule?.("os") ?? __require("node:os");
73
73
  const _crypto = process.getBuiltinModule?.("crypto") ?? __require("node:crypto");
74
- const BLACKLISTED = new Set([
74
+ const BLACKLISTED = /* @__PURE__ */ new Set([
75
75
  "00:00:00:00:00:00",
76
76
  "ff:ff:ff:ff:ff:ff",
77
77
  "ac:de:48:00:11:22"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coderaft",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
4
4
  "repository": "pithings/coderaft",
5
5
  "bin": {
6
6
  "coderaft": "./dist/cli.mjs"