document-model 1.0.37 → 1.0.38

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.
@@ -208,7 +208,6 @@ export type ENSInfo = {
208
208
  };
209
209
  export type User = {
210
210
  address: `0x${string}`;
211
- networkId: string;
212
211
  chainId: number;
213
212
  ens?: ENSInfo;
214
213
  };
@@ -208,7 +208,6 @@ export type ENSInfo = {
208
208
  };
209
209
  export type User = {
210
210
  address: `0x${string}`;
211
- networkId: string;
212
211
  chainId: number;
213
212
  ens?: ENSInfo;
214
213
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-model",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "license": "AGPL-3.0-only",
5
5
  "private": false,
6
6
  "files": [