@hey-api/shared 0.0.0-next-20260415041920 → 0.0.0-next-20260415044049
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/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -207,7 +207,7 @@ declare function getInput(userConfig: {
|
|
|
207
207
|
}): ReadonlyArray<Input>;
|
|
208
208
|
//#endregion
|
|
209
209
|
//#region src/config/input/path.d.ts
|
|
210
|
-
declare function compileInputPath(input: Omit<Input, 'watch'>): Pick<Partial<Input>, "
|
|
210
|
+
declare function compileInputPath(input: Omit<Input, 'watch'>): Pick<Partial<Input>, "api_key" | "branch" | "commit_sha" | "organization" | "project" | "registry" | "tags" | "version"> & Pick<Input, "path">;
|
|
211
211
|
declare function logInputPaths(inputPaths: ReadonlyArray<ReturnType<typeof compileInputPath>>, jobIndex: number): void;
|
|
212
212
|
//#endregion
|
|
213
213
|
//#region src/types/logs.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hey-api/shared",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20260415044049",
|
|
4
4
|
"description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
|
|
5
5
|
"homepage": "https://heyapi.dev/",
|
|
6
6
|
"bugs": {
|