@hey-api/shared 0.0.0-next-20260415041920 → 0.0.0-next-20260415043036

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 (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +2 -2
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>, "tags" | "api_key" | "branch" | "commit_sha" | "organization" | "project" | "registry" | "version"> & Pick<Input, "path">;
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-20260415041920",
3
+ "version": "0.0.0-next-20260415043036",
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": {
@@ -37,8 +37,8 @@
37
37
  "cross-spawn": "7.0.6",
38
38
  "open": "11.0.0",
39
39
  "semver": "7.7.4",
40
- "@hey-api/codegen-core": "0.8.0",
41
40
  "@hey-api/json-schema-ref-parser": "1.4.0",
41
+ "@hey-api/codegen-core": "0.8.0",
42
42
  "@hey-api/spec-types": "0.2.0",
43
43
  "@hey-api/types": "0.1.4"
44
44
  },