Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 7d21a2a

Browse files
authored
Merge pull request #308 from nevermined-io/feat/marketplace-login-with-message
feat: added ability to add a message when asking the user to sign
2 parents fb2f21e + 565c661 commit 7d21a2a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1110
-399
lines changed

.github/workflows/check-docs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: 16
1518
- name: Generate documentation for catalog and provider
1619
run: |
17-
yarn install --ignore-engines
20+
yarn
1821
yarn nx run-many --target=docs
1922
- name: Doc linter
20-
run: |
21-
yarn install
22-
yarn lint:docs
23+
run: yarn lint:docs

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ providers/dist
88
yarn-error.log
99
dist
1010
.env
11-
.env.*
11+
.env.*
12+
*/**/yarn.lock

catalog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@nevermined-io/catalog",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"dependencies": {
7-
"@nevermined-io/sdk": "^1.5.2",
8-
"@nevermined-io/sdk-dtp": "^0.4.19",
7+
"@nevermined-io/sdk": "^1.5.3",
8+
"@nevermined-io/sdk-dtp": "^0.5.1",
99
"@types/jsonwebtoken": "^8.5.8",
1010
"axios": "^0.27.2",
1111
"axios-retry": "^3.3.1",

0 commit comments

Comments
 (0)