@towns-protocol/react-sdk 0.0.211 → 0.0.213

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.
@@ -13,7 +13,7 @@ import { type ActionConfig } from './internals/useAction';
13
13
  export declare const useScrollback: (streamId: string, config?: ActionConfig<MessageTimeline["scrollback"]>) => {
14
14
  data: {
15
15
  terminus: boolean;
16
- firstEvent?: import("@towns-protocol/sdk").TimelineEvent;
16
+ fromInclusiveMiniblockNum: bigint;
17
17
  } | undefined;
18
18
  error: Error | undefined;
19
19
  isPending: boolean;
@@ -21,7 +21,7 @@ export declare const useScrollback: (streamId: string, config?: ActionConfig<Mes
21
21
  isError: boolean;
22
22
  scrollback: () => Promise<{
23
23
  terminus: boolean;
24
- firstEvent?: import("@towns-protocol/sdk").TimelineEvent;
24
+ fromInclusiveMiniblockNum: bigint;
25
25
  }>;
26
26
  };
27
27
  //# sourceMappingURL=useScrollback.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@towns-protocol/react-sdk",
3
3
  "description": "React Hooks for Towns Protocol SDK",
4
- "version": "0.0.211",
4
+ "version": "0.0.213",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  "watch": "yarn build -w"
22
22
  },
23
23
  "dependencies": {
24
- "@towns-protocol/sdk": "^0.0.211",
24
+ "@towns-protocol/sdk": "^0.0.213",
25
25
  "ethers": "^5.7.2"
26
26
  },
27
27
  "devDependencies": {
@@ -70,5 +70,5 @@
70
70
  },
71
71
  "sideEffects": false,
72
72
  "typings": "./dist/types/index.d.ts",
73
- "gitHead": "9e08186c659ab48f2b790580eae3b4ea11799e75"
73
+ "gitHead": "22c9d95b93861a2ec04fdfda4959da3be24764cb"
74
74
  }