@xylabs/ts-scripts-yarn3 6.1.16 → 6.2.1
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/actions/fix.mjs +2 -19
- package/dist/actions/fix.mjs.map +1 -1
- package/dist/actions/index.mjs +67 -314
- package/dist/actions/index.mjs.map +1 -1
- package/dist/actions/lint.mjs +2 -19
- package/dist/actions/lint.mjs.map +1 -1
- package/dist/actions/package/index.mjs +33 -206
- package/dist/actions/package/index.mjs.map +1 -1
- package/dist/bin/xy.mjs +45 -138
- package/dist/bin/xy.mjs.map +1 -1
- package/dist/index.d.ts +2 -17
- package/dist/index.mjs +78 -334
- package/dist/index.mjs.map +1 -1
- package/dist/xy/index.mjs +45 -138
- package/dist/xy/index.mjs.map +1 -1
- package/dist/xy/xy.mjs +45 -138
- package/dist/xy/xy.mjs.map +1 -1
- package/dist/xy/xyCommonCommands.mjs +15 -91
- package/dist/xy/xyCommonCommands.mjs.map +1 -1
- package/dist/xy/xyLintCommands.mjs +2 -19
- package/dist/xy/xyLintCommands.mjs.map +1 -1
- package/package.json +7 -11
- package/dist/actions/deps.mjs +0 -170
- package/dist/actions/deps.mjs.map +0 -1
- package/dist/actions/package/deps.mjs +0 -180
- package/dist/actions/package/deps.mjs.map +0 -1
- package/dist/bin/package/deps.mjs +0 -185
- package/dist/bin/package/deps.mjs.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -79,19 +79,6 @@ declare const deployMinor: () => number;
|
|
|
79
79
|
|
|
80
80
|
declare const deployNext: () => number;
|
|
81
81
|
|
|
82
|
-
interface DepsParams {
|
|
83
|
-
incremental?: boolean;
|
|
84
|
-
jobs?: number;
|
|
85
|
-
pkg?: string;
|
|
86
|
-
verbose?: boolean;
|
|
87
|
-
}
|
|
88
|
-
interface DepsPackageParams {
|
|
89
|
-
pkg: string;
|
|
90
|
-
}
|
|
91
|
-
declare const deps: ({ pkg, incremental }: DepsParams) => number;
|
|
92
|
-
declare const depsPackage: ({ pkg }: DepsPackageParams) => number;
|
|
93
|
-
declare const depsAll: ({ incremental, jobs, verbose, }: DepsParams) => number;
|
|
94
|
-
|
|
95
82
|
declare const dupdeps: () => number;
|
|
96
83
|
|
|
97
84
|
interface LintParams {
|
|
@@ -106,7 +93,7 @@ interface LintPackageParams {
|
|
|
106
93
|
}
|
|
107
94
|
declare const lintPackage: ({ pkg, fix }: LintParams & Required<Pick<LintParams, "pkg">>) => number;
|
|
108
95
|
declare const lint: ({ pkg, verbose, incremental, fix, }?: LintParams) => number;
|
|
109
|
-
declare const lintAllPackages: ({ fix
|
|
96
|
+
declare const lintAllPackages: ({ fix }?: LintParams) => number;
|
|
110
97
|
|
|
111
98
|
declare const fix: (params?: LintParams) => number;
|
|
112
99
|
|
|
@@ -195,8 +182,6 @@ interface PackageCopyAssetsParams {
|
|
|
195
182
|
}
|
|
196
183
|
declare const packageCopyAssets: ({ target }: PackageCopyAssetsParams) => Promise<1 | 0>;
|
|
197
184
|
|
|
198
|
-
declare const packageDeps: () => Promise<number>;
|
|
199
|
-
|
|
200
185
|
declare const packageGenDocs: () => Promise<number | undefined>;
|
|
201
186
|
|
|
202
187
|
declare const packageLint: (fix?: boolean, verbose?: boolean, cache?: boolean) => Promise<number>;
|
|
@@ -388,4 +373,4 @@ declare const xyLintCommands: (args: Argv) => Argv<{}>;
|
|
|
388
373
|
|
|
389
374
|
declare const xyParseOptions: () => Argv;
|
|
390
375
|
|
|
391
|
-
export { type BuildParams, CROSS_PLATFORM_NEWLINE, type CleanPackageParams, type CleanParams, type CompileConfig, type CompileParams, type CompileTypesParams, type CopyAssetsParams,
|
|
376
|
+
export { type BuildParams, CROSS_PLATFORM_NEWLINE, type CleanPackageParams, type CleanParams, type CompileConfig, type CompileParams, type CompileTypesParams, type CopyAssetsParams, DuplicateDetector, type DynamicShareConfig, type EntryMode, type GenDocsPackageParams, type GenDocsParams, INIT_CWD, type LintPackageParams, type LintParams, type LiveShareConfig, type PackageCompileTscConfig, type PackageCompileTsupConfig, type PackageCopyAssetsParams, type PackageJsonEx, type PackagePublintParams, type PathConfig, type PublintPackageParams, type PublintParams, type ReadFileSyncOptions, type RebuildParams, type RecompilePackageParams, type RecompileParams, type RelintPackageParams, type RelintParams, type ScriptStep, WINDOWS_NEWLINE_REGEX, type Workspace, type XyConfig, type XyConfigBase, type XyTscConfig, type XyTsupConfig, build, checkResult, clean, cleanAll, cleanDocs, cleanPackage, compile, compileAll, compilePackage, compileTypes, compileTypesAll, compileTypesPackage, copyAssets, createBuildConfig, cycle, dead, defaultBuildConfig, defaultReadFileSyncOptions, deleteGlob, deploy, deployMajor, deployMinor, deployNext, detectDuplicateDependencies, dupdeps, empty, fix, genDocs, genDocsAll, genDocsPackage, generateIgnoreFiles, gitignoreGen, gitlint, gitlintFix, isYarnVersionOrGreater, knip, license, lint, lintAllPackages, lintPackage, loadConfig, loadPackageConfig, multiLineToJSONArray, notEmpty, npmignoreGen, packageClean, packageCleanOutputs, packageCleanTypescript, packageCompile, packageCompileTsc, packageCompileTscTypes, packageCompileTsup, packageCompileTypes, packageCopyAssets, packageGenDocs, packageLint, packagePublint, packageRecompile, parsedPackageJSON, processEx, publint, publintAll, publintPackage, readLines, readNonEmptyLines, rebuild, recompile, recompileAll, recompilePackage, reinstall, relint, relintAllPackages, relintPackage, retest, runStepAsync, runSteps, runStepsAsync, runXy, runXyWithWarning, safeExit, safeExitAsync, sonar, statics, test, tryReadFileSync, tsupOptions, union, up, updateYarnPlugins, updateYarnVersion, updo, withErrnoException, withError, writeLines, xy, xyBuildCommands, xyCommonCommands, xyDeployCommands, xyInstallCommands, xyLintCommands, xyParseOptions, yarn3Only, yarnWorkspace, yarnWorkspaces };
|