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

Platform agnostic sdk #278

Merged
merged 37 commits into from
Oct 4, 2023
Merged

Platform agnostic sdk #278

merged 37 commits into from
Oct 4, 2023

Conversation

soerenbf
Copy link
Collaborator

@soerenbf soerenbf commented Oct 2, 2023

Purpose

Make SDK platform agnostic, i.e. able to run in both browser and nodeJS environments.

Closes #112

Changes

  • Remove web/nodejs specific SDK's
  • Move nodeJS code requiring nodeJS environment to subpath @concordium/web-sdk/nodejs

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

@soerenbf soerenbf self-assigned this Oct 2, 2023
@soerenbf soerenbf force-pushed the platform-agnostic-sdk branch from 2458428 to f7194e2 Compare October 2, 2023 13:30
@soerenbf soerenbf force-pushed the platform-agnostic-sdk branch from f7194e2 to 8918814 Compare October 2, 2023 13:33
@soerenbf soerenbf requested a review from limemloh October 3, 2023 12:25
@soerenbf soerenbf marked this pull request as ready for review October 3, 2023 12:25
@soerenbf soerenbf changed the base branch from main to release/10 October 3, 2023 12:26
@soerenbf soerenbf force-pushed the platform-agnostic-sdk branch from 84599a7 to c4b4b77 Compare October 3, 2023 13:12
.github/workflows/pipeline.yml Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docs/typedoc.config.cjs Outdated Show resolved Hide resolved
docs/typedoc.config.cjs Outdated Show resolved Hide resolved
examples/types/index.d.ts Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
packages/sdk/test/ci/testHelpers.ts Outdated Show resolved Hide resolved
@soerenbf soerenbf merged commit 065e221 into release/10 Oct 4, 2023
10 checks passed
@soerenbf soerenbf deleted the platform-agnostic-sdk branch October 4, 2023 12:22
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.

Make easier to use with server-side-rendering frameworks
2 participants