-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-5279 feat(graphql,sdk): remove api dependencies from sdk and grap…
…hql (#1009) - Removes the inclusion of the `0xintuition/api` package as dependency in `graphql` and `sdk` packages - Ran a `pnpm install` afterward so the `pnpm-lock.yaml` change reflects this - This resolves installation issues for apps outside of the monorepo - Note: Leaving it in the `template` and `data-populator` for now because it's more integrated as part of certain flows. We can remove these gradually -- don't want to disrupt any working flows at the moment.
- Loading branch information
1 parent
604babf
commit 3fe76f9
Showing
4 changed files
with
6 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
import { IdentitiesService } from '@0xintuition/api' | ||
|
||
console.log('test', IdentitiesService) | ||
console.log('test') |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.