Skip to content

Commit

Permalink
Merge branch 'main' into feat/anoncreds-service-2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra authored Jan 12, 2023
2 parents 5028fc9 + 8a04d1b commit c93dab8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
1 change: 0 additions & 1 deletion .husky/pre-push

This file was deleted.

25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Some features are not yet supported, but are on our roadmap. Check [the roadmap]
- ✅ Smart Auto Acceptance of Connections, Credentials and Proofs
- 🚧 Receiving and Verifying revocable Indy Credentials
- 🚧 W3C Linked Data VCs, BBS+ Signatures
- 🚧 Multi Tenancy
- Multi Tenancy
- ❌ Browser

### Packages
Expand Down Expand Up @@ -101,6 +101,29 @@ Some features are not yet supported, but are on our roadmap. Check [the roadmap]
</a>
</td>
</tr>
<tr>
<td>@aries-framework/action-menu</td>
<td>
<a href="https://npmjs.com/package/@aries-framework/action-menu">
<img alt="@aries-framework/action-menu version" src="https://img.shields.io/npm/v/@aries-framework/action-menu"/>
</a>
</td>
</tr>
<td>@aries-framework/question-answer</td>
<td>
<a href="https://npmjs.com/package/@aries-framework/question-answer">
<img alt="@aries-framework/question-answer version" src="https://img.shields.io/npm/v/@aries-framework/question-answer"/>
</a>
</td>
</tr>
<tr>
<td>@aries-framework/tenants</td>
<td>
<a href="https://npmjs.com/package/@aries-framework/tenants">
<img alt="@aries-framework/tenants version" src="https://img.shields.io/npm/v/@aries-framework/tenants"/>
</a>
</td>
</tr>
</table>

## Getting Started
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"test": "jest",
"lint": "eslint --ignore-path .gitignore .",
"validate": "yarn lint && yarn check-types && yarn check-format",
"prepare": "husky install",
"run-mediator": "ts-node ./samples/mediator.ts",
"next-version-bump": "ts-node ./scripts/get-next-bump.ts"
},
Expand All @@ -48,7 +47,6 @@
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"express": "^4.17.1",
"husky": "^7.0.1",
"indy-sdk": "^1.16.0-dev-1636",
"jest": "^27.0.4",
"lerna": "^4.0.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5871,11 +5871,6 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@^7.0.1:
version "7.0.4"
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==

[email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
Expand Down

0 comments on commit c93dab8

Please sign in to comment.