From aa4574994b34759dc3fa5d5e632bf2c4e604905f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 01:45:30 -0700 Subject: [PATCH] Bump @oceanprotocol/lib from 1.0.0-next.45 to 1.0.0 (#452) Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 1.0.0-next.45 to 1.0.0. - [Release notes](https://github.com/oceanprotocol/ocean.js/releases) - [Changelog](https://github.com/oceanprotocol/ocean.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.45...v1.0.0) --- updated-dependencies: - dependency-name: "@oceanprotocol/lib" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a8a238d..bf9450d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.0", "license": "Apache-2.0", "dependencies": { - "@oceanprotocol/lib": "^1.0.0-next.45", + "@oceanprotocol/lib": "^1.0.0", "cross-fetch": "^3.1.4" }, "devDependencies": { @@ -828,9 +828,9 @@ "integrity": "sha512-rDCIooe1WHipLejuGhx2Wv/88SB7bWrN3+XHCWxXyPKTmmSQsgxKZPPzbIVBQ0ESChQZqGSBBJyqErqwwW4eBw==" }, "node_modules/@oceanprotocol/lib": { - "version": "1.0.0-next.45", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.45.tgz", - "integrity": "sha512-WsSMZubvS5kVu4p6jQzxeENWitXok7M6yKjuHW0uhYJIYNx8JrZsCgYp9yz0p73a+bEQazSnr1nmvc1jVLU8jQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0.tgz", + "integrity": "sha512-nJ8MBQZtv4fldTc9m2BlpvirImVOa3V2/ckJH1xGPQ4PZ4k5FZWmOQqM7LOdnwUJje661GT+SewR5MtNj/ewmw==", "dependencies": { "@oceanprotocol/contracts": "^1.0.0", "bignumber.js": "^9.0.2", @@ -14412,9 +14412,9 @@ "integrity": "sha512-rDCIooe1WHipLejuGhx2Wv/88SB7bWrN3+XHCWxXyPKTmmSQsgxKZPPzbIVBQ0ESChQZqGSBBJyqErqwwW4eBw==" }, "@oceanprotocol/lib": { - "version": "1.0.0-next.45", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.45.tgz", - "integrity": "sha512-WsSMZubvS5kVu4p6jQzxeENWitXok7M6yKjuHW0uhYJIYNx8JrZsCgYp9yz0p73a+bEQazSnr1nmvc1jVLU8jQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0.tgz", + "integrity": "sha512-nJ8MBQZtv4fldTc9m2BlpvirImVOa3V2/ckJH1xGPQ4PZ4k5FZWmOQqM7LOdnwUJje661GT+SewR5MtNj/ewmw==", "requires": { "@oceanprotocol/contracts": "^1.0.0", "bignumber.js": "^9.0.2", diff --git a/package.json b/package.json index 32d0b4e..3e1a01e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "typescript": "^4.6.4" }, "dependencies": { - "@oceanprotocol/lib": "^1.0.0-next.45", + "@oceanprotocol/lib": "^1.0.0", "cross-fetch": "^3.1.4" }, "repository": {