@fedify/fedify 1.6.1-dev.832 → 1.6.1-dev.837

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 (19) hide show
  1. package/dist/codegen/schema.js +2 -2
  2. package/dist/deno.js +1 -1
  3. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/dirname.js +1 -1
  4. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/from_file_url.js +1 -1
  5. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/_common/normalize.js +1 -1
  6. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/dirname.js +2 -2
  7. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/join.js +2 -2
  8. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/dirname.js +2 -2
  9. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/from_file_url.js +1 -1
  10. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/join.js +1 -1
  11. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/posix/normalize.js +1 -1
  12. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/windows/dirname.js +2 -2
  13. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/windows/from_file_url.js +1 -1
  14. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/windows/join.js +1 -1
  15. package/dist/node_modules/.pnpm/@jsr_std__path@1.0.9/node_modules/@jsr/std__path/windows/normalize.js +1 -1
  16. package/dist/node_modules/.pnpm/@jsr_std__url@1.0.0-rc.3/node_modules/@jsr/std__url/dirname.js +2 -2
  17. package/dist/node_modules/.pnpm/@jsr_std__url@1.0.0-rc.3/node_modules/@jsr/std__url/join.js +2 -2
  18. package/dist/vocab/vocab.js +176 -176
  19. package/package.json +1 -1
@@ -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.832+930d9196";
7
+ var version = "1.6.1-dev.837+bb54d5f0";
8
8
  var license = "MIT";
9
9
  var exports = {
10
10
  ".": "./mod.ts",
@@ -11,4 +11,4 @@ function assertArg(path) {
11
11
  }
12
12
 
13
13
  //#endregion
14
- export { assertArg };
14
+ export { assertArg as assertArg$1 };
@@ -10,4 +10,4 @@ function assertArg(url) {
10
10
  }
11
11
 
12
12
  //#endregion
13
- export { assertArg as assertArg$1 };
13
+ export { assertArg as assertArg$2 };
@@ -11,4 +11,4 @@ function assertArg(path) {
11
11
  }
12
12
 
13
13
  //#endregion
14
- export { assertArg as assertArg$2 };
14
+ export { assertArg };
@@ -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
  /**
@@ -4,7 +4,7 @@
4
4
 
5
5
  import { stripTrailingSeparators } from "../_common/strip_trailing_separators.js";
6
6
  import { isPosixPathSeparator$1 as isPosixPathSeparator } from "./_util.js";
7
- import { assertArg } from "../_common/dirname.js";
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
10
10
  /**
@@ -51,4 +51,4 @@ import { assertArg } from "../_common/dirname.js";
51
51
  }
52
52
 
53
53
  //#endregion
54
- export { dirname as dirname$1 };
54
+ export { dirname as dirname$2 };
@@ -2,7 +2,7 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { assertArg$1 as assertArg } from "../_common/from_file_url.js";
5
+ import { assertArg$2 as assertArg } from "../_common/from_file_url.js";
6
6
 
7
7
  //#region node_modules/.pnpm/@jsr+std__path@1.0.9/node_modules/@jsr/std__path/posix/from_file_url.js
8
8
  /**
@@ -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 };
@@ -3,7 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
5
  import { isPosixPathSeparator$1 as isPosixPathSeparator } from "./_util.js";
6
- import { assertArg$2 as assertArg } from "../_common/normalize.js";
6
+ import { assertArg } from "../_common/normalize.js";
7
7
  import { normalizeString } from "../_common/normalize_string.js";
8
8
 
9
9
  //#region node_modules/.pnpm/@jsr+std__path@1.0.9/node_modules/@jsr/std__path/posix/normalize.js
@@ -5,7 +5,7 @@
5
5
  import { stripTrailingSeparators } from "../_common/strip_trailing_separators.js";
6
6
  import { CHAR_COLON } from "../_common/constants.js";
7
7
  import { isPathSeparator, isPosixPathSeparator, isWindowsDeviceRoot } from "./_util.js";
8
- import { assertArg } from "../_common/dirname.js";
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
11
11
  /**
@@ -72,4 +72,4 @@ import { assertArg } from "../_common/dirname.js";
72
72
  }
73
73
 
74
74
  //#endregion
75
- export { dirname as dirname$2 };
75
+ export { dirname as dirname$3 };
@@ -2,7 +2,7 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
 
5
- import { assertArg$1 as assertArg } from "../_common/from_file_url.js";
5
+ import { assertArg$2 as assertArg } from "../_common/from_file_url.js";
6
6
 
7
7
  //#region node_modules/.pnpm/@jsr+std__path@1.0.9/node_modules/@jsr/std__path/windows/from_file_url.js
8
8
  /**
@@ -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 };
@@ -4,7 +4,7 @@
4
4
 
5
5
  import { CHAR_COLON } from "../_common/constants.js";
6
6
  import { isPathSeparator, isWindowsDeviceRoot } from "./_util.js";
7
- import { assertArg$2 as assertArg } from "../_common/normalize.js";
7
+ import { assertArg } from "../_common/normalize.js";
8
8
  import { normalizeString } from "../_common/normalize_string.js";
9
9
 
10
10
  //#region node_modules/.pnpm/@jsr+std__path@1.0.9/node_modules/@jsr/std__path/windows/normalize.js
@@ -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 };