@seal-protocol/backendjs 0.0.75 → 0.0.76

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.
@@ -17,12 +17,6 @@ import type { SealSealContractConfig } from './seal-seal-contract-config';
17
17
  * @interface SealChainConfig
18
18
  */
19
19
  export interface SealChainConfig {
20
- /**
21
- *
22
- * @type {string}
23
- * @memberof SealChainConfig
24
- */
25
- 'chainId'?: string;
26
20
  /**
27
21
  *
28
22
  * @type {SealSealContractConfig}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seal-protocol/backendjs",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "description": "Javascript SDK for Seal Backend",
5
5
  "author": "amin <amin@refractedlabs.com>",
6
6
  "homepage": "https://github.com/seal-protocol/backend/tree/main/ts-client#readme",