Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove sub-level package-lock.json #235

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

etienneburdet
Copy link
Contributor

Summary

The goal for this PR is to fix some merge markers present in package-lock.json, that prevented correct merge/rebase.

Changes

I deleted all sublevel package.json since they are not needed since changing to npm workspaces. That's why the merge markers were not deleted (nor prevented anything) in previous PR.

I also updated to version 3 of package-lock.json.

Copy link

Coverage after merging chore/fix-packlock into main

94.64%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
src
   index.ts100%100%100%
src/client
   error.ts100%100%100%
   index.ts74.03%100%95.31%102–103, 124, 13, 146, 148, 148–149, 15, 15, 151, 162, 169, 169, 17, 17, 171, 176, 179, 182, 184, 52, 82
   types.ts100%100%100%
src/odsql
   clauses.ts71.43%80%90.91%14, 32, 42
   index.ts83.72%95.74%94.19%111, 146, 25, 28, 56–57, 57, 57–58, 68, 78–79

1 similar comment
Copy link

Coverage after merging chore/fix-packlock into main

94.64%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
src
   index.ts100%100%100%
src/client
   error.ts100%100%100%
   index.ts74.03%100%95.31%102–103, 124, 13, 146, 148, 148–149, 15, 15, 151, 162, 169, 169, 17, 17, 171, 176, 179, 182, 184, 52, 82
   types.ts100%100%100%
src/odsql
   clauses.ts71.43%80%90.91%14, 32, 42
   index.ts83.72%95.74%94.19%111, 146, 25, 28, 56–57, 57, 57–58, 68, 78–79

@etienneburdet etienneburdet merged commit e1bbccd into main Apr 30, 2024
10 of 11 checks passed
@etienneburdet etienneburdet deleted the chore/fix-packlock branch April 30, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant