Closed tamird closed 10 months ago
In node_modules/@kie/mock-github/build/src/moctokit/moctokit.d.ts I see:
node_modules/@kie/mock-github/build/src/moctokit/moctokit.d.ts
pulls: { ... merge: (params?: { owner?: string | RegExp | undefined; repo?: string | RegExp | undefined; pull_number?: number | RegExp | undefined; data?: RegExp | undefined; } | undefined) => ... } }
while in version 1.1.0 I see:
merge: (params?: { owner?: string | RegExp | undefined; repo?: string | RegExp | undefined; pull_number?: number | RegExp | undefined; commit_title?: string | RegExp | undefined; commit_message?: string | RegExp | undefined; sha?: string | RegExp | undefined; merge_method?: RegExp | "merge" | "squash" | "rebase" | undefined; } | undefined) => ...
I doubt this is the only thing that's wrong, but it is wrong.
In
node_modules/@kie/mock-github/build/src/moctokit/moctokit.d.ts
I see:while in version 1.1.0 I see:
I doubt this is the only thing that's wrong, but it is wrong.