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: initial cleanup and scripts for 0.5.0 #149

Merged
merged 4 commits into from
Feb 1, 2024

Conversation

TimoGlastra
Copy link
Contributor

  • Removes indy-sdk
  • Updates scripts to 0.5.0
  • Updates package names to @credo-ts
  • Moves some of the Aries RFCs notes from main repo readme (docs: readme cleanup credo-ts#1724), and also adds new docs for features supported by Credo

In a follow up PR i'll add the migration guide

Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
guides/extensions/rest.md Outdated Show resolved Hide resolved
TimoGlastra and others added 2 commits February 1, 2024 14:00
Co-authored-by: Berend Sliedrecht <61358536+berendsliedrecht@users.noreply.github.com>
Signed-off-by: Timo Glastra <timo@animo.id>
@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: yarn

# ignore scripts as indy-sdk will try to build and we don't have libindy
Copy link
Contributor

Choose a reason for hiding this comment

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

This can now be deleted in the CI scripts?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not yet as indy-sdk is still included for 0.3/0.4 snippets

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: yarn

# ignore scripts as indy-sdk will try to build and we don't have libindy
Copy link
Contributor

Choose a reason for hiding this comment

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

Same

@@ -31,7 +31,7 @@ You can do this directly on your machine.
After installing and confirming that Libindy is installed, simply run:
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess @credo-ts/rest will be available as soon as we get the 0.5.0 release. In such case Libindy will not be needed, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm working on updating the REST PR and then releasing a new version. Will update there accordingly

@TimoGlastra TimoGlastra merged commit d01f0b9 into openwallet-foundation:main Feb 1, 2024
2 checks passed
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

3 participants