@oceanprotocol/lib 1.1.5 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/CodeExamples.md +1 -1
- package/dist/lib.js +1 -1
- package/dist/lib.js.map +1 -1
- package/dist/lib.modern.js +1 -1
- package/dist/lib.modern.js.map +1 -1
- package/dist/lib.module.js +1 -1
- package/dist/lib.module.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/src/@types/FileInfo.d.ts +5 -0
- package/dist/src/aquarius/Aquarius.d.ts +23 -0
- package/dist/src/provider/Provider.d.ts +1 -1
- package/dist/src/tokens/NFT.d.ts +10 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,50 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v1.1.8](https://github.com/oceanprotocol/ocean.js/compare/v1.1.7...v1.1.8)
|
|
8
|
+
|
|
9
|
+
- Let do any query in Aquarius [`#1576`](https://github.com/oceanprotocol/ocean.js/pull/1576)
|
|
10
|
+
- let do any query in Aquarius [`02b805a`](https://github.com/oceanprotocol/ocean.js/commit/02b805a45ddbc77a0d4675a06e73b31d0494d55f)
|
|
11
|
+
|
|
12
|
+
#### [v1.1.7](https://github.com/oceanprotocol/ocean.js/compare/v1.1.6...v1.1.7)
|
|
13
|
+
|
|
14
|
+
> 2 August 2022
|
|
15
|
+
|
|
16
|
+
- Issue-#1556: Add nft.setData() function [`#1558`](https://github.com/oceanprotocol/ocean.js/pull/1558)
|
|
17
|
+
- Bump terser from 5.10.0 to 5.14.2 [`#1564`](https://github.com/oceanprotocol/ocean.js/pull/1564)
|
|
18
|
+
- Issue-#1557: Add Aquarius.getAssetMetadata() and Aquarius.querySearch() functions [`#1560`](https://github.com/oceanprotocol/ocean.js/pull/1560)
|
|
19
|
+
- fix download [`#1563`](https://github.com/oceanprotocol/ocean.js/pull/1563)
|
|
20
|
+
- add querySearch() function [`8b952c6`](https://github.com/oceanprotocol/ocean.js/commit/8b952c6b05c50f3f29f2e4b44ace443adf07f10e)
|
|
21
|
+
- add getAssetMetadata() function [`76471f3`](https://github.com/oceanprotocol/ocean.js/commit/76471f367784360725ff05784a0b017be7c947c9)
|
|
22
|
+
- add setData function to NFT [`fc78894`](https://github.com/oceanprotocol/ocean.js/commit/fc78894753e2f24dd167a8e90401b56b1af938f8)
|
|
23
|
+
|
|
24
|
+
#### [v1.1.6](https://github.com/oceanprotocol/ocean.js/compare/v1.1.5...v1.1.6)
|
|
25
|
+
|
|
26
|
+
> 11 July 2022
|
|
27
|
+
|
|
28
|
+
- get files checksum using fileInfo helper [`#1555`](https://github.com/oceanprotocol/ocean.js/pull/1555)
|
|
29
|
+
- review provider URL [`#1554`](https://github.com/oceanprotocol/ocean.js/pull/1554)
|
|
30
|
+
- CI updates [`#1503`](https://github.com/oceanprotocol/ocean.js/pull/1503)
|
|
31
|
+
- Bump @typescript-eslint/eslint-plugin from 5.30.4 to 5.30.5 [`#1551`](https://github.com/oceanprotocol/ocean.js/pull/1551)
|
|
32
|
+
- Bump @typescript-eslint/parser from 5.30.4 to 5.30.5 [`#1550`](https://github.com/oceanprotocol/ocean.js/pull/1550)
|
|
33
|
+
- add digest [`#1549`](https://github.com/oceanprotocol/ocean.js/pull/1549)
|
|
34
|
+
- Bump @typescript-eslint/eslint-plugin from 5.30.0 to 5.30.4 [`#1548`](https://github.com/oceanprotocol/ocean.js/pull/1548)
|
|
35
|
+
- Bump @types/node from 18.0.0 to 18.0.1 [`#1547`](https://github.com/oceanprotocol/ocean.js/pull/1547)
|
|
36
|
+
- Bump typedoc from 0.23.2 to 0.23.5 [`#1542`](https://github.com/oceanprotocol/ocean.js/pull/1542)
|
|
37
|
+
- Bump eslint from 8.18.0 to 8.19.0 [`#1543`](https://github.com/oceanprotocol/ocean.js/pull/1543)
|
|
38
|
+
- Bump @truffle/hdwallet-provider from 2.0.9 to 2.0.10 [`#1544`](https://github.com/oceanprotocol/ocean.js/pull/1544)
|
|
39
|
+
- Bump @typescript-eslint/parser from 5.30.0 to 5.30.4 [`#1545`](https://github.com/oceanprotocol/ocean.js/pull/1545)
|
|
40
|
+
- Bump ts-node from 10.8.0 to 10.8.2 [`#1546`](https://github.com/oceanprotocol/ocean.js/pull/1546)
|
|
41
|
+
- Bump eslint-plugin-prettier from 4.1.0 to 4.2.1 [`#1541`](https://github.com/oceanprotocol/ocean.js/pull/1541)
|
|
42
|
+
- Release 1.1.6 [`bbab53c`](https://github.com/oceanprotocol/ocean.js/commit/bbab53c7bfe81b2c6bcbbcd9b02a1023dc59a5fb)
|
|
43
|
+
- add checksum param when fetching fileinfo and checksum aatribute to fileinfo interface [`00f776d`](https://github.com/oceanprotocol/ocean.js/commit/00f776d5404e0f5c8f7eec36460a65e258a69d81)
|
|
44
|
+
|
|
7
45
|
#### [v1.1.5](https://github.com/oceanprotocol/ocean.js/compare/v1.1.4...v1.1.5)
|
|
8
46
|
|
|
47
|
+
> 30 June 2022
|
|
48
|
+
|
|
9
49
|
- changed consume with orders [`#1540`](https://github.com/oceanprotocol/ocean.js/pull/1540)
|
|
50
|
+
- Release 1.1.5 [`db6c0b5`](https://github.com/oceanprotocol/ocean.js/commit/db6c0b5e98b61264f7ee58bfc9b9fe4db71f4d2b)
|
|
10
51
|
|
|
11
52
|
#### [v1.1.4](https://github.com/oceanprotocol/ocean.js/compare/v1.1.3...v1.1.4)
|
|
12
53
|
|
package/CodeExamples.md
CHANGED
|
@@ -190,7 +190,7 @@ Next, we define the metadata that will describe our data asset. This is what we
|
|
|
190
190
|
type: 'access',
|
|
191
191
|
files: '',
|
|
192
192
|
datatokenAddress: '0x0',
|
|
193
|
-
serviceEndpoint: 'https://
|
|
193
|
+
serviceEndpoint: 'https://v4.provider.rinkeby.oceanprotocol.com',
|
|
194
194
|
timeout: 0
|
|
195
195
|
}
|
|
196
196
|
]
|