Skip to content

Commit

Permalink
Merge pull request #335 from nevermined-io/feat/sdk-v3.0.5
Browse files Browse the repository at this point in the history
feat: use sdk v3.0.5
  • Loading branch information
eruizgar91 authored May 14, 2024
2 parents 729059d + 20f2a6f commit f0eb6df
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ 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).

#### [v3.0.4-rc1](https://github.com/nevermined-io/node/compare/v3.0.4-rc0...v3.0.4-rc1)

> 14 May 2024
- feat: permissionless v6 [`5adf212`](https://github.com/nevermined-io/node/commit/5adf212d4dc42dd6bf217784d08b6ed1a3ddfd70)
- Automated CHANGELOG.md update [`a44cf61`](https://github.com/nevermined-io/node/commit/a44cf6145f96d5950460c1707e60862d04ab9a8b)

#### [v3.0.4-rc0](https://github.com/nevermined-io/node/compare/v3.0.3...v3.0.4-rc0)

> 14 May 2024
- feat: update sdk [`1bda6b5`](https://github.com/nevermined-io/node/commit/1bda6b54985b1a564969e370e249098a44c414cf)
- Automated CHANGELOG.md update [`729059d`](https://github.com/nevermined-io/node/commit/729059dab2d8562aad5825c4c513f420487bf26a)

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

> 13 May 2024
- feat: use sdk v3.0.5 [`de19ae5`](https://github.com/nevermined-io/node/commit/de19ae53ddc6eb85f54112c819b7dbba2dc6a8e8)

#### [v3.0.2](https://github.com/nevermined-io/node/compare/v3.0.1...v3.0.2)

> 10 May 2024
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-ts",
"version": "3.0.2",
"version": "3.0.4",
"description": "Nevermined Node",
"main": "main.ts",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@nestjs/typeorm": "^10.0.2",
"@nevermined-io/argo-workflows-api": "^0.1.3",
"@nevermined-io/passport-nevermined": "^0.3.0",
"@nevermined-io/sdk": "3.0.4",
"@nevermined-io/sdk": "3.0.6",
"@sideway/address": "^5.0.0",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1435,10 +1435,10 @@
jose "^4.11.2"
passport-strategy "^1.0.0"

"@nevermined-io/[email protected].4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.4.tgz#cc743d5b7f5789feed08fb34ac0003d76b15193e"
integrity sha512-dJlZd1dHSX391VbW8AqbV4UJ09oyLbgWD3SBUE0LawJFs2Qopiz2yoC5lhup4e5PORzDyRfGWLOpLf08O4UoYw==
"@nevermined-io/[email protected].6":
version "3.0.6"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.6.tgz#6c92c0445d5e759fa71d56b0227d3a6e37b22fe5"
integrity sha512-G6FBOAaYbCjQukNcoQ/H/7Bb1NnmKgoRCj4PfB1KpIKNZ1whH0XHYPZbo1MVHwU+ikjnr1swWEMf4IKK+Zwd1g==
dependencies:
"@alchemy/aa-core" "3.12.1"
"@apollo/client" "^3.7.16"
Expand Down Expand Up @@ -7650,9 +7650,9 @@ pbkdf2@^3.0.3, pbkdf2@^3.1.2:
sha.js "^2.4.8"

permissionless@^0.1.22:
version "0.1.22"
resolved "https://registry.yarnpkg.com/permissionless/-/permissionless-0.1.22.tgz#9668b8719a6d819677fb479731a09fc15a99595a"
integrity sha512-C+1l3dkYKOicCilPXLbm5JfnLOKK+Efprg69SG+WRsNjuXHi4zSdQgex/7lF5hh4WvcaWRRMm1NCA523XlwCJw==
version "0.1.29"
resolved "https://registry.yarnpkg.com/permissionless/-/permissionless-0.1.29.tgz#185faa51d106422670b6c92cfca861f889e9de8d"
integrity sha512-jKkgl3G2b4hv5DvX2U8v0OI3JfX+nEzj9a6zsrcXuJaLZdS14td4tExnlmBY93nUN6lRC6NfPZjdLbi8Dkzz7w==

picocolors@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit f0eb6df

Please sign in to comment.