@hey-api/shared 0.0.0-next-20260316213111 → 0.0.0-next-20260317020150

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 +3 -3
package/dist/index.d.mts CHANGED
@@ -206,7 +206,7 @@ declare function getInput(userConfig: {
206
206
  }): ReadonlyArray<Input>;
207
207
  //#endregion
208
208
  //#region src/config/input/path.d.ts
209
- declare function compileInputPath(input: Omit<Input, 'watch'>): Pick<Partial<Input>, "tags" | "api_key" | "branch" | "commit_sha" | "organization" | "project" | "registry" | "version"> & Pick<Input, "path">;
209
+ declare function compileInputPath(input: Omit<Input, 'watch'>): Pick<Partial<Input>, "api_key" | "branch" | "commit_sha" | "organization" | "project" | "registry" | "tags" | "version"> & Pick<Input, "path">;
210
210
  declare function logInputPaths(inputPaths: ReadonlyArray<ReturnType<typeof compileInputPath>>, jobIndex: number): void;
211
211
  //#endregion
212
212
  //#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-20260316213111",
3
+ "version": "0.0.0-next-20260317020150",
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,9 +37,9 @@
37
37
  "cross-spawn": "7.0.6",
38
38
  "open": "11.0.0",
39
39
  "semver": "7.7.3",
40
- "@hey-api/types": "0.1.4",
41
40
  "@hey-api/json-schema-ref-parser": "1.3.1",
42
- "@hey-api/codegen-core": "0.7.3"
41
+ "@hey-api/types": "0.1.4",
42
+ "@hey-api/codegen-core": "0.0.0-next-20260317020150"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/bun": "1.3.8",