-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update submodules documentation to latest
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
- Loading branch information
1 parent
1b09d0d
commit db6fc52
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule identus-cloud-agent
updated
113 files
Submodule identus-edge-agent-sdk-ts
updated
26 files
+7 −3 | .github/workflows/release.yml | |
+37 −3 | CONTRIBUTING.md | |
+18 −79 | demos/next/package-lock.json | |
+5 −1 | demos/next/src/actions/types.ts | |
+5 −1 | demos/next/src/pages/debug.tsx | |
+9 −2 | demos/next/src/reducers/app.ts | |
+1 −0 | demos/next/src/reducers/store.ts | |
+8 −4 | externals/run.sh | |
+55 −164 | package-lock.json | |
+2 −2 | package.json | |
+5 −2 | publish.sh | |
+54 −12 | src/domain/models/Api.ts | |
+0 −1 | src/domain/models/Errors.ts | |
+0 −5 | src/domain/models/errors/Api.ts | |
+5 −7 | src/edge-agent/Agent.ts | |
+0 −69 | src/edge-agent/helpers/ApiImpl.ts | |
+76 −0 | src/edge-agent/helpers/FetchApi.ts | |
+0 −9 | src/edge-agent/helpers/HttpError.ts | |
+1 −1 | src/index.ts | |
+15 −19 | src/pluto/Pluto.ts | |
+8 −23 | src/pollux/Pollux.ts | |
+2 −3 | tests/agent/Agent.test.ts | |
+4 −4 | tests/mercury/Mercury.test.ts | |
+12 −13 | tests/pollux/Pollux.test.ts | |
+150 −0 | tests/utils/api.test.ts | |
+79 −0 | tests/utils/server.js |