@towns-protocol/react-sdk 0.0.298 → 0.0.299

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.
@@ -1,4 +1,4 @@
1
- import type { Gdms } from '@towns-protocol/sdk/dist/sync-agent/gdms/gdms';
1
+ import type { Gdms } from '@towns-protocol/sdk';
2
2
  import type { ObservableConfig } from './useObservable';
3
3
  /**
4
4
  * Hook to get the group dm streams of the current user.
@@ -1 +1 @@
1
- {"version":3,"file":"useUserGdms.d.ts","sourceRoot":"","sources":["../../src/useUserGdms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,+CAA+C,CAAA;AACzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAGvD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,WAAW,GAAI,SAAS,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC;;;;;;;CAGzE,CAAA"}
1
+ {"version":3,"file":"useUserGdms.d.ts","sourceRoot":"","sources":["../../src/useUserGdms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAA;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAGvD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,WAAW,GAAI,SAAS,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC;;;;;;;CAGzE,CAAA"}
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.298",
4
+ "version": "0.0.299",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "watch": "yarn build -w"
19
19
  },
20
20
  "dependencies": {
21
- "@towns-protocol/sdk": "^0.0.298",
21
+ "@towns-protocol/sdk": "^0.0.299",
22
22
  "ethers": "^5.7.2"
23
23
  },
24
24
  "devDependencies": {
@@ -70,5 +70,5 @@
70
70
  },
71
71
  "sideEffects": false,
72
72
  "typings": "./dist/types/index.d.ts",
73
- "gitHead": "2a6603809d5b42ed045982f00810356392274eaa"
73
+ "gitHead": "231ad305b5e560bc497ecc9c1a1871dd0dce9f78"
74
74
  }
@@ -1,4 +1,4 @@
1
- import type { Gdms } from '@towns-protocol/sdk/dist/sync-agent/gdms/gdms'
1
+ import type { Gdms } from '@towns-protocol/sdk'
2
2
  import type { ObservableConfig } from './useObservable'
3
3
  import { useTowns } from './useTowns'
4
4