Skip to content

Commit

Permalink
Merge pull request #116 from nevermined-io/fix/bump-rc20
Browse files Browse the repository at this point in the history
bump sdk version to rc20
  • Loading branch information
mrsmkl authored Jan 31, 2023
2 parents 6f584dd + 1574368 commit 7fc7472
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: nevermined-io/[email protected]
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: "true"
opengsn: "false"
estuary: "true"
node: "false"
- name: Check artifacts
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": "node-ts",
"version": "1.0.0-rc7",
"version": "1.0.0-rc8",
"description": "Nevermined Node",
"main": "main.ts",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"@nestjs/swagger": "^5.2.0",
"@nestjs/typeorm": "^8.0.3",
"@nevermined-io/argo-workflows-api": "^0.1.3",
"@nevermined-io/nevermined-sdk-dtp": "0.3.0-rc15",
"@nevermined-io/nevermined-sdk-js": "1.0.0-rc18",
"@nevermined-io/nevermined-sdk-dtp": "0.3.0-rc16",
"@nevermined-io/nevermined-sdk-js": "1.0.0-rc20",
"@nevermined-io/passport-nevermined": "^0.1.1",
"@sideway/address": "^4.1.3",
"@sideway/formula": "^3.0.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1194,25 +1194,25 @@
dependencies:
axios "^0.21.1"

"@nevermined-io/[email protected]rc15":
version "0.3.0-rc15"
resolved "https://registry.yarnpkg.com/@nevermined-io/nevermined-sdk-dtp/-/nevermined-sdk-dtp-0.3.0-rc15.tgz#483d20724f4d2323b49ecbae695e51d101fc256f"
integrity sha512-whmzhDDisOpinfMQE55cVlG1LSKPZf6tRjPhHx459/HCITdIEszpRWfqY45LUO3KhHc3yCp2sa0DqGfTABJyeQ==
"@nevermined-io/[email protected]rc16":
version "0.3.0-rc16"
resolved "https://registry.yarnpkg.com/@nevermined-io/nevermined-sdk-dtp/-/nevermined-sdk-dtp-0.3.0-rc16.tgz#95fb3fe7ef5fafb41dd81852e6731058b9ec40ed"
integrity sha512-HvcPxRdamB1iV94Aj4s8mDbrsnWcYOvIPHwGj7/0SssbtzKL3xK850Z5TbjJ87UnQ4/Is7FQo3HUpfj5N9o8FQ==
dependencies:
"@nevermined-io/nevermined-sdk-js" "1.0.0-rc18"
"@nevermined-io/nevermined-sdk-js" "1.0.0-rc20"
circomlibjs "^0.1.1"
eciesjs "^0.3.15"
ffjavascript "^0.2.55"
node-rsa "^1.1.1"
snarkjs "^0.4.26"
web3-utils "^1.7.4"

"@nevermined-io/[email protected]rc18":
version "1.0.0-rc18"
resolved "https://registry.yarnpkg.com/@nevermined-io/nevermined-sdk-js/-/nevermined-sdk-js-1.0.0-rc18.tgz#967431bb68f3845634a214bc245b5c39f9d4adb5"
integrity sha512-cPKyjK+tfQCpnK3rJUk50U/qPeyEL+E0A40WcYLj5l274TAA9gM01Repnp4MuBJbVEXiF/nJpufZigH2jvi+CQ==
"@nevermined-io/[email protected]rc20":
version "1.0.0-rc20"
resolved "https://registry.yarnpkg.com/@nevermined-io/nevermined-sdk-js/-/nevermined-sdk-js-1.0.0-rc20.tgz#a9bec3c99ae0184d77c1814b43f4244153ebc3c4"
integrity sha512-pddAMpFbbXXxZH32ZKYxgwdmy3IpBuIFaFv+44Vcn9p8HL/aBrQAiVu1YMSnpSd66QB4QLexnReO0OQmIwZhog==
dependencies:
"@nevermined-io/subgraphs" "0.5.0-rc1"
"@nevermined-io/subgraphs" "0.5.0"
assert "^2.0.0"
codegen-graph-ts "npm:@nevermined-io/[email protected]"
crypto-browserify "^3.12.0"
Expand Down Expand Up @@ -1240,10 +1240,10 @@
jose "^4.11.2"
passport-strategy "^1.0.0"

"@nevermined-io/[email protected]-rc1":
version "0.5.0-rc1"
resolved "https://registry.npmjs.org/@nevermined-io/subgraphs/-/subgraphs-0.5.0-rc1.tgz"
integrity sha512-MRRX+U+EhofhXuHLOGkwaI8J0tkwtV0sPttuHnPSnCWb3Rn6rpqJAqqlFJhDmWPzXSORWSVp92nR6tuLC/N04g==
"@nevermined-io/[email protected]":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@nevermined-io/subgraphs/-/subgraphs-0.5.0.tgz#9ae3600df9e10695f396ead806f158f5b9d4d62d"
integrity sha512-i4s5iBF5QvVmePBmuL6SXsrMPaPsiNASViHBQlo19sqqNh0JMHhzsgBi11n4L0A83U7OSWD9eO6AL9Ka7SlYoA==
dependencies:
codegen-graph-ts "npm:@nevermined-io/[email protected]"
glob "^7.2.0"
Expand Down

0 comments on commit 7fc7472

Please sign in to comment.