@oceanprotocol/lib 1.0.0-next.34 → 1.0.0-next.35

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.
@@ -34,7 +34,7 @@ export declare class Provider {
34
34
  * @return {Promise<string>} urlDetails
35
35
  */
36
36
  getNonce(providerUri: string, consumerAddress: string, signal?: AbortSignal, providerEndpoints?: any, serviceEndpoints?: ServiceEndpoint[]): Promise<string>;
37
- signProviderRequest(web3: Web3, accountId: string, message: string): Promise<string>;
37
+ signProviderRequest(web3: Web3, accountId: string, message: string, password?: string): Promise<string>;
38
38
  /** Encrypt data using the Provider's own symmetric key
39
39
  * @param {string} data data in json format that needs to be sent , it can either be a DDO or a File array
40
40
  * @param {string} providerUri provider uri address
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oceanprotocol/lib",
3
3
  "source": "./src/index.ts",
4
- "version": "1.0.0-next.34",
4
+ "version": "1.0.0-next.35",
5
5
  "description": "JavaScript client library for Ocean Protocol",
6
6
  "main": "./dist/lib.js",
7
7
  "umd:main": "dist/lib.umd.js",