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

feat: request network add sdk package #1196

Closed
wants to merge 14 commits into from
Closed

Conversation

skiv71
Copy link
Contributor

@skiv71 skiv71 commented Oct 11, 2023

Fixes #1181

Changes

"url": "https://github.com/RequestNetwork/requestNetwork/issues"
},
"license": "MIT",
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the references in here should match the version in the package.json of these packages. Right now, you are resolving the version on NPM, not the monorepo's version

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @benjlevesque thanks for this info, it really helped. Turned out it was because I used the @next modifier (as this has been promoted since I started).

Changed to the correct version(s) and all it well.

The latest commit also includes tsconfig changes to produce es6 output.

@skiv71 skiv71 marked this pull request as ready for review October 12, 2023 21:13
@skiv71 skiv71 requested review from MantisClone and removed request for KolevDarko, alexandre-abrioux and yomarion October 12, 2023 21:13
@benjlevesque benjlevesque removed their request for review October 17, 2023 16:13
@MantisClone
Copy link
Member

@skiv71 The parent issue #1181 has been closed as not planned, so I'm closing this PR.

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.

Create a new "request-network-sdk" package that bundles all the packages for interacting with the protocol.
4 participants