1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Release 2.0.0

This commit is contained in:
Matthias Kretschmann 2020-03-26 12:05:16 +01:00
parent 30fe06ba0c
commit b8fad6bf4a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 13 additions and 5 deletions

View File

@ -4,11 +4,19 @@ 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).
#### [v2.0.0-beta.5](https://github.com/oceanprotocol/squid-js/compare/2.0.0-beta.4...v2.0.0-beta.5)
#### [v2.0.0](https://github.com/oceanprotocol/squid-js/compare/2.0.0-beta.4...v2.0.0)
> 10 March 2020
> 26 March 2020
- Update the compute condition name in ddo jason definition. [`#380`](https://github.com/oceanprotocol/squid-js/pull/380)
- add encodeURIComponent if AlgoMetadata is used [`#390`](https://github.com/oceanprotocol/squid-js/pull/390)
- Feature/compute service [`#381`](https://github.com/oceanprotocol/squid-js/pull/381)
- Update typedoc to the latest version 🚀 [`#389`](https://github.com/oceanprotocol/squid-js/pull/389)
- package updates [`#384`](https://github.com/oceanprotocol/squid-js/pull/384)
- Fix compute when not using published algo [`#387`](https://github.com/oceanprotocol/squid-js/pull/387)
- Replace serviceExecution with computeExecution. [`#380`](https://github.com/oceanprotocol/squid-js/pull/380)
- fix compute & added createAccessServiceAttributes [`e787266`](https://github.com/oceanprotocol/squid-js/commit/e7872666faf6e1b0c9868613823bb843d8609756)
- chore(package): update lockfile package-lock.json [`fd77a00`](https://github.com/oceanprotocol/squid-js/commit/fd77a00e1b06b25b45030453107eb8252ba0b590)
- add integration test for compute with a rawcode algo [`40b2ccf`](https://github.com/oceanprotocol/squid-js/commit/40b2ccffeacd31ab46f2ae3180f7d5c8550ebd98)
#### [2.0.0-beta.4](https://github.com/oceanprotocol/squid-js/compare/v2.0.0-beta.3...2.0.0-beta.4)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "2.0.0-beta.5",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "2.0.0-beta.5",
"version": "2.0.0",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/squid.js",
"typings": "./dist/node/squid.d.ts",