Skip to content

Commit

Permalink
chore: adding v2.1.0 Changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Mar 5, 2024
1 parent b47a67f commit 999598b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.1.0](https://github.com/nevermined-io/cli/compare/v2.0.4...v2.1.0)

> 5 March 2024
- feat: using the new NvmApp API [`37fb61c`](https://github.com/nevermined-io/cli/commit/37fb61ceee95939660fb3c3da8ca7c6c06789120)
- feat: app commands (in progress) [`7433883`](https://github.com/nevermined-io/cli/commit/74338838ec94caa3f5b302147f6ce2be90baac71)
- feat: app flow [`e729568`](https://github.com/nevermined-io/cli/commit/e729568342fa2b0ca1f0c4b3f761727a484e55b8)

#### [v2.0.4](https://github.com/nevermined-io/cli/compare/v2.0.3...v2.0.4)

> 23 February 2024
Expand Down
4 changes: 4 additions & 0 deletions src/commands/assets/getAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ export const getAsset = async (
account.babySecret = babyAccount.babySecret
account.babyX = babyAccount.babyX
account.babyY = babyAccount.babyY

}

const service = ddo.findServiceByReference(serviceReference)
console.log(`Service: ${service.attributes.serviceAgreementTemplate.contractName}`)

if (!argv.agreementId) {
logger.info(chalk.dim(`No agreementId. Ordering asset using reference ${serviceReference}: ${did}`))
agreementId = await nvmApp.sdk.assets.order(did, serviceReference, account)
Expand Down

0 comments on commit 999598b

Please sign in to comment.