Skip to content

Commit

Permalink
fix(cli): export recent methods from CLI local and remote (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis authored Jul 20, 2021
1 parent 05a9eee commit 36bce08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build-clean": "rimraf ./packages/*/build ./packages/*/api ./packages/*/node_modules ./packages/*/tsconfig.tsbuildinfo && jest --clearCache",
"publish:latest": "lerna publish --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest --registry https://registry.npmjs.org/:_authToken=${NPM_TOKEN}",
"publish:next": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid next --pre-dist-tag next --yes --registry https://registry.npmjs.org/:_authToken=${NPM_TOKEN}",
"publish:unstable": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes --registry https://registry.npmjs.org/:_authToken=${NPM_TOKEN}"
"publish:unstable": "lerna publish --repo-version 0.0.42 --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes --registry https://registry.npmjs.org/:_authToken=${NPM_TOKEN}"
},
"workspaces": [
"packages/*"
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/default/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ agent:
- keyManagerImport
- keyManagerEncryptJWE
- keyManagerDecryptJWE
- keyManagerSign
- keyManagerSharedSecret
- keyManagerSignJWT
- keyManagerSignEthTX
- didManagerGetProviders
Expand All @@ -32,6 +34,8 @@ agent:
- didManagerAddService
- didManagerRemoveService
- resolveDid
- getDIDComponentById
- discoverDid
- dataStoreGetMessage
- dataStoreSaveMessage
- dataStoreGetVerifiableCredential
Expand All @@ -49,6 +53,9 @@ agent:
- dataStoreORMGetVerifiablePresentations
- dataStoreORMGetVerifiablePresentationsCount
- handleMessage
- packDIDCommMessage
- unpackDIDCommMessage
- sendDIDCommMessage
- sendMessageDIDCommAlpha1
- createVerifiablePresentation
- createVerifiableCredential
Expand Down
1 change: 1 addition & 0 deletions packages/cli/default/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ constants:
- keyManagerEncryptJWE
- keyManagerDecryptJWE
- keyManagerSign
- keyManagerSharedSecret
- keyManagerSignJWT
- keyManagerSignEthTX
- didManagerGetProviders
Expand Down

0 comments on commit 36bce08

Please sign in to comment.