@oceanprotocol/lib 4.1.1 → 4.1.3

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.
@@ -38,7 +38,7 @@ export declare class Aquarius {
38
38
  * @param {AbortSignal} signal abort signal
39
39
  * @return {Promise<ValidateMetadata>}.
40
40
  */
41
- validate(ddo: DDO, signer?: Signer, providerUrl?: string, signal?: AbortSignal): Promise<ValidateMetadata>;
41
+ validate(ddo: DDO, signer: Signer, providerUrl: string, signal?: AbortSignal): Promise<ValidateMetadata>;
42
42
  /**
43
43
  * Search over the DDOs using a query.
44
44
  * @param {string} did DID of the asset
@@ -20,4 +20,4 @@ export declare function getOceanArtifactsAddressesByChainId(chain: number): any;
20
20
  * @returns index of the template on the list
21
21
  */
22
22
  export declare function calculateActiveTemplateIndex(owner: Signer, nftContractAddress: string, // addresses.ERC721Factory,
23
- template: string | number): Promise<number>;
23
+ template: string | number, chainID: number): Promise<number>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oceanprotocol/lib",
3
3
  "source": "./src/index.ts",
4
- "version": "4.1.1",
4
+ "version": "4.1.3",
5
5
  "description": "JavaScript client library for Ocean Protocol",
6
6
  "main": "./dist/lib.cjs",
7
7
  "umd:main": "dist/lib.umd.js",