Skip to content

Commit 2686699

Browse files
docs: added new rest package to the main readme (#29)
* docs: added new rest package to the main readme Signed-off-by: Berend Sliedrecht <berend@animo.id> * docs: added descriptions to the package.json Signed-off-by: Berend Sliedrecht <berend@animo.id>
1 parent b4af206 commit 2686699

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ All packages are placed in the [`packages/`](./packages) directory.
5454
| Package | Version | Description |
5555
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
5656
| [`@aries-framework/redux-store`](https://www.npmjs.com/package/@aries-framework/redux-store) | ![@aries-framework/redux-store version](https://img.shields.io/npm/v/@aries-framework/redux-store) | Redux toolkit wrapper around Aries Framework JavaScript |
57+
| [`@aries-framework/rest`](https://www.npmjs.com/package/@aries-framework/rest) | ![@aries-framework/rest version](https://img.shields.io/npm/v/@aries-framework/rest) | Rest endpoint wrapper for using your agent over HTTP |
5758

5859
## Contributing
5960

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "aries-framework-ext",
33
"private": true,
44
"license": "Apache-2.0",
5+
"description": "Monorepo containing extensions for Aries Framework JavaScript",
56
"workspaces": [
67
"packages/*"
78
],

packages/redux-store/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"access": "public"
1111
},
1212
"license": "Apache-2.0",
13+
"description": "Redux toolkit wrapper around Aries Framework JavaScript",
1314
"homepage": "https://github.com/hyperledger/aries-framework-javascript-ext/tree/main/packages/redux-store",
1415
"repository": {
1516
"type": "git",

packages/rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"access": "public"
1111
},
1212
"license": "Apache-2.0",
13-
"description": "Aries Framework JavaScript - Rest",
13+
"description": "Rest endpoint wrapper for using your agent over HTTP",
1414
"homepage": "https://github.com/hyperledger/aries-framework-javascript-ext/tree/main/packages/rest",
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)