@fedify/fedify 1.6.1-dev.829 → 1.6.1-dev.830

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/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.829+b7e2d8bf";
7
+ var version = "1.6.1-dev.830+b953a849";
8
8
  var license = "MIT";
9
9
  var exports = {
10
10
  ".": "./mod.ts",
@@ -10,4 +10,4 @@ function isPosixPathSeparator(code) {
10
10
  }
11
11
 
12
12
  //#endregion
13
- export { isPosixPathSeparator };
13
+ export { isPosixPathSeparator as isPosixPathSeparator$1 };
@@ -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 } from "./_util.js";
6
+ import { isPosixPathSeparator$1 as isPosixPathSeparator } from "./_util.js";
7
7
  import { 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
@@ -2,7 +2,7 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { isPosixPathSeparator } from "./_util.js";
5
+ import { isPosixPathSeparator$1 as isPosixPathSeparator } from "./_util.js";
6
6
  import { assertArg$2 as 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 as isPosixPathSeparator$1, isWindowsDeviceRoot };
19
+ export { isPathSeparator, isPosixPathSeparator, 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$1 as isPosixPathSeparator, isWindowsDeviceRoot } from "./_util.js";
7
+ import { isPathSeparator, isPosixPathSeparator, isWindowsDeviceRoot } from "./_util.js";
8
8
  import { 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