cross-seed 7.0.0-2 → 7.0.0-3

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 (58) hide show
  1. package/dist/routes/staticFrontendPlugin.js +4 -2
  2. package/dist/routes/staticFrontendPlugin.js.map +1 -1
  3. package/dist/trpc/routers/index.d.ts +3 -3
  4. package/dist/trpc/routers/settings.d.ts +3 -3
  5. package/package.json +17 -58
  6. package/LICENSE +0 -201
  7. package/README.md +0 -33
  8. package/dist/webui/assets/FieldInfo-Bxj_j8SJ.js +0 -1
  9. package/dist/webui/assets/Page-C3rteCZt.js +0 -1
  10. package/dist/webui/assets/array-field-DVSC6nHP.js +0 -1
  11. package/dist/webui/assets/badge-DTZMtS0e.js +0 -1
  12. package/dist/webui/assets/check-Bu3ldi63.js +0 -1
  13. package/dist/webui/assets/chevron-down-CRy8M0kJ.js +0 -1
  14. package/dist/webui/assets/clients-CW8oEZoQ.js +0 -1
  15. package/dist/webui/assets/connect-YBNsnjWT.js +0 -1
  16. package/dist/webui/assets/debug-mz8-WYZj.js +0 -1
  17. package/dist/webui/assets/directories-BSK28RgR.js +0 -1
  18. package/dist/webui/assets/duration-field-C6xoSlJg.js +0 -1
  19. package/dist/webui/assets/general-lJJxZhH7.js +0 -1
  20. package/dist/webui/assets/health-CXbsVrie.js +0 -1
  21. package/dist/webui/assets/index-Bi48hI2z.js +0 -54
  22. package/dist/webui/assets/index-C-Ul7GNg.css +0 -1
  23. package/dist/webui/assets/index-C2cH1Gst.js +0 -1
  24. package/dist/webui/assets/index-Cc5bDmJr.js +0 -1
  25. package/dist/webui/assets/jobs-CxmNab9w.js +0 -1
  26. package/dist/webui/assets/library-vaj2W8sE.js +0 -1
  27. package/dist/webui/assets/loader-circle-M0gu1gZ-.js +0 -1
  28. package/dist/webui/assets/logs-Cu9RyKS0.js +0 -1
  29. package/dist/webui/assets/search-2R5sIdT8.js +0 -1
  30. package/dist/webui/assets/select-field-BCqNLDrJ.js +0 -1
  31. package/dist/webui/assets/select-zHgqMzLj.js +0 -1
  32. package/dist/webui/assets/settings-CMYjpTbZ.js +0 -1
  33. package/dist/webui/assets/submit-button-BtcnyggQ.js +0 -1
  34. package/dist/webui/assets/switch-G0W3uJVN.js +0 -1
  35. package/dist/webui/assets/switch-field-IBd9ORNq.js +0 -1
  36. package/dist/webui/assets/table-DvgJU7Gh.js +0 -1
  37. package/dist/webui/assets/test-tube-BIwmoM45.js +0 -1
  38. package/dist/webui/assets/text-field-DruSbGhy.js +0 -1
  39. package/dist/webui/assets/time-BSMZjmyW.js +0 -1
  40. package/dist/webui/assets/trackers-D-OpAe63.js +0 -7
  41. package/dist/webui/assets/use-form-validation-context-BkAfWAh0.js +0 -1
  42. package/dist/webui/assets/use-settings-form-submit-CDRh-E9U.js +0 -2
  43. package/dist/webui/assets/useQuery-A4Hv_4uX.js +0 -1
  44. package/dist/webui/index.html +0 -13
  45. package/node_modules/@cross-seed/shared/dist/configSchema.d.ts +0 -261
  46. package/node_modules/@cross-seed/shared/dist/configSchema.d.ts.map +0 -1
  47. package/node_modules/@cross-seed/shared/dist/configSchema.js +0 -53
  48. package/node_modules/@cross-seed/shared/dist/configSchema.js.map +0 -1
  49. package/node_modules/@cross-seed/shared/dist/constants.d.ts +0 -122
  50. package/node_modules/@cross-seed/shared/dist/constants.d.ts.map +0 -1
  51. package/node_modules/@cross-seed/shared/dist/constants.js +0 -127
  52. package/node_modules/@cross-seed/shared/dist/constants.js.map +0 -1
  53. package/node_modules/@cross-seed/shared/dist/tsconfig.tsbuildinfo +0 -1
  54. package/node_modules/@cross-seed/shared/dist/utils.d.ts +0 -6
  55. package/node_modules/@cross-seed/shared/dist/utils.d.ts.map +0 -1
  56. package/node_modules/@cross-seed/shared/dist/utils.js +0 -9
  57. package/node_modules/@cross-seed/shared/dist/utils.js.map +0 -1
  58. package/node_modules/@cross-seed/shared/package.json +0 -22
@@ -1,122 +0,0 @@
1
- export declare enum Action {
2
- SAVE = "save",
3
- INJECT = "inject"
4
- }
5
- export declare enum MatchMode {
6
- STRICT = "strict",
7
- FLEXIBLE = "flexible",
8
- PARTIAL = "partial"
9
- }
10
- export declare enum LinkType {
11
- SYMLINK = "symlink",
12
- HARDLINK = "hardlink",
13
- REFLINK = "reflink",
14
- REFLINK_OR_COPY = "reflinkOrCopy"
15
- }
16
- export declare enum BlocklistType {
17
- NAME = "name",
18
- NAME_REGEX = "nameRegex",
19
- FOLDER = "folder",
20
- FOLDER_REGEX = "folderRegex",
21
- CATEGORY = "category",
22
- TAG = "tag",
23
- TRACKER = "tracker",
24
- INFOHASH = "infoHash",
25
- SIZE_BELOW = "sizeBelow",
26
- SIZE_ABOVE = "sizeAbove",
27
- LEGACY = "legacy"
28
- }
29
- export declare const NEWLINE_INDENT = "\n\t\t\t\t";
30
- /**
31
- * error messages and map returned upon Zod validation failure
32
- */
33
- export declare const ZodErrorMessages: {
34
- blocklistType: string;
35
- blocklistEmptyValue: string;
36
- blocklistRegex: string;
37
- blocklistFolder: string;
38
- blocklistTracker: string;
39
- blocklistHash: string;
40
- blocklistSize: string;
41
- blocklistNeedsClient: string;
42
- blocklistNeedsDataDirs: string;
43
- vercel: string;
44
- emptyString: string;
45
- delayNegative: string;
46
- delayUnsupported: string;
47
- rssCadenceUnsupported: string;
48
- searchCadenceUnsupported: string;
49
- searchCadenceExcludeRecent: string;
50
- excludeRecentOlder: string;
51
- injectNeedsInjectMode: string;
52
- autoResumeMaxDownloadUnsupported: string;
53
- numberMustBeRatio: string;
54
- fuzzySizeThresholdMax: string;
55
- seasonFromEpisodesMin: string;
56
- injectUrl: string;
57
- qBitAutoTMM: string;
58
- includeSingleEpisodes: string;
59
- invalidOutputDir: string;
60
- torrentDirAndUseClientTorrents: string;
61
- needsClient: string;
62
- needSearchees: string;
63
- matchModeInvalid: string;
64
- matchModeNeedsLinkDirs: string;
65
- ensembleNeedsClient: string;
66
- ensembleNeedsLinkDirs: string;
67
- ensembleNeedsPartial: string;
68
- linkDirsInOtherDirs: string;
69
- dataDirsInOtherDirs: string;
70
- torrentDirInOtherDirs: string;
71
- outputDirInOtherDirs: string;
72
- relativePaths: string;
73
- };
74
- /**
75
- * Default config values
76
- */
77
- export declare const defaultConfig: {
78
- delay: number;
79
- torznab: string[];
80
- useClientTorrents: boolean;
81
- torrentClients: never[];
82
- dataDirs: string[];
83
- matchMode: MatchMode;
84
- skipRecheck: boolean;
85
- autoResumeMaxDownload: number;
86
- linkCategory: null;
87
- linkDir: null;
88
- linkDirs: string[];
89
- linkType: LinkType;
90
- flatLinking: boolean;
91
- maxDataDepth: number;
92
- torrentDir: null;
93
- outputDir: string;
94
- injectDir: string;
95
- includeSingleEpisodes: boolean;
96
- includeNonVideos: boolean;
97
- fuzzySizeThreshold: number;
98
- seasonFromEpisodes: null;
99
- excludeOlder: null;
100
- excludeRecentSearch: null;
101
- action: Action;
102
- qbittorrentUrl: null;
103
- rtorrentRpcUrl: null;
104
- transmissionRpcUrl: null;
105
- delugeRpcUrl: null;
106
- duplicateCategories: boolean;
107
- notificationWebhookUrls: string[];
108
- port: null;
109
- host: null;
110
- rssCadence: null;
111
- searchCadence: null;
112
- snatchTimeout: null;
113
- searchTimeout: null;
114
- searchLimit: null;
115
- verbose: boolean;
116
- torrents: string[];
117
- blockList: string[];
118
- apiKey: null;
119
- radarr: string[];
120
- sonarr: string[];
121
- };
122
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../constants.ts"],"names":[],"mappings":"AAEA,oBAAY,MAAM;IACjB,IAAI,SAAS;IACb,MAAM,WAAW;CACjB;AAED,oBAAY,SAAS;IACpB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,OAAO,YAAY;CACnB;AAED,oBAAY,QAAQ;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,eAAe,kBAAkB;CACjC;AAED,oBAAY,aAAa;IACxB,IAAI,SAAS;IACb,UAAU,cAAc;IACxB,MAAM,WAAW;IACjB,YAAY,gBAAgB;IAC5B,QAAQ,aAAa;IACrB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,UAAU,cAAc;IACxB,UAAU,cAAc;IACxB,MAAM,WAAW;CACjB;AACD,eAAO,MAAM,cAAc,eAAe,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgE5B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CzB,CAAC"}
@@ -1,127 +0,0 @@
1
- import { formatAsList } from "./utils.js";
2
- export var Action;
3
- (function (Action) {
4
- Action["SAVE"] = "save";
5
- Action["INJECT"] = "inject";
6
- })(Action || (Action = {}));
7
- export var MatchMode;
8
- (function (MatchMode) {
9
- MatchMode["STRICT"] = "strict";
10
- MatchMode["FLEXIBLE"] = "flexible";
11
- MatchMode["PARTIAL"] = "partial";
12
- })(MatchMode || (MatchMode = {}));
13
- export var LinkType;
14
- (function (LinkType) {
15
- LinkType["SYMLINK"] = "symlink";
16
- LinkType["HARDLINK"] = "hardlink";
17
- LinkType["REFLINK"] = "reflink";
18
- LinkType["REFLINK_OR_COPY"] = "reflinkOrCopy";
19
- })(LinkType || (LinkType = {}));
20
- export var BlocklistType;
21
- (function (BlocklistType) {
22
- BlocklistType["NAME"] = "name";
23
- BlocklistType["NAME_REGEX"] = "nameRegex";
24
- BlocklistType["FOLDER"] = "folder";
25
- BlocklistType["FOLDER_REGEX"] = "folderRegex";
26
- BlocklistType["CATEGORY"] = "category";
27
- BlocklistType["TAG"] = "tag";
28
- BlocklistType["TRACKER"] = "tracker";
29
- BlocklistType["INFOHASH"] = "infoHash";
30
- BlocklistType["SIZE_BELOW"] = "sizeBelow";
31
- BlocklistType["SIZE_ABOVE"] = "sizeAbove";
32
- BlocklistType["LEGACY"] = "legacy";
33
- })(BlocklistType || (BlocklistType = {}));
34
- export const NEWLINE_INDENT = "\n\t\t\t\t";
35
- /**
36
- * error messages and map returned upon Zod validation failure
37
- */
38
- export const ZodErrorMessages = {
39
- blocklistType: `Blocklist item does not start with a valid prefix. Must be of ${formatAsList(Object.values(BlocklistType), { sort: false, style: "narrow", type: "unit" })}`,
40
- blocklistEmptyValue: `Blocklist item must have a value after the colon.`,
41
- blocklistRegex: `Blocklist regex is not a valid regex.`,
42
- blocklistFolder: `Blocklist folder must not contain path separators`,
43
- blocklistTracker: `Blocklist tracker is not a valid URL host. If URL is https://user:pass@tracker.example.com:8080/announce/key, you must use "tracker:tracker.example.com:8080"`,
44
- blocklistHash: `Blocklist hash must be 40 characters and alphanumeric`,
45
- blocklistSize: `Blocklist size must be an integer for the number of bytes. You can only have one sizeBelow, one sizeAbove, and sizeBelow <= sizeAbove.`,
46
- blocklistNeedsClient: `Blocklist ${BlocklistType.CATEGORY}:, ${BlocklistType.TAG}:, and ${BlocklistType.TRACKER}: requires torrentDir or useClientTorrents.`,
47
- blocklistNeedsDataDirs: `Blocklist ${BlocklistType.FOLDER}: and ${BlocklistType.FOLDER_REGEX}: only applies to searchees from dataDirs.`,
48
- vercel: "format does not follow vercel's `ms` style ( https://github.com/vercel/ms#examples )",
49
- emptyString: "cannot have an empty string. If you want to unset it, use null or undefined.",
50
- delayNegative: "delay is in seconds, you can't travel back in time.",
51
- delayUnsupported: `delay must be 30 seconds to 1 hour.${NEWLINE_INDENT}To even out search loads please see the following documentation:${NEWLINE_INDENT}(https://www.cross-seed.org/docs/basics/options#delay)`,
52
- rssCadenceUnsupported: "rssCadence must be 10-120 minutes",
53
- searchCadenceUnsupported: "searchCadence must be at least 1 day.",
54
- searchCadenceExcludeRecent: "excludeRecentSearch must be at least 3x searchCadence.",
55
- excludeRecentOlder: "excludeOlder and excludeRecentSearch must be defined for searching. excludeOlder must be 2-5x excludeRecentSearch.",
56
- injectNeedsInjectMode: "`cross-seed inject` requires the 'inject' action.",
57
- autoResumeMaxDownloadUnsupported: "autoResumeMaxDownload must be an integer of bytes between between 0 and 52428800 (50 MiB).",
58
- numberMustBeRatio: "fuzzySizeThreshold and seasonFromEpisodes must be between 0 and 1.",
59
- fuzzySizeThresholdMax: "fuzzySizeThreshold cannot be greater than 0.1 when using searchCadence or rssCadence.",
60
- seasonFromEpisodesMin: "seasonFromEpisodes cannot be less than 0.5 when using searchCadence or rssCadence",
61
- injectUrl: "You need to specify rtorrentRpcUrl, transmissionRpcUrl, qbittorrentUrl, or delugeRpcUrl when using 'inject'",
62
- qBitAutoTMM: "If using Automatic Torrent Management in qBittorrent, please read: https://www.cross-seed.org/docs/v6-migration#new-folder-structure-for-links",
63
- includeSingleEpisodes: "includeSingleEpisodes is not recommended when using announce, please read: https://www.cross-seed.org/docs/v6-migration#updated-includesingleepisodes-behavior",
64
- invalidOutputDir: "outputDir should only contain .torrent files, cross-seed will populate and manage (https://www.cross-seed.org/docs/basics/options#outputdir)",
65
- torrentDirAndUseClientTorrents: "You cannot have both torrentDir and useClientTorrents.",
66
- needsClient: "You need to have a client configured for useClientTorrents.",
67
- needSearchees: "You need to have torrentDir, useClientTorrents or dataDirs for search/rss/announce matching to work.",
68
- matchModeInvalid: `matchMode must be one of: ${formatAsList(Object.values(MatchMode).map((m) => `"${m}"`), { sort: false, style: "narrow", type: "unit" })}`,
69
- matchModeNeedsLinkDirs: `When using action: "inject", you need to set linkDirs for flexible and partial matchMode (https://www.cross-seed.org/docs/tutorials/linking). If you cannot use linking, use matchMode: "strict"`,
70
- ensembleNeedsClient: "seasonFromEpisodes requires a torrent client to connect to when using torrentDir or useClientTorrents.",
71
- ensembleNeedsLinkDirs: "When using action 'inject', you need to set linkDirs for seasonFromEpisodes (https://www.cross-seed.org/docs/tutorials/linking). If you cannot use linking, disable this option by using seasonFromEpisodes: null",
72
- ensembleNeedsPartial: "seasonFromEpisodes requires matchMode partial if enabled and value is below 1.",
73
- linkDirsInOtherDirs: "You cannot have your linkDirs inside of your torrentDir/dataDirs/outputDir. Please adjust your paths to correct this.",
74
- dataDirsInOtherDirs: "You cannot have your dataDirs inside of your torrentDir/linkDirs/outputDir. Please adjust your paths to correct this.",
75
- torrentDirInOtherDirs: "You cannot have your torrentDir inside of your dataDirs/linkDirs/outputDir. Please adjust your paths to correct this.",
76
- outputDirInOtherDirs: "You cannot have your outputDir inside of your torrentDir/dataDirs/linkDirs. Please adjust your paths to correct this.",
77
- relativePaths: "Absolute paths for torrentDir, linkDirs, dataDirs, and outputDir are recommended.",
78
- };
79
- /**
80
- * Default config values
81
- */
82
- export const defaultConfig = {
83
- delay: 30,
84
- torznab: [""],
85
- useClientTorrents: false,
86
- torrentClients: [],
87
- dataDirs: [""],
88
- matchMode: MatchMode.STRICT,
89
- skipRecheck: true,
90
- autoResumeMaxDownload: 52428800,
91
- linkCategory: null,
92
- linkDir: null,
93
- linkDirs: [""],
94
- linkType: LinkType.HARDLINK,
95
- flatLinking: false,
96
- maxDataDepth: 2,
97
- torrentDir: null,
98
- outputDir: "",
99
- injectDir: "",
100
- includeSingleEpisodes: false,
101
- includeNonVideos: false,
102
- fuzzySizeThreshold: 1,
103
- seasonFromEpisodes: null,
104
- excludeOlder: null,
105
- excludeRecentSearch: null,
106
- action: Action.INJECT,
107
- qbittorrentUrl: null,
108
- rtorrentRpcUrl: null,
109
- transmissionRpcUrl: null,
110
- delugeRpcUrl: null,
111
- duplicateCategories: false,
112
- notificationWebhookUrls: [""],
113
- port: null,
114
- host: null,
115
- rssCadence: null,
116
- searchCadence: null,
117
- snatchTimeout: null,
118
- searchTimeout: null,
119
- searchLimit: null,
120
- verbose: false,
121
- torrents: [""],
122
- blockList: [""],
123
- apiKey: null,
124
- radarr: [""],
125
- sonarr: [""],
126
- };
127
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../constants.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/zod/v3/helpers/typealiases.d.cts","../../../node_modules/zod/v3/helpers/util.d.cts","../../../node_modules/zod/v3/index.d.cts","../../../node_modules/zod/v3/zoderror.d.cts","../../../node_modules/zod/v3/locales/en.d.cts","../../../node_modules/zod/v3/errors.d.cts","../../../node_modules/zod/v3/helpers/parseutil.d.cts","../../../node_modules/zod/v3/helpers/enumutil.d.cts","../../../node_modules/zod/v3/helpers/errorutil.d.cts","../../../node_modules/zod/v3/helpers/partialutil.d.cts","../../../node_modules/zod/v3/standard-schema.d.cts","../../../node_modules/zod/v3/types.d.cts","../../../node_modules/zod/v3/external.d.cts","../../../node_modules/zod/index.d.cts","../utils.ts","../constants.ts","../configschema.ts"],"fileIdsList":[[74],[65,66],[62,63,65,67,68,73],[63,65],[73],[65],[62,63,65,68,69,70,71,72],[62,63,64],[75,77],[76]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3cfde44f8089768ebb08098c96d01ca260b88bccf238d55eee93f1c620ff5a5","impliedFormat":1},{"version":"293eadad9dead44c6fd1db6de552663c33f215c55a1bfa2802a1bceed88ff0ec","impliedFormat":1},{"version":"833e92c058d033cde3f29a6c7603f517001d1ddd8020bc94d2067a3bc69b2a8e","impliedFormat":1},{"version":"08b2fae7b0f553ad9f79faec864b179fc58bc172e295a70943e8585dd85f600c","impliedFormat":1},{"version":"f12edf1672a94c578eca32216839604f1e1c16b40a1896198deabf99c882b340","impliedFormat":1},{"version":"e3498cf5e428e6c6b9e97bd88736f26d6cf147dedbfa5a8ad3ed8e05e059af8a","impliedFormat":1},{"version":"dba3f34531fd9b1b6e072928b6f885aa4d28dd6789cbd0e93563d43f4b62da53","impliedFormat":1},{"version":"f672c876c1a04a223cf2023b3d91e8a52bb1544c576b81bf64a8fec82be9969c","impliedFormat":1},{"version":"e4b03ddcf8563b1c0aee782a185286ed85a255ce8a30df8453aade2188bbc904","impliedFormat":1},{"version":"2329d90062487e1eaca87b5e06abcbbeeecf80a82f65f949fd332cfcf824b87b","impliedFormat":1},{"version":"25b3f581e12ede11e5739f57a86e8668fbc0124f6649506def306cad2c59d262","impliedFormat":1},{"version":"4fdb529707247a1a917a4626bfb6a293d52cd8ee57ccf03830ec91d39d606d6d","impliedFormat":1},{"version":"a9ebb67d6bbead6044b43714b50dcb77b8f7541ffe803046fdec1714c1eba206","impliedFormat":1},{"version":"5780b706cece027f0d4444fbb4e1af62dc51e19da7c3d3719f67b22b033859b9","impliedFormat":1},{"version":"f3102cd25142da0d9b968075d5a60c4abf0ff8b799bdacf23165d8e40813f1ca","signature":"9ad406a7340ab64e58bf298fbd162409ea5916e487d19976756d8a2c23afac31","impliedFormat":99},{"version":"023e33424568377204afdd125eaa07f450f6e135ce8d34d6e104a2985cf3733c","signature":"f7be997d55a2afab883d090d242e3b7815e1239b106fc284df3e2ff7ce1f7506","impliedFormat":99},{"version":"0bf0c7f789d031e068a64ab4febfb564bb29861a5439bddc8cf69fac00dba984","signature":"f0812317b158cef51af7f6e20497175b1f5814728eca60bf5366931995561100","impliedFormat":99}],"root":[[76,78]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":199,"outDir":"./","rootDir":"..","sourceMap":true,"strictNullChecks":true,"target":9},"referencedMap":[[75,1],[67,2],[74,3],[68,4],[71,5],[64,1],[66,6],[73,7],[65,8],[78,9],[77,10]],"latestChangedDtsFile":"./configSchema.d.ts","version":"5.9.3"}
@@ -1,6 +0,0 @@
1
- export declare function formatAsList(strings: string[], options: {
2
- sort: boolean;
3
- style?: Intl.ListFormatStyle;
4
- type?: Intl.ListFormatType;
5
- }): string;
6
- //# sourceMappingURL=utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAC3B,OAAO,EAAE,MAAM,EAAE,EACjB,OAAO,EAAE;IACR,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC;IAC7B,IAAI,CAAC,EAAE,IAAI,CAAC,cAAc,CAAC;CAC3B,UAOD"}
@@ -1,9 +0,0 @@
1
- export function formatAsList(strings, options) {
2
- if (options.sort)
3
- strings.sort((a, b) => a.localeCompare(b));
4
- return new Intl.ListFormat("en", {
5
- style: options.style ?? "long",
6
- type: options.type ?? "conjunction",
7
- }).format(strings);
8
- }
9
- //# sourceMappingURL=utils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../utils.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,YAAY,CAC3B,OAAiB,EACjB,OAIC;IAED,IAAI,OAAO,CAAC,IAAI;QAAE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7D,OAAO,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE;QAChC,KAAK,EAAE,OAAO,CAAC,KAAK,IAAI,MAAM;QAC9B,IAAI,EAAE,OAAO,CAAC,IAAI,IAAI,aAAa;KACnC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;AACpB,CAAC"}
@@ -1,22 +0,0 @@
1
- {
2
- "name": "@cross-seed/shared",
3
- "version": "0.0.0",
4
- "private": true,
5
- "type": "module",
6
- "exports": {
7
- "./constants": {
8
- "default": "./dist/constants.js"
9
- },
10
- "./configSchema": {
11
- "default": "./dist/configSchema.js"
12
- },
13
- "./utils": {
14
- "default": "./dist/utils.js"
15
- },
16
- "./package.json": "./package.json"
17
- },
18
- "files": ["dist"],
19
- "scripts": {
20
- "build": "tsc -p tsconfig.json"
21
- }
22
- }