Skip to content

Commit

Permalink
Merge pull request #113 from nevermined-io/feat/app_integration
Browse files Browse the repository at this point in the history
New "ncli app" module
  • Loading branch information
aaitor authored Mar 6, 2024
2 parents 00e64d7 + e25b1e3 commit 941387b
Show file tree
Hide file tree
Showing 74 changed files with 1,768 additions and 498 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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
- fix: wallet comming from keyfile [`3ac2bfd`](https://github.com/nevermined-io/cli/commit/3ac2bfd884c611307dc7fc0bccfb0720f5ebd5ba)
- chore: adding v2.0.3 Changelog updates [`00e64d7`](https://github.com/nevermined-io/cli/commit/00e64d7fedd75a27c5fe433ae7268807871faf3d)

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

> 22 February 2024
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/cli",
"version": "2.0.3",
"version": "2.1.0",
"main": "index.js",
"repository": "[email protected]:nevermined-io/cli.git",
"author": "Nevermined",
Expand All @@ -25,14 +25,14 @@
"ncli": "./dist/src/index.js"
},
"dependencies": {
"@nevermined-io/sdk": "^2.1.3",
"@nevermined-io/sdk": "^2.2.9",
"@nevermined-io/sdk-dtp": "^0.7.0-rc5",
"log4js": "^6.9.1",
"chalk": "^4.1.2",
"cross-fetch": "~3.1.5",
"dotenv": "^16.0.1",
"eta": "1.12.3",
"ethers": "^6.7.1",
"ethers": "^6.11.1",
"ipfs-http-client-lite": "^0.3.0",
"tar": "^6.1.11",
"yargs": "^17.5.1"
Expand Down
Loading

0 comments on commit 941387b

Please sign in to comment.