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

Release 2.1.1

This commit is contained in:
Matthias Kretschmann 2020-04-14 19:02:09 +02:00
parent 0934c1879b
commit a2f1985079
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 159 additions and 62 deletions

View File

@ -4,6 +4,17 @@ 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.1.1](https://github.com/oceanprotocol/squid-js/compare/v2.1.0...v2.1.1)
> 14 April 2020
- fix Brizo auth for compute [`#400`](https://github.com/oceanprotocol/squid-js/pull/400)
- Update @ethereum-navigator/navigator to the latest version 🚀 [`#398`](https://github.com/oceanprotocol/squid-js/pull/398)
- Update auto-changelog to the latest version 🚀 [`#404`](https://github.com/oceanprotocol/squid-js/pull/404)
- chore(package): update lockfile package-lock.json [`96bd22d`](https://github.com/oceanprotocol/squid-js/commit/96bd22d83581ecc4d25eadd4f17f9c9a68c636a0)
- fix signing [`795f849`](https://github.com/oceanprotocol/squid-js/commit/795f8494f99c4e771e70a8a33458f85ef89f36e4)
- fix auth & tests [`7de1b11`](https://github.com/oceanprotocol/squid-js/commit/7de1b110b0c1c3cd46de153b87db911e677be599)
#### [v2.1.0](https://github.com/oceanprotocol/squid-js/compare/v2.0.0...v2.1.0)
> 9 April 2020
@ -13,8 +24,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- freeWhiteList [`#395`](https://github.com/oceanprotocol/squid-js/pull/395)
- Update @types/sinon to the latest version 🚀 [`#397`](https://github.com/oceanprotocol/squid-js/pull/397)
- Add MetaData Edit & Retire (delete) [`9b04e9e`](https://github.com/oceanprotocol/squid-js/commit/9b04e9e413a6d7f0c7912e064995a9073a30c83a)
- add transferOwnership & related [`dc53af0`](https://github.com/oceanprotocol/squid-js/commit/dc53af095c319998449e7ffffc900a9466e6f22d)
- refactor & enhance tests [`b76577b`](https://github.com/oceanprotocol/squid-js/commit/b76577bda5b283c6898ca751c44c2d85e9dc9293)
- lint [`8bfa7ba`](https://github.com/oceanprotocol/squid-js/commit/8bfa7ba5930cf6ba7c6923f9c4a739a9d86adefa)
#### [v2.0.0](https://github.com/oceanprotocol/squid-js/compare/2.0.0-beta.4...v2.0.0)
@ -27,8 +38,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- freeWhiteList [`52fa436`](https://github.com/oceanprotocol/squid-js/commit/52fa436b87e2a4cc0e2dcf4d42cb44de3a5440ef)
- 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)
@ -44,34 +55,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 20 February 2020
- Adding output section [`#372`](https://github.com/oceanprotocol/squid-js/pull/372)
- add transferOwnership & related [`dc53af0`](https://github.com/oceanprotocol/squid-js/commit/dc53af095c319998449e7ffffc900a9466e6f22d)
- add Output Object passed to brizo [`a60e415`](https://github.com/oceanprotocol/squid-js/commit/a60e4159255aadeba00bec2e72cf0fbb4b71489c)
- lint [`b29ac25`](https://github.com/oceanprotocol/squid-js/commit/b29ac25de1a6a8f568a141067b0398d748e30985)
- lint fix [`6e2289b`](https://github.com/oceanprotocol/squid-js/commit/6e2289b27ddc8643076385ee3fe8cfb743d4ecfb)
- add Output interface [`9cf716e`](https://github.com/oceanprotocol/squid-js/commit/9cf716ebe472ec24603c1bcf052848ad4464d9dd)
#### [v2.0.0-beta.2](https://github.com/oceanprotocol/squid-js/compare/v1.3.0...v2.0.0-beta.2)
> 31 January 2020
- Release 2.0.0-beta.2 [`4e45a77`](https://github.com/oceanprotocol/squid-js/commit/4e45a773d67b0f4199ffd5eae00b06213ba5622f)
#### [v2.0.0-beta.1](https://github.com/oceanprotocol/squid-js/compare/v2.0.0-beta.0...v2.0.0-beta.1)
> 28 January 2020
- remove `index` parameter from ocean.assets.consume() [`138a6bf`](https://github.com/oceanprotocol/squid-js/commit/138a6bf75abc402396606fab3bc3701875d7a393)
- Release 2.0.0-beta.1 [`1d7105c`](https://github.com/oceanprotocol/squid-js/commit/1d7105cfb1e80cb45711517ae6840d9ac22e80a6)
#### [v2.0.0-beta.0](https://github.com/oceanprotocol/squid-js/compare/v1.2.0...v2.0.0-beta.0)
> 28 January 2020
- Update cross-env to the latest version 🚀 [`#363`](https://github.com/oceanprotocol/squid-js/pull/363)
- Update mocha to the latest version 🚀 [`#364`](https://github.com/oceanprotocol/squid-js/pull/364)
- new ocean.utils.services [`40754ca`](https://github.com/oceanprotocol/squid-js/commit/40754ca46a10578cfdf0f460a7c33ba37bb2ffde)
- DDO & compute test tweaks [`e7acadb`](https://github.com/oceanprotocol/squid-js/commit/e7acadb2fe91739eee1bff3589801f12c7ab0b1b)
- test data consolidation [`ac39369`](https://github.com/oceanprotocol/squid-js/commit/ac39369543779370b9be6f00b0f2063a7e50c763)
#### [v1.3.0](https://github.com/oceanprotocol/squid-js/compare/v2.0.0-beta.1...v1.3.0)
#### [v2.0.0-beta.2](https://github.com/oceanprotocol/squid-js/compare/v2.0.0-beta.1...v2.0.0-beta.2)
> 31 January 2020
@ -82,13 +70,45 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix compute unit tests [`e37420d`](https://github.com/oceanprotocol/squid-js/commit/e37420dabfd23d5f307be695992cac7324d47dd0)
- job status cleanup [`f11eaca`](https://github.com/oceanprotocol/squid-js/commit/f11eacaabdc15285ba78a8096e492fd8863c933a)
#### [v2.0.0-beta.1](https://github.com/oceanprotocol/squid-js/compare/v2.0.0-beta.0...v2.0.0-beta.1)
> 28 January 2020
- Update cross-env to the latest version 🚀 [`#363`](https://github.com/oceanprotocol/squid-js/pull/363)
- Update mocha to the latest version 🚀 [`#364`](https://github.com/oceanprotocol/squid-js/pull/364)
- chore(package): update lockfile package-lock.json [`46c4def`](https://github.com/oceanprotocol/squid-js/commit/46c4defee5beb43fbea41006c5957d086721aff9)
- remove `index` parameter from ocean.assets.consume() [`138a6bf`](https://github.com/oceanprotocol/squid-js/commit/138a6bf75abc402396606fab3bc3701875d7a393)
- chore(package): update lockfile package-lock.json [`eb141a6`](https://github.com/oceanprotocol/squid-js/commit/eb141a6d3d3131a65e4385f781568d015dac8429)
#### [v2.0.0-beta.0](https://github.com/oceanprotocol/squid-js/compare/v1.3.0...v2.0.0-beta.0)
> 28 January 2020
- new ocean.utils.services [`40754ca`](https://github.com/oceanprotocol/squid-js/commit/40754ca46a10578cfdf0f460a7c33ba37bb2ffde)
- DDO & compute test tweaks [`e7acadb`](https://github.com/oceanprotocol/squid-js/commit/e7acadb2fe91739eee1bff3589801f12c7ab0b1b)
- test data consolidation [`ac39369`](https://github.com/oceanprotocol/squid-js/commit/ac39369543779370b9be6f00b0f2063a7e50c763)
#### [v1.3.0](https://github.com/oceanprotocol/squid-js/compare/v1.2.0...v1.3.0)
> 31 January 2020
- switch to @ethereum-navigator for network lookup [`#366`](https://github.com/oceanprotocol/squid-js/pull/366)
- consolidate test files [`#371`](https://github.com/oceanprotocol/squid-js/pull/371)
- package updates [`#368`](https://github.com/oceanprotocol/squid-js/pull/368)
- Update cross-env to the latest version 🚀 [`#363`](https://github.com/oceanprotocol/squid-js/pull/363)
- Update mocha to the latest version 🚀 [`#364`](https://github.com/oceanprotocol/squid-js/pull/364)
- chore(package): update lockfile package-lock.json [`46c4def`](https://github.com/oceanprotocol/squid-js/commit/46c4defee5beb43fbea41006c5957d086721aff9)
- switch to @ethereum-navigator/navigator for network lookup [`92dbaae`](https://github.com/oceanprotocol/squid-js/commit/92dbaaeb25b26e28df644be356c347058ca1256a)
- chore(package): update lockfile package-lock.json [`eb141a6`](https://github.com/oceanprotocol/squid-js/commit/eb141a6d3d3131a65e4385f781568d015dac8429)
#### [v1.2.0](https://github.com/oceanprotocol/squid-js/compare/v1.1.0...v1.2.0)
> 23 January 2020
- Decouple aquarius from ocean [`#354`](https://github.com/oceanprotocol/squid-js/pull/354)
- merge fixes [`c8ea5f7`](https://github.com/oceanprotocol/squid-js/commit/c8ea5f77c2ec541fdbfb6f77cdabcd5691e4bffa)
- Release 1.2.0 [`56f7d11`](https://github.com/oceanprotocol/squid-js/commit/56f7d1113a6aa1f3318040fb32cfdcc22f5dc13b)
- Decoupled Aquarius class from Ocean class [`550ec76`](https://github.com/oceanprotocol/squid-js/commit/550ec76a35c5a9a731fcea3da7bf3f84aeae3ace)
- Fix lint errors. [`df1c4fa`](https://github.com/oceanprotocol/squid-js/commit/df1c4fafd7150ec8b20a6bc94db7e197f9e8fe67)
- Fixed broken tests [`dd599c9`](https://github.com/oceanprotocol/squid-js/commit/dd599c9f17dc317303a8f4f4317219abebdbc8e3)
#### [v1.1.0](https://github.com/oceanprotocol/squid-js/compare/v1.1.0-beta.0...v1.1.0)
@ -122,14 +142,76 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- lint fixes, bump Ocean components [`414c885`](https://github.com/oceanprotocol/squid-js/commit/414c885163325a69eb315b20f8fe3837bc557656)
- Release 1.0.0 [`df53099`](https://github.com/oceanprotocol/squid-js/commit/df530992a1e578ecb4459d54d2669972479ccb5b)
#### [v1.0.0-beta.7](https://github.com/oceanprotocol/squid-js/compare/v0.8.3...v1.0.0-beta.7)
#### [v1.0.0-beta.7](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.6...v1.0.0-beta.7)
> 22 November 2019
- added xDai [`#336`](https://github.com/oceanprotocol/squid-js/pull/336)
- fresh package-lock [`0552bcc`](https://github.com/oceanprotocol/squid-js/commit/0552bcc577fb83a5e9d683cb23dcbdfd23f0fa1c)
- Change linter config. [`3d7d1f3`](https://github.com/oceanprotocol/squid-js/commit/3d7d1f3972a665ccce4a1d712077435c1cd87459)
- tweak printWidth [`143fcbe`](https://github.com/oceanprotocol/squid-js/commit/143fcbecf3661d6a0da7f7d44f74d82caca41ad1)
#### [v1.0.0-beta.6](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.5...v1.0.0-beta.6)
> 15 November 2019
- bump packages [`42d6c45`](https://github.com/oceanprotocol/squid-js/commit/42d6c450981a3a01ccde81e17a56b25e95ed474b)
- add migration guide [`eede978`](https://github.com/oceanprotocol/squid-js/commit/eede97837a267478021c7616d84a80773e52c9b4)
- add required component versions to migration guide [`b5f2d07`](https://github.com/oceanprotocol/squid-js/commit/b5f2d078b925e969faba2105cebfd408bfadaaae)
#### [v1.0.0-beta.5](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.4...v1.0.0-beta.5)
> 14 November 2019
- v2: Web3.js 1.2.3 [`#331`](https://github.com/oceanprotocol/squid-js/pull/331)
- fresh package-lock [`350f831`](https://github.com/oceanprotocol/squid-js/commit/350f8317ce51ec77121a47e5b36d5febe6daf0e5)
- tweak printWidth [`e1c934f`](https://github.com/oceanprotocol/squid-js/commit/e1c934f5783c3517165af0b51aa957bd4a3853e1)
- refactoring for web3.js 1.2.2 [`cc54ccb`](https://github.com/oceanprotocol/squid-js/commit/cc54ccb172e0ccd0b9aee7ceb1244d8d135a8c10)
#### [v1.0.0-beta.4](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.3...v1.0.0-beta.4)
> 14 November 2019
- v2: add transferOwnership method [`#332`](https://github.com/oceanprotocol/squid-js/pull/332)
- search test tweaks [`3920d62`](https://github.com/oceanprotocol/squid-js/commit/3920d62ef9dd7f608b235982e34fb7a0c95c12d7)
- add ocean.assets.transferOwnership() [`e1ef7b0`](https://github.com/oceanprotocol/squid-js/commit/e1ef7b0f17c2f7d7bcc642b4fc1719acd0652a66)
- transferOwnership fixes, add integration test [`d3f9520`](https://github.com/oceanprotocol/squid-js/commit/d3f9520a5b4ad97c033d6fe212d538eae2758fd7)
#### [v1.0.0-beta.3](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.2...v1.0.0-beta.3)
> 12 November 2019
- Release 1.0.0-beta.3 [`e2151ec`](https://github.com/oceanprotocol/squid-js/commit/e2151ec72f54d8b83b7345b042199c44210c9e88)
- file.index typing fix [`22b0ecb`](https://github.com/oceanprotocol/squid-js/commit/22b0ecb33c580b2b00a08b212cc1fac46c1e39ad)
#### [v1.0.0-beta.2](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.1...v1.0.0-beta.2)
> 12 November 2019
- DDO updates, contentLength as string [`ae62a49`](https://github.com/oceanprotocol/squid-js/commit/ae62a49902aa71fbfdfb69180ee4467fab68930a)
- remove ddo.addChecksum [`e2e95c4`](https://github.com/oceanprotocol/squid-js/commit/e2e95c469c1c0738fee01722ce8967c08aacde82)
- Release 1.0.0-beta.2 [`dafb5c4`](https://github.com/oceanprotocol/squid-js/commit/dafb5c491ab61a06760e46504bc26cd7b49e0ad2)
#### [v1.0.0-beta.1](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.0...v1.0.0-beta.1)
> 7 November 2019
- hot fix: revert esModuleInterop [`#329`](https://github.com/oceanprotocol/squid-js/pull/329)
- bump packages [`#326`](https://github.com/oceanprotocol/squid-js/pull/326)
- Update @oceanprotocol/keeper-contracts to the latest version 🚀 [`#323`](https://github.com/oceanprotocol/squid-js/pull/323)
- switch Barge to --no-commons flag [`#321`](https://github.com/oceanprotocol/squid-js/pull/321)
- typescript updates [`9d95f14`](https://github.com/oceanprotocol/squid-js/commit/9d95f149d5e4314cd1ece9c4656f7055008da596)
- Change linter config. [`1a2b5cf`](https://github.com/oceanprotocol/squid-js/commit/1a2b5cfa1661978ae2b36e73e2a9ab9dcefc8a94)
- lock to web3.js 1.2.1 again [`7d393ed`](https://github.com/oceanprotocol/squid-js/commit/7d393edc254132132edda2f0840336e21f4847cf)
#### [v1.0.0-beta.0](https://github.com/oceanprotocol/squid-js/compare/v0.8.3...v1.0.0-beta.0)
> 24 September 2019
- Change linter config. [`3980a76`](https://github.com/oceanprotocol/squid-js/commit/3980a761f2d1ebcf70f4d8ee3083164da3ec7054)
- update metadata to OEP-8 v0.4 [`97fc9b9`](https://github.com/oceanprotocol/squid-js/commit/97fc9b96604bab3295239823b279e91cf31cccfc)
- Add EscrowComputeExecutionTemplate. [`03b29d4`](https://github.com/oceanprotocol/squid-js/commit/03b29d44b2e9e063c84cce9b2c64ee1bb5732d9f)
#### [v0.8.3](https://github.com/oceanprotocol/squid-js/compare/v0.8.2...v0.8.3)
> 22 November 2019
@ -568,8 +650,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 27 November 2018
- up, up it goes [`2a24529`](https://github.com/oceanprotocol/squid-js/commit/2a24529413d14be7dced3b09cf7d5260bb9c7a1d)
- fix fire lazers [`8d2b9c6`](https://github.com/oceanprotocol/squid-js/commit/8d2b9c62f2aa0288787ec02db84125fe3ad7132c)
- removed test page [`07f347c`](https://github.com/oceanprotocol/squid-js/commit/07f347cefc0e16f41f295cef12dd811d0701ba28)
- fix listener, add eventing, moved generation of conditions to template structure [`0c3c21b`](https://github.com/oceanprotocol/squid-js/commit/0c3c21b4c58278ba6a86a2697a3279c0df163950)
- added buy asset and grant access samples, prepare for consumption [`8d01863`](https://github.com/oceanprotocol/squid-js/commit/8d018633a997629f2df4094e25768e57dba7999f)
#### [v0.1.26](https://github.com/oceanprotocol/squid-js/compare/v0.1.25...v0.1.26)
@ -577,8 +659,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Webpack window.squid build [`#60`](https://github.com/oceanprotocol/squid-js/pull/60)
- webpack package builder [`7f3b4b1`](https://github.com/oceanprotocol/squid-js/commit/7f3b4b1f4847f152226702990baa5a70972a9b49)
- add event listener for lockPayment [`a904649`](https://github.com/oceanprotocol/squid-js/commit/a904649c3305c23d09e39f179c9216336644edcd)
- fix brizo connection [`43a5e53`](https://github.com/oceanprotocol/squid-js/commit/43a5e53d57ae4813c6771ab4e37297a10046b956)
- version bump [`efb4304`](https://github.com/oceanprotocol/squid-js/commit/efb43047f1a0b7944ac9cb9b2d29ee3022cc5e7b)
#### [v0.1.25](https://github.com/oceanprotocol/squid-js/compare/v0.1.24...v0.1.25)
@ -586,9 +667,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Deploy/es cjs umd min builds [`#59`](https://github.com/oceanprotocol/squid-js/pull/59)
- Feature/v0.1.24 [`#56`](https://github.com/oceanprotocol/squid-js/pull/56)
- fix listener, add eventing, moved generation of conditions to template structure [`0c3c21b`](https://github.com/oceanprotocol/squid-js/commit/0c3c21b4c58278ba6a86a2697a3279c0df163950)
- added buy asset and grant access samples, prepare for consumption [`8d01863`](https://github.com/oceanprotocol/squid-js/commit/8d018633a997629f2df4094e25768e57dba7999f)
- added event listener [`df475b6`](https://github.com/oceanprotocol/squid-js/commit/df475b69582b6477ae9c2f07f64d2c1f18dfe11e)
- added build strategies [`b07058b`](https://github.com/oceanprotocol/squid-js/commit/b07058b062652801e2add0d9bea87c45d9d5422e)
- bumpversion [`449afb3`](https://github.com/oceanprotocol/squid-js/commit/449afb39582d7df2237d657d0c6f7fb639a45375)
- module, browser, files (umd/unpkg) [`5f283ff`](https://github.com/oceanprotocol/squid-js/commit/5f283ff1c7f483a487c6b8839b2ff456d405af1f)
#### [v0.1.24](https://github.com/oceanprotocol/squid-js/compare/v0.1.23...v0.1.24)
@ -665,6 +746,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update @oceanprotocol/secret-store-client to the latest version 🚀 [`#51`](https://github.com/oceanprotocol/squid-js/pull/51)
- update lock [`41517ec`](https://github.com/oceanprotocol/squid-js/commit/41517ec24e67427aa8d03fd6024c85cb3d595f2c)
- added headers again [`750d240`](https://github.com/oceanprotocol/squid-js/commit/750d240f1c27eaab235f9f3dd735af7dac241167)
- chore(package): update lockfile package-lock.json [`1dead88`](https://github.com/oceanprotocol/squid-js/commit/1dead88cd83cfc364d1b6cb0da8133aa920f5caa)
#### [v0.1.14](https://github.com/oceanprotocol/squid-js/compare/v0.1.13...v0.1.14)
@ -672,7 +754,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- update secret store [`34ab057`](https://github.com/oceanprotocol/squid-js/commit/34ab057d197bfb4a3e332866d96498e6831e8b2a)
- revert [`9132659`](https://github.com/oceanprotocol/squid-js/commit/91326591faf9544ad6626df8fdd11442027d4a63)
- chore(package): update lockfile package-lock.json [`1dead88`](https://github.com/oceanprotocol/squid-js/commit/1dead88cd83cfc364d1b6cb0da8133aa920f5caa)
- maybe fix cors preflight [`3c23c49`](https://github.com/oceanprotocol/squid-js/commit/3c23c49827eb7cb1fbd9aa930592fd0a3786f7ad)
#### [v0.1.13](https://github.com/oceanprotocol/squid-js/compare/v0.1.12...v0.1.13)
@ -689,15 +771,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update @types/node to the latest version 🚀 [`#48`](https://github.com/oceanprotocol/squid-js/pull/48)
- update packages [`57a9786`](https://github.com/oceanprotocol/squid-js/commit/57a97867463499f709dd71909a293c13016ef1c8)
- chore(package): update lockfile package-lock.json [`94740ac`](https://github.com/oceanprotocol/squid-js/commit/94740ac53e76fa9aed6d5c6a8277b9f0be5aaf6a)
- update secret store client [`cfc0ce5`](https://github.com/oceanprotocol/squid-js/commit/cfc0ce58f1ffccd3c0b207b23bb6e142c7b1995d)
#### [v0.1.11](https://github.com/oceanprotocol/squid-js/compare/v0.1.10...v0.1.11)
> 14 November 2018
- chore(package): update lockfile package-lock.json [`94740ac`](https://github.com/oceanprotocol/squid-js/commit/94740ac53e76fa9aed6d5c6a8277b9f0be5aaf6a)
- added support for POA network [`3983c83`](https://github.com/oceanprotocol/squid-js/commit/3983c83eb9c47a5b276b3eb228a7e4307e5a8311)
- chore(package): update @types/node to version 10.12.6 [`f4a794d`](https://github.com/oceanprotocol/squid-js/commit/f4a794de63985e7ef86d9031c32be25ff56645bb)
#### [v0.1.10](https://github.com/oceanprotocol/squid-js/compare/v0.1.9...v0.1.10)
@ -757,22 +838,37 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- keeper contracts v0.3.16 [`c722ccf`](https://github.com/oceanprotocol/squid-js/commit/c722ccf58720d6feb345a09b293f3b48ec61a8ed)
#### [v0.1.2](https://github.com/oceanprotocol/squid-js/compare/v0.1.0-beta.20...v0.1.2)
#### [v0.1.2](https://github.com/oceanprotocol/squid-js/compare/v0.1.1...v0.1.2)
> 6 November 2018
- Update bignumber.js to the latest version 🚀 [`#39`](https://github.com/oceanprotocol/squid-js/pull/39)
- integrate DDO more [`6e2b270`](https://github.com/oceanprotocol/squid-js/commit/6e2b270a1fc672183b5df8d409ab2b4fc61f094c)
- rollback bignumber [`ae90878`](https://github.com/oceanprotocol/squid-js/commit/ae90878723ef539cf7eda4dbf3d69aeddfead4f7)
- added ddo business objects [`63e8452`](https://github.com/oceanprotocol/squid-js/commit/63e8452d69ed9faac30b7214dee1275a8cd11224)
- added searchAssets [`#34`](https://github.com/oceanprotocol/squid-js/pull/34)
- Update @oceanprotocol/keeper-contracts to the latest version 🚀 [`#35`](https://github.com/oceanprotocol/squid-js/pull/35)
- rename provider -> aquarius [`#33`](https://github.com/oceanprotocol/squid-js/pull/33)
- Squid v0.1.0 [`#20`](https://github.com/oceanprotocol/squid-js/pull/20)
- Migrated to TypeScript [`#18`](https://github.com/oceanprotocol/squid-js/pull/18)
- Update @oceanprotocol/keeper-contracts to the latest version 🚀 [`#17`](https://github.com/oceanprotocol/squid-js/pull/17)
- added automatic network discovery to squid [`#14`](https://github.com/oceanprotocol/squid-js/pull/14)
- Feature/Domain Driven Design [`#13`](https://github.com/oceanprotocol/squid-js/pull/13)
- Add basic usage instructions [`#11`](https://github.com/oceanprotocol/squid-js/pull/11)
- add codacy badge in right place [`#10`](https://github.com/oceanprotocol/squid-js/pull/10)
- Greenkeeper/initial [`#8`](https://github.com/oceanprotocol/squid-js/pull/8)
- setup github/npm releases [`#6`](https://github.com/oceanprotocol/squid-js/pull/6)
- dev updates [`#5`](https://github.com/oceanprotocol/squid-js/pull/5)
- rename to squid-js [`#4`](https://github.com/oceanprotocol/squid-js/pull/4)
- Initial version [`#1`](https://github.com/oceanprotocol/squid-js/pull/1)
- fresh package-lock.json [`1b91ce7`](https://github.com/oceanprotocol/squid-js/commit/1b91ce7ac24fb456e1d3e3ce71bb14b2e604e75b)
- moved purchase logic to squid, new structure, mockable contracts, first version of unit tests [`d63fc69`](https://github.com/oceanprotocol/squid-js/commit/d63fc69dabd3963645d62f7b6f2e701b3aaa5b50)
- migrated to typescript [`20c10a8`](https://github.com/oceanprotocol/squid-js/commit/20c10a8ef57da8da55fc78cd09f2b8e2ff8d972a)
#### v0.1.1
#### [v0.1.1](https://github.com/oceanprotocol/squid-js/compare/v0.1.0...v0.1.1)
> 31 August 2018
> 14 April 2020
- initial version [`7748395`](https://github.com/oceanprotocol/squid-js/commit/77483956aa8cdcde0c6c85e80893b0310f819dad)
- added es2015 transpile [`a6a25bb`](https://github.com/oceanprotocol/squid-js/commit/a6a25bbd1c6a4f24e2ea279ecb6dc3510fdeffac)
- Initial commit [`6a65837`](https://github.com/oceanprotocol/squid-js/commit/6a6583767daf7c3feb18384326452ad6701cadcc)
#### [v0.1.0](https://github.com/oceanprotocol/squid-js/compare/v0.1.0-beta.20...v0.1.0)
> 18 October 2018
#### [v0.1.0-beta.20](https://github.com/oceanprotocol/squid-js/compare/v0.1.0-beta.19...v0.1.0-beta.20)
@ -796,9 +892,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- added searchAssets [`#34`](https://github.com/oceanprotocol/squid-js/pull/34)
- Update @oceanprotocol/keeper-contracts to the latest version 🚀 [`#35`](https://github.com/oceanprotocol/squid-js/pull/35)
- moved secret store to secret-store-client-js [`717ca1d`](https://github.com/oceanprotocol/squid-js/commit/717ca1d07c0efccacbfed5c1ebc7d024f538a08b)
- added secret store connection [`2662a77`](https://github.com/oceanprotocol/squid-js/commit/2662a7795b59ed6a38e70c76010ff58d3d088e65)
- added serviceAgreementTemplates, wip [`df56556`](https://github.com/oceanprotocol/squid-js/commit/df56556e87d3e93acca78636b173eaf30b5a7ec3)
- added business objects form DIDRegistry and ServieAgreement, Added tests for DIDRegistry [`bb6de97`](https://github.com/oceanprotocol/squid-js/commit/bb6de972eb2091fd9e1100373c479d4ad43be758)
- added secret store [`fb5dcaf`](https://github.com/oceanprotocol/squid-js/commit/fb5dcaf52200bc55ab881e6b2ceea74f9c36178b)
#### [v0.1.0-beta.17](https://github.com/oceanprotocol/squid-js/compare/v0.1.0-beta.16...v0.1.0-beta.17)
@ -806,9 +902,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- rename provider -> aquarius [`#33`](https://github.com/oceanprotocol/squid-js/pull/33)
- Squid v0.1.0 [`#20`](https://github.com/oceanprotocol/squid-js/pull/20)
- moved secret store to secret-store-client-js [`717ca1d`](https://github.com/oceanprotocol/squid-js/commit/717ca1d07c0efccacbfed5c1ebc7d024f538a08b)
- added secret store connection [`2662a77`](https://github.com/oceanprotocol/squid-js/commit/2662a7795b59ed6a38e70c76010ff58d3d088e65)
- added encrypt and decrypt document [`b172a24`](https://github.com/oceanprotocol/squid-js/commit/b172a245b1255d610d4ec520c2b895308e5bfe33)
- added searchAssets [`192eecc`](https://github.com/oceanprotocol/squid-js/commit/192eecc3ae52d34f6323a3e9ddbe264dc7e514bd)
- added fetch mock [`43119ed`](https://github.com/oceanprotocol/squid-js/commit/43119ed6062df950174731b36a8b6e9b8616f378)
- fix asset test [`9b016af`](https://github.com/oceanprotocol/squid-js/commit/9b016afd4b70dd355ba1be138816175a87ecb022)
#### [v0.1.0-beta.16](https://github.com/oceanprotocol/squid-js/compare/v0.1.0-beta.15...v0.1.0-beta.16)
@ -830,6 +926,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 4 October 2018
- rename to squid-js [`#4`](https://github.com/oceanprotocol/squid-js/pull/4)
- Initial version [`#1`](https://github.com/oceanprotocol/squid-js/pull/1)
- moved purchase logic to squid, new structure, mockable contracts, first version of unit tests [`d63fc69`](https://github.com/oceanprotocol/squid-js/commit/d63fc69dabd3963645d62f7b6f2e701b3aaa5b50)
- update lock [`d8e7369`](https://github.com/oceanprotocol/squid-js/commit/d8e736907aa6488f14bfcefb98dc7cc3f3a50228)
- version 1.0.0-beta bump [`71edc43`](https://github.com/oceanprotocol/squid-js/commit/71edc436762eac02ef0cbd68cb5a7fb6383853dc)
@ -848,7 +946,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 24 September 2018
- Work In Progress: Refactor the ocean interface. [`82a149e`](https://github.com/oceanprotocol/squid-js/commit/82a149ec484c42279f6d4e6e1d1e21fc08f9801e)
- made purchaseAsset async because it is async [`ca3b159`](https://github.com/oceanprotocol/squid-js/commit/ca3b1597d645547e344b30198205b5adbbc15150)
#### [v0.0.10](https://github.com/oceanprotocol/squid-js/compare/v0.0.9...v0.0.10)
@ -893,7 +990,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Greenkeeper/initial [`#8`](https://github.com/oceanprotocol/squid-js/pull/8)
- setup github/npm releases [`#6`](https://github.com/oceanprotocol/squid-js/pull/6)
- dev updates [`#5`](https://github.com/oceanprotocol/squid-js/pull/5)
- rename to squid-js [`#4`](https://github.com/oceanprotocol/squid-js/pull/4)
- fresh package-lock.json [`1b91ce7`](https://github.com/oceanprotocol/squid-js/commit/1b91ce7ac24fb456e1d3e3ce71bb14b2e604e75b)
- setup linting [`35d22a5`](https://github.com/oceanprotocol/squid-js/commit/35d22a5a68ab5a2846161639d70eaab254162dd1)
- DDD refactoring [`1d7597d`](https://github.com/oceanprotocol/squid-js/commit/1d7597def8df2b40a416eebde025bb6a649a19b3)
@ -902,7 +998,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 6 September 2018
- Initial version [`#1`](https://github.com/oceanprotocol/squid-js/pull/1)
- added content to readme [`d0caa43`](https://github.com/oceanprotocol/squid-js/commit/d0caa436b5a0b51fe53b960d97e79f418389671f)
- rename -> squid-js [`1dbdd25`](https://github.com/oceanprotocol/squid-js/commit/1dbdd2516d6bf025fab55b7b2547c2c7b21355b2)
- added simple travis config [`95e926e`](https://github.com/oceanprotocol/squid-js/commit/95e926e413e2fe0fdf13624302a45629bb8fecf0)
@ -920,8 +1015,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- added env [`9cbb52d`](https://github.com/oceanprotocol/squid-js/commit/9cbb52dbedd72d0a79fbdc38c0c1a0e526129b2d)
- added contract loader [`97b8919`](https://github.com/oceanprotocol/squid-js/commit/97b891925b675f76ab2ed328eff507491eb657ac)
#### [v0.0.1](https://github.com/oceanprotocol/squid-js/compare/v0.1.1...v0.0.1)
#### v0.0.1
> 31 August 2018
- revert version to 0.0.0 [`f8c2f57`](https://github.com/oceanprotocol/squid-js/commit/f8c2f57f124de658bc2523c76200c143a1182487)
- initial version [`7748395`](https://github.com/oceanprotocol/squid-js/commit/77483956aa8cdcde0c6c85e80893b0310f819dad)
- added es2015 transpile [`a6a25bb`](https://github.com/oceanprotocol/squid-js/commit/a6a25bbd1c6a4f24e2ea279ecb6dc3510fdeffac)
- Initial commit [`6a65837`](https://github.com/oceanprotocol/squid-js/commit/6a6583767daf7c3feb18384326452ad6701cadcc)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "2.1.0",
"version": "2.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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