@fedify/fedify 1.6.1-dev.834 → 1.6.1-dev.841

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.
@@ -3,8 +3,8 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
5
  import { fromFileUrl } from "../node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/from_file_url.js";
6
- import { dirname$3 as dirname } from "../node_modules/.pnpm/@jsr_std__url@1.0.0-rc.3/node_modules/@jsr/std__url/dirname.js";
7
- import { join$3 as join } from "../node_modules/.pnpm/@jsr_std__url@1.0.0-rc.3/node_modules/@jsr/std__url/join.js";
6
+ import { dirname$1 as dirname } from "../node_modules/.pnpm/@jsr_std__url@1.0.0-rc.3/node_modules/@jsr/std__url/dirname.js";
7
+ import { join$1 as join } from "../node_modules/.pnpm/@jsr_std__url@1.0.0-rc.3/node_modules/@jsr/std__url/join.js";
8
8
  import { parse } from "../node_modules/.pnpm/@jsr_std__yaml@1.0.6/node_modules/@jsr/std__yaml/parse.js";
9
9
  import { readDirRecursive } from "./fs.js";
10
10
  import { readFile } from "node:fs/promises";
package/dist/deno.js CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  //#region deno.json
6
6
  var name = "@fedify/fedify";
7
- var version = "1.6.1-dev.834+f01b80b7";
7
+ var version = "1.6.1-dev.841+685f8b73";
8
8
  var license = "MIT";
9
9
  var exports = {
10
10
  ".": "./mod.ts",
@@ -3,8 +3,8 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
5
  import { isWindows } from "./_os.js";
6
- import { dirname$1 as dirname } from "./posix/dirname.js";
7
- import { dirname$2 as dirname$1 } from "./windows/dirname.js";
6
+ import { dirname$2 as dirname } from "./posix/dirname.js";
7
+ import { dirname$3 as dirname$1 } from "./windows/dirname.js";
8
8
 
9
9
  //#region node_modules/.pnpm/@jsr+std__path@1.0.9/node_modules/@jsr/std__path/dirname.js
10
10
  /**
@@ -3,8 +3,8 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
5
  import { isWindows } from "./_os.js";
6
- import { join$1 as join } from "./posix/join.js";
7
- import { join$2 as join$1 } from "./windows/join.js";
6
+ import { join$2 as join } from "./posix/join.js";
7
+ import { join$3 as join$1 } from "./windows/join.js";
8
8
 
9
9
  //#region node_modules/.pnpm/@jsr+std__path@1.0.9/node_modules/@jsr/std__path/join.js
10
10
  /**
@@ -10,4 +10,4 @@ function isPosixPathSeparator(code) {
10
10
  }
11
11
 
12
12
  //#endregion
13
- export { isPosixPathSeparator as isPosixPathSeparator$1 };
13
+ export { isPosixPathSeparator };
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
5
  import { stripTrailingSeparators } from "../_common/strip_trailing_separators.js";
6
- import { isPosixPathSeparator$1 as isPosixPathSeparator } from "./_util.js";
6
+ import { isPosixPathSeparator } from "./_util.js";
7
7
  import { assertArg$1 as assertArg } from "../_common/dirname.js";
8
8
 
9
9
  //#region node_modules/.pnpm/@jsr+std__path@1.0.9/node_modules/@jsr/std__path/posix/dirname.js
@@ -51,4 +51,4 @@ import { assertArg$1 as assertArg } from "../_common/dirname.js";
51
51
  }
52
52
 
53
53
  //#endregion
54
- export { dirname as dirname$1 };
54
+ export { dirname as dirname$2 };
@@ -44,4 +44,4 @@ import { normalize } from "./normalize.js";
44
44
  }
45
45
 
46
46
  //#endregion
47
- export { join as join$1 };
47
+ export { join as join$2 };
@@ -2,7 +2,7 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { isPosixPathSeparator$1 as isPosixPathSeparator } from "./_util.js";
5
+ import { isPosixPathSeparator } from "./_util.js";
6
6
  import { assertArg } from "../_common/normalize.js";
7
7
  import { normalizeString } from "../_common/normalize_string.js";
8
8
 
@@ -16,4 +16,4 @@ function isWindowsDeviceRoot(code) {
16
16
  }
17
17
 
18
18
  //#endregion
19
- export { isPathSeparator, isPosixPathSeparator, isWindowsDeviceRoot };
19
+ export { isPathSeparator, isPosixPathSeparator as isPosixPathSeparator$1, isWindowsDeviceRoot };
@@ -4,7 +4,7 @@
4
4
 
5
5
  import { stripTrailingSeparators } from "../_common/strip_trailing_separators.js";
6
6
  import { CHAR_COLON } from "../_common/constants.js";
7
- import { isPathSeparator, isPosixPathSeparator, isWindowsDeviceRoot } from "./_util.js";
7
+ import { isPathSeparator, isPosixPathSeparator$1 as isPosixPathSeparator, isWindowsDeviceRoot } from "./_util.js";
8
8
  import { assertArg$1 as assertArg } from "../_common/dirname.js";
9
9
 
10
10
  //#region node_modules/.pnpm/@jsr+std__path@1.0.9/node_modules/@jsr/std__path/windows/dirname.js
@@ -72,4 +72,4 @@ import { assertArg$1 as assertArg } from "../_common/dirname.js";
72
72
  }
73
73
 
74
74
  //#endregion
75
- export { dirname as dirname$2 };
75
+ export { dirname as dirname$3 };
@@ -51,4 +51,4 @@ import { normalize$1 as normalize } from "./normalize.js";
51
51
  }
52
52
 
53
53
  //#endregion
54
- export { join as join$2 };
54
+ export { join as join$3 };
@@ -2,7 +2,7 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { dirname$1 as dirname } from "../../../../@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/dirname.js";
5
+ import { dirname$2 as dirname } from "../../../../@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/dirname.js";
6
6
  import { strip } from "./_strip.js";
7
7
 
8
8
  //#region node_modules/.pnpm/@jsr+std__url@1.0.0-rc.3/node_modules/@jsr/std__url/dirname.js
@@ -35,4 +35,4 @@ import { strip } from "./_strip.js";
35
35
  }
36
36
 
37
37
  //#endregion
38
- export { dirname$1 as dirname$3 };
38
+ export { dirname$1 };
@@ -2,7 +2,7 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { join$1 as join } from "../../../../@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/join.js";
5
+ import { join$2 as join } from "../../../../@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/join.js";
6
6
 
7
7
  //#region node_modules/.pnpm/@jsr+std__url@1.0.0-rc.3/node_modules/@jsr/std__url/join.js
8
8
  /**
@@ -33,4 +33,4 @@ import { join$1 as join } from "../../../../@jsr_std__path@1.0.9/node_modules/@j
33
33
  }
34
34
 
35
35
  //#endregion
36
- export { join$1 as join$3 };
36
+ export { join$1 };