From 1c60322c53cbd91c8d13195091b2526bd2f90c12 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 22 Jul 2021 16:04:23 +0200 Subject: [PATCH 1/3] bump ocean.js to v0.16.6 (#750) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 085842b89..29fb0e58d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@coingecko/cryptoformat": "^0.4.2", "@loadable/component": "^5.15.0", "@oceanprotocol/art": "^3.0.0", - "@oceanprotocol/lib": "^0.16.5", + "@oceanprotocol/lib": "^0.16.6", "@oceanprotocol/typographies": "^0.1.0", "@portis/web3": "^4.0.4", "@sindresorhus/slugify": "^2.1.0", @@ -4948,9 +4948,9 @@ } }, "node_modules/@oceanprotocol/lib": { - "version": "0.16.5", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.16.5.tgz", - "integrity": "sha512-7L0BgKqLc7w9GjV8K17t3J2rAmh8UiOQuHG2C4EmuDre/tBhRRZxSCQpDYEsADuEQGTx0JkyLWzrI3dMy8e1Dw==", + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.16.6.tgz", + "integrity": "sha512-ycjiIvWs6cjbfnkJgQ9V/hghViAh1vepxE9p/9wg/wZDFMsXRfLzLFWcrF6CQ0Ce8khZhErdBBzaCfyq1gfVyg==", "dependencies": { "@ethereum-navigator/navigator": "^0.5.3", "@oceanprotocol/contracts": "^0.6.5", @@ -58433,9 +58433,9 @@ } }, "@oceanprotocol/lib": { - "version": "0.16.5", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.16.5.tgz", - "integrity": "sha512-7L0BgKqLc7w9GjV8K17t3J2rAmh8UiOQuHG2C4EmuDre/tBhRRZxSCQpDYEsADuEQGTx0JkyLWzrI3dMy8e1Dw==", + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.16.6.tgz", + "integrity": "sha512-ycjiIvWs6cjbfnkJgQ9V/hghViAh1vepxE9p/9wg/wZDFMsXRfLzLFWcrF6CQ0Ce8khZhErdBBzaCfyq1gfVyg==", "requires": { "@ethereum-navigator/navigator": "^0.5.3", "@oceanprotocol/contracts": "^0.6.5", diff --git a/package.json b/package.json index 3766cebb4..45f101e35 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@coingecko/cryptoformat": "^0.4.2", "@loadable/component": "^5.15.0", "@oceanprotocol/art": "^3.0.0", - "@oceanprotocol/lib": "^0.16.5", + "@oceanprotocol/lib": "^0.16.6", "@oceanprotocol/typographies": "^0.1.0", "@portis/web3": "^4.0.4", "@sindresorhus/slugify": "^2.1.0", From 2602c75f18aef17df01972c9362bb65eba817383 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 22 Jul 2021 18:05:07 +0300 Subject: [PATCH 2/3] Fixing spelling mistakes (#753) --- docs/advancedSettings.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/advancedSettings.md b/docs/advancedSettings.md index 572cab143..e7dde0af6 100644 --- a/docs/advancedSettings.md +++ b/docs/advancedSettings.md @@ -13,10 +13,10 @@ - In your .env file, set the value of the `GATSBY_RBAC_URL` environmental variable to the URL of the Ocean RBAC server that you have hosted, e.g. `GATSBY_RBAC_URL= "http://localhost:3000"` - Users of your marketplace will now require the correct role ("user", "consumer", "publisher") to access features in your marketplace. The market will check the role that has been allocated to the user based on the address that they have connected to the market with. - The following features have been wrapped in the `Permission` component and will be restricted once the `GATSBY_RBAC_URL` has been defined: - - Viewing or searching datasets requires the user to have permison to `browse` - - Purchasing or trading a datatoken, or adding liquidity to a pool require the user to have permison to `consume` - - Publishing a dataset requires the user to have permison to `publish` -- You can change the permission resrictions by either removing the `Permission` component or passing in a different eventType prop e.g. ``. + - Viewing or searching datasets requires the user to have permission to `browse` + - Purchasing or trading a datatoken, or adding liquidity to a pool require the user to have permission to `consume` + - Publishing a dataset requires the user to have permission to `publish` +- You can change the permission restrictions by either removing the `Permission` component or passing in a different eventType prop e.g. ``. ## Allow and Deny List Settings From b398106238b2e805a7209ffa37218762a4e7f36d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 23 Jul 2021 10:49:04 +0200 Subject: [PATCH 3/3] Update CODEOWNERS (#751) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7e4ea6b40..11e3678e1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @mihaisc @kremalicious \ No newline at end of file +* @mihaisc @kremalicious @claudiaHash @bogdanfazakas @KatunaNorbert @jamiehewitt15 @DimitarSD