@dxos/react-client 2.33.5-dev.ea3876ba → 2.33.5-dev.fee8f5fe

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.
Files changed (91) hide show
  1. package/.rush/temp/package-deps_build.json +14 -14
  2. package/.rush/temp/{package-deps_build:test.json → package-deps_build_test.json} +14 -14
  3. package/.rush/temp/shrinkwrap-deps.json +101 -69
  4. package/dist/src/banner.d.ts +1 -1
  5. package/dist/src/banner.d.ts.map +1 -1
  6. package/dist/src/banner.js +2 -2
  7. package/dist/src/banner.js.map +1 -1
  8. package/dist/src/containers/BotFactoryClientProvider.js +5 -1
  9. package/dist/src/containers/BotFactoryClientProvider.js.map +1 -1
  10. package/dist/src/containers/ClientProvider.js +5 -1
  11. package/dist/src/containers/ClientProvider.js.map +1 -1
  12. package/dist/src/containers/index.js +5 -1
  13. package/dist/src/containers/index.js.map +1 -1
  14. package/dist/src/hooks/bot-factory/index.js +5 -1
  15. package/dist/src/hooks/bot-factory/index.js.map +1 -1
  16. package/dist/src/hooks/client/index.js +5 -1
  17. package/dist/src/hooks/client/index.js.map +1 -1
  18. package/dist/src/hooks/client/useProfile.d.ts.map +1 -1
  19. package/dist/src/hooks/client/useProfile.js +1 -3
  20. package/dist/src/hooks/client/useProfile.js.map +1 -1
  21. package/dist/src/hooks/echo-queries/index.js +5 -1
  22. package/dist/src/hooks/echo-queries/index.js.map +1 -1
  23. package/dist/src/hooks/echo-queries/useParties.d.ts +1 -1
  24. package/dist/src/hooks/echo-queries/useParties.d.ts.map +1 -1
  25. package/dist/src/hooks/echo-selections/index.js +5 -1
  26. package/dist/src/hooks/echo-selections/index.js.map +1 -1
  27. package/dist/src/hooks/echo-selections/useSelection.js +1 -3
  28. package/dist/src/hooks/echo-selections/useSelection.js.map +1 -1
  29. package/dist/src/hooks/echo-selections/useSelection.test.js +3 -5
  30. package/dist/src/hooks/echo-selections/useSelection.test.js.map +1 -1
  31. package/dist/src/hooks/index.js +5 -1
  32. package/dist/src/hooks/index.js.map +1 -1
  33. package/dist/src/hooks/invitations/index.js +5 -1
  34. package/dist/src/hooks/invitations/index.js.map +1 -1
  35. package/dist/src/hooks/invitations/useHaloInvitations.d.ts.map +1 -1
  36. package/dist/src/hooks/invitations/useHaloInvitations.js +1 -3
  37. package/dist/src/hooks/invitations/useHaloInvitations.js.map +1 -1
  38. package/dist/src/hooks/invitations/usePartyInvitations.d.ts +1 -1
  39. package/dist/src/hooks/invitations/usePartyInvitations.d.ts.map +1 -1
  40. package/dist/src/hooks/invitations/usePartyInvitations.js +1 -2
  41. package/dist/src/hooks/invitations/usePartyInvitations.js.map +1 -1
  42. package/dist/src/hooks/util/index.js +5 -1
  43. package/dist/src/hooks/util/index.js.map +1 -1
  44. package/dist/src/hooks/util/useResultSet.d.ts +1 -1
  45. package/dist/src/hooks/util/useResultSet.d.ts.map +1 -1
  46. package/dist/src/hooks/util/useResultSet.js +4 -6
  47. package/dist/src/hooks/util/useResultSet.js.map +1 -1
  48. package/dist/src/hooks/wns/index.js +5 -1
  49. package/dist/src/hooks/wns/index.js.map +1 -1
  50. package/dist/src/hooks/wns/registry.d.ts.map +1 -1
  51. package/dist/src/hooks/wns/registry.js +1 -3
  52. package/dist/src/hooks/wns/registry.js.map +1 -1
  53. package/dist/src/index.js +5 -1
  54. package/dist/src/index.js.map +1 -1
  55. package/dist/stories/client.stories.d.ts.map +1 -1
  56. package/dist/stories/client.stories.js +9 -9
  57. package/dist/stories/client.stories.js.map +1 -1
  58. package/dist/stories/halo-invitations.stories.js +5 -1
  59. package/dist/stories/halo-invitations.stories.js.map +1 -1
  60. package/dist/stories/halo-recovery.stories.d.ts.map +1 -1
  61. package/dist/stories/halo-recovery.stories.js +11 -9
  62. package/dist/stories/halo-recovery.stories.js.map +1 -1
  63. package/dist/stories/helpers/ContactsSelector.d.ts.map +1 -1
  64. package/dist/stories/helpers/ContactsSelector.js +5 -7
  65. package/dist/stories/helpers/ContactsSelector.js.map +1 -1
  66. package/dist/stories/helpers/JsonPanel.d.ts.map +1 -1
  67. package/dist/stories/helpers/JsonPanel.js +7 -9
  68. package/dist/stories/helpers/JsonPanel.js.map +1 -1
  69. package/dist/stories/helpers/PartyJoinPanel.js +5 -1
  70. package/dist/stories/helpers/PartyJoinPanel.js.map +1 -1
  71. package/dist/stories/helpers/index.js +5 -1
  72. package/dist/stories/helpers/index.js.map +1 -1
  73. package/dist/stories/party-invitations.stories.js +5 -1
  74. package/dist/stories/party-invitations.stories.js.map +1 -1
  75. package/dist/tsconfig.tsbuildinfo +1 -1
  76. package/out/book/esbuild-server-book.js +35784 -13058
  77. package/package.json +22 -22
  78. package/react-client.build.log +21 -0
  79. package/src/banner.ts +2 -2
  80. package/src/hooks/client/useProfile.ts +1 -3
  81. package/src/hooks/echo-selections/useSelection.test.tsx +3 -5
  82. package/src/hooks/echo-selections/useSelection.ts +1 -5
  83. package/src/hooks/invitations/useHaloInvitations.ts +1 -3
  84. package/src/hooks/util/useResultSet.ts +4 -6
  85. package/src/hooks/wns/registry.ts +1 -3
  86. package/stories/client.stories.tsx +6 -10
  87. package/stories/halo-recovery.stories.tsx +3 -5
  88. package/stories/helpers/ContactsSelector.tsx +3 -5
  89. package/stories/helpers/JsonPanel.tsx +3 -5
  90. package/tsconfig.json +10 -10
  91. package/.rush/temp/package-deps_prerelease.json +0 -60
package/package.json CHANGED
@@ -1,50 +1,50 @@
1
1
  {
2
2
  "name": "@dxos/react-client",
3
- "version": "2.33.5-dev.ea3876ba",
3
+ "version": "2.33.5-dev.fee8f5fe",
4
4
  "description": "React client API",
5
5
  "license": "MIT",
6
6
  "author": "DXOS.org",
7
7
  "main": "dist/src/index.js",
8
8
  "types": "dist/src/index.d.ts",
9
9
  "dependencies": {
10
- "@dxos/async": "2.33.5-dev.ea3876ba",
11
- "@dxos/bot-factory-client": "2.33.5-dev.ea3876ba",
12
- "@dxos/client": "2.33.5-dev.ea3876ba",
13
- "@dxos/config": "2.33.5-dev.ea3876ba",
14
- "@dxos/credentials": "2.33.5-dev.ea3876ba",
15
- "@dxos/crypto": "2.33.5-dev.ea3876ba",
16
- "@dxos/debug": "2.33.5-dev.ea3876ba",
17
- "@dxos/echo-db": "2.33.5-dev.ea3876ba",
18
- "@dxos/network-manager": "2.33.5-dev.ea3876ba",
19
- "@dxos/react-async": "2.33.5-dev.ea3876ba",
20
- "@dxos/util": "2.33.5-dev.ea3876ba",
10
+ "@dxos/async": "2.33.5-dev.fee8f5fe",
11
+ "@dxos/bot-factory-client": "2.33.5-dev.fee8f5fe",
12
+ "@dxos/client": "2.33.5-dev.fee8f5fe",
13
+ "@dxos/config": "2.33.5-dev.fee8f5fe",
14
+ "@dxos/credentials": "2.33.5-dev.fee8f5fe",
15
+ "@dxos/crypto": "2.33.5-dev.fee8f5fe",
16
+ "@dxos/debug": "2.33.5-dev.fee8f5fe",
17
+ "@dxos/echo-db": "2.33.5-dev.fee8f5fe",
18
+ "@dxos/network-manager": "2.33.5-dev.fee8f5fe",
19
+ "@dxos/react-async": "2.33.5-dev.fee8f5fe",
20
+ "@dxos/util": "2.33.5-dev.fee8f5fe",
21
21
  "assert": "^2.0.0",
22
22
  "debug": "^4.3.3",
23
- "use-subscription": "^1.4.1"
23
+ "use-subscription": "^1.8.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@dxos/esbuild-plugins": "~2.28.7",
27
- "@dxos/eslint-plugin": "~1.0.27",
26
+ "@dxos/esbuild-plugins": "~2.28.9",
27
+ "@dxos/eslint-plugin": "~1.0.33",
28
28
  "@dxos/protocols-toolchain": "2.33.4",
29
- "@mui/material": "^5.4.2",
29
+ "@mui/material": "^5.8.1",
30
30
  "@testing-library/react": "^11.0.4",
31
31
  "@testing-library/react-hooks": "5.1.2",
32
32
  "@types/debug": "^4.1.7",
33
33
  "@types/level-js": "~4.0.1",
34
34
  "@types/mocha": "~8.2.2",
35
35
  "@types/node": "^16.11.27",
36
- "@types/react": "^17.0.24",
37
- "@types/react-dom": "^17.0.9",
36
+ "@types/react": "^18.0.9",
37
+ "@types/react-dom": "^18.0.5",
38
38
  "@types/testing-library__jest-dom": "~5.9.5",
39
39
  "@types/use-subscription": "^1.0.0",
40
40
  "eslint": "^7.12.1",
41
41
  "expect": "~27.0.2",
42
42
  "level-js": "^5.0.2",
43
43
  "raf": "^3.4.1",
44
- "react": "^17.0.2",
45
- "react-dom": "^17.0.2",
46
- "react-test-renderer": "^17.0.2",
47
- "typescript": "^4.5.2",
44
+ "react": "^18.1.0",
45
+ "react-dom": "^18.1.0",
46
+ "react-test-renderer": "^18.1.0",
47
+ "typescript": "^4.7.2",
48
48
  "wait-for-expect": "^3.0.2"
49
49
  },
50
50
  "peerDependencies": {
@@ -0,0 +1,21 @@
1
+ Invoking: toolchain build:test
2
+
3
+ Tests started
4
+ Typescript
5
+ OK in 8156 ms
6
+ no problems
7
+ OK in 8554 ms
8
+
9
+ Mocha Tests
10
+
11
+
12
+ useSelection
13
+ Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot
14
+ ✓ gets updated items selection (253ms)
15
+
16
+
17
+ 1 passing (260ms)
18
+
19
+ OK in 2417 ms
20
+
21
+ Tests complete in 19153 ms
package/src/banner.ts CHANGED
@@ -15,11 +15,11 @@ const BANNER = (client: Client) => '\n' +
15
15
 
16
16
  let bannerPrinted = false;
17
17
 
18
- export function printBanner (client: Client) {
18
+ export const printBanner = (client: Client) => {
19
19
  if (bannerPrinted) {
20
20
  return;
21
21
  }
22
22
 
23
23
  bannerPrinted = true;
24
24
  console.log(BANNER(client));
25
- }
25
+ };
@@ -14,9 +14,7 @@ export const useProfile = () => {
14
14
  const client = useClient();
15
15
  const [profile, setProfile] = useState(() => client.halo.profile);
16
16
 
17
- useEffect(() => {
18
- return client.halo.subscribeToProfile(() => setProfile(client.halo.profile));
19
- }, [client]);
17
+ useEffect(() => client.halo.subscribeToProfile(() => setProfile(client.halo.profile)), [client]);
20
18
 
21
19
  return profile;
22
20
  };
@@ -16,16 +16,14 @@ import { useSelection } from './useSelection';
16
16
  const count = 10;
17
17
  const TYPE_EXAMPLE = 'example:type/org';
18
18
 
19
- const useTestComponents = async () => {
19
+ const createTestComponents = async () => {
20
20
  const config = {};
21
21
  const client = new Client(config);
22
22
  await client.initialize();
23
23
  await client.halo.createProfile();
24
24
 
25
25
  const party = await client.echo.createParty();
26
- const items = await Promise.all(Array.from({ length: count }).map(async () => {
27
- return await party.database.createItem({ type: TYPE_EXAMPLE });
28
- }));
26
+ const items = await Promise.all(Array.from({ length: count }).map(async () => await party.database.createItem({ type: TYPE_EXAMPLE })));
29
27
  expect(items.length).toBe(count);
30
28
 
31
29
  return { client, party };
@@ -57,7 +55,7 @@ afterEach(() => {
57
55
 
58
56
  describe.only('useSelection', () => {
59
57
  it('gets updated items selection', async () => {
60
- const { party } = await useTestComponents();
58
+ const { party } = await createTestComponents();
61
59
  act(() => {
62
60
  ReactDOM.render(<UseSelectionTestComponent party={party} />, rootContainer);
63
61
  });
@@ -81,8 +81,4 @@ export const useReducer = <T extends Entity<any>, R> (
81
81
  /**
82
82
  * @param value Selection or SelectionResult from hook.
83
83
  */
84
- const coerceSelection = <T extends Entity>(
85
- value: Selection<T> | SelectionResult<T> | Falsy
86
- ): SelectionResult<T> | undefined => {
87
- return !value ? undefined : value instanceof Selection ? value.exec() : value;
88
- };
84
+ const coerceSelection = <T extends Entity>(value: Selection<T> | SelectionResult<T> | Falsy): SelectionResult<T> | undefined => !value ? undefined : value instanceof Selection ? value.exec() : value;
@@ -6,6 +6,4 @@ import { Client, HaloProxy } from '@dxos/client';
6
6
 
7
7
  import { useInvitations } from './useInvitations';
8
8
 
9
- export const useHaloInvitations = (client: Client) => {
10
- return useInvitations((client.halo as HaloProxy).invitationProxy);
11
- };
9
+ export const useHaloInvitations = (client: Client) => useInvitations((client.halo as HaloProxy).invitationProxy);
@@ -13,9 +13,7 @@ import { ResultSet } from '@dxos/client';
13
13
  * @param resultSet The result set to subscribe to
14
14
  * @returns Always up-to-date value of the result set
15
15
  */
16
- export function useResultSet<T> (resultSet: ResultSet<T>): T[] {
17
- return useSubscription(useMemo(() => ({
18
- getCurrentValue: () => resultSet.value,
19
- subscribe: (cb: any) => resultSet.subscribe(cb)
20
- }), [resultSet]));
21
- }
16
+ export const useResultSet = <T>(resultSet: ResultSet<T>): T[] => useSubscription(useMemo(() => ({
17
+ getCurrentValue: () => resultSet.value,
18
+ subscribe: (cb: any) => resultSet.subscribe(cb)
19
+ }), [resultSet]));
@@ -7,6 +7,4 @@
7
7
  * See `useRegistryBots` and `useBotFactories` for higher-level hooks.
8
8
  * @deprecated Use DXNS registry.
9
9
  */
10
- export const useWNSRegistry = (): any => {
11
- return undefined as any;
12
- };
10
+ export const useWNSRegistry = (): any => undefined as any;
@@ -25,18 +25,14 @@ const TestApp = () => {
25
25
  );
26
26
  };
27
27
 
28
- export const Primary = () => {
29
- return (
30
- <ClientProvider>
28
+ export const Primary = () => (
29
+ <ClientProvider>
31
30
  <TestApp />
32
31
  </ClientProvider>
33
- );
34
- };
32
+ );
35
33
 
36
- export const Secondary = () => {
37
- return (
38
- <ClientProvider config={() => ({})}>
34
+ export const Secondary = () => (
35
+ <ClientProvider config={() => ({})}>
39
36
  <TestApp />
40
37
  </ClientProvider>
41
- );
42
- };
38
+ );
@@ -108,9 +108,8 @@ const TestApp = () => {
108
108
  );
109
109
  };
110
110
 
111
- export const HaloRecovery = () => {
112
- return (
113
- <Container>
111
+ export const HaloRecovery = () => (
112
+ <Container>
114
113
  <Box sx={{ display: 'flex', flex: 1, padding: 1, justifyContent: 'space-around' }}>
115
114
  {/* Instantiated Client. */}
116
115
  <ClientProvider>
@@ -122,5 +121,4 @@ export const HaloRecovery = () => {
122
121
  </ClientProvider>
123
122
  </Box>
124
123
  </Container>
125
- );
126
- };
124
+ );
@@ -15,9 +15,8 @@ export const ContactsSelector = ({ contacts, selected = '', onSelect }: {
15
15
  contacts: any[],
16
16
  selected?: string,
17
17
  onSelect: (selected: string) => void
18
- }) => {
19
- return (
20
- <FormControl fullWidth>
18
+ }) => (
19
+ <FormControl fullWidth>
21
20
  <InputLabel id='contact-select-label'>Contact</InputLabel>
22
21
  <Select
23
22
  value={selected || ''}
@@ -33,5 +32,4 @@ export const ContactsSelector = ({ contacts, selected = '', onSelect }: {
33
32
  ))}
34
33
  </Select>
35
34
  </FormControl>
36
- );
37
- };
35
+ );
@@ -4,9 +4,8 @@
4
4
 
5
5
  import React from 'react';
6
6
 
7
- export const JsonPanel = ({ value }: { value: any }) => {
8
- return (
9
- <pre
7
+ export const JsonPanel = ({ value }: { value: any }) => (
8
+ <pre
10
9
  style={{
11
10
  margin: 0,
12
11
  // code whiteSpace: 'pre-wrap',
@@ -17,5 +16,4 @@ export const JsonPanel = ({ value }: { value: any }) => {
17
16
  >
18
17
  {JSON.stringify(value, undefined, 2)}
19
18
  </pre>
20
- );
21
- };
19
+ );
package/tsconfig.json CHANGED
@@ -14,38 +14,38 @@
14
14
  "tests"
15
15
  ],
16
16
  "references": [
17
- {
18
- "path": "../../common/async"
19
- },
20
17
  {
21
18
  "path": "../../bot/bot-factory-client"
22
19
  },
23
20
  {
24
- "path": "../client"
21
+ "path": "../../common/async"
25
22
  },
26
23
  {
27
- "path": "../config"
24
+ "path": "../../common/crypto"
28
25
  },
29
26
  {
30
- "path": "../../halo/credentials"
27
+ "path": "../../common/debug"
31
28
  },
32
29
  {
33
- "path": "../../common/crypto"
30
+ "path": "../../common/react-async"
34
31
  },
35
32
  {
36
- "path": "../../common/debug"
33
+ "path": "../../common/util"
37
34
  },
38
35
  {
39
36
  "path": "../../echo/echo-db"
40
37
  },
38
+ {
39
+ "path": "../../halo/credentials"
40
+ },
41
41
  {
42
42
  "path": "../../mesh/network-manager"
43
43
  },
44
44
  {
45
- "path": "../../common/react-async"
45
+ "path": "../client"
46
46
  },
47
47
  {
48
- "path": "../../common/util"
48
+ "path": "../config"
49
49
  }
50
50
  ]
51
51
  }
@@ -1,60 +0,0 @@
1
- {
2
- "files": {
3
- "packages/sdk/react-client/.rush/temp/shrinkwrap-deps.json": "9c3aeab1b36d2981f6601af312585610c0fefaf0",
4
- "packages/sdk/react-client/.eslintrc.js": "9163b4df6ca99b069e015cef575b6b2a48bc3bb4",
5
- "packages/sdk/react-client/README.md": "f781dc2b0cf91ac94e4ee57e8c2e9c24d371e575",
6
- "packages/sdk/react-client/dx.yml": "fec08e8e0e62b021c09078bc00c4396d4c35f6bd",
7
- "packages/sdk/react-client/esbuild-server.config.js": "242d722f300c89d550d1a3572c9eaed2f81b0a85",
8
- "packages/sdk/react-client/package.json": "b64920e8fb590e95661a66db5b064d1928f1beea",
9
- "packages/sdk/react-client/src/banner.ts": "1e1705aa033d5fe2ecd29bce0c96ef03bfb1917f",
10
- "packages/sdk/react-client/src/containers/BotFactoryClientProvider.tsx": "b16314ca134f26d34334a7b49a419e333b431540",
11
- "packages/sdk/react-client/src/containers/ClientProvider.test.tsx": "dc7ff4b7baf181522f3ab4210aed35361fd30939",
12
- "packages/sdk/react-client/src/containers/ClientProvider.tsx": "2b8895bc48a18d642a24ee6f4e309eacfcdcb735",
13
- "packages/sdk/react-client/src/containers/index.ts": "4c21d2b05b99ebd46b0e4bdce2963a62f4efc508",
14
- "packages/sdk/react-client/src/hooks/bot-factory/index.ts": "970b504d70018209eed44806152b76a612e5853c",
15
- "packages/sdk/react-client/src/hooks/bot-factory/useBotFactoryClient.ts": "e565967ff0cdd0143b949592a580685af2c54ab5",
16
- "packages/sdk/react-client/src/hooks/client/client.test.tsx": "f087eafcf0ea715e8d2f086d1ae8f605fd3482b0",
17
- "packages/sdk/react-client/src/hooks/client/config.test.tsx": "2ff0eed72e676a7ee58a0ef274926503a708eb21",
18
- "packages/sdk/react-client/src/hooks/client/context.ts": "dffe51927dbf4386d88294ca3bf81f8586e33549",
19
- "packages/sdk/react-client/src/hooks/client/index.ts": "ae7c3dd1bb38ba7f622073fb6850d08ce70ecc52",
20
- "packages/sdk/react-client/src/hooks/client/useClient.ts": "a57cc8ce9cd54e0f20c10923b7d70e9029b57665",
21
- "packages/sdk/react-client/src/hooks/client/useConfig.ts": "6ad945c8d378e560c24640b87036415b9bc0f811",
22
- "packages/sdk/react-client/src/hooks/client/useProfile.ts": "f46262917bf0fc6e6b025368380cf6d5d67634c6",
23
- "packages/sdk/react-client/src/hooks/echo-queries/index.ts": "4465a3624739e1bd57c577306bd7af246a0f686d",
24
- "packages/sdk/react-client/src/hooks/echo-queries/useContacts.ts": "0f9e9c8b9983c536b2410e4835d796069b4589a3",
25
- "packages/sdk/react-client/src/hooks/echo-queries/useMembers.tsx": "e236546714943e80c371abee33e962497b503b7b",
26
- "packages/sdk/react-client/src/hooks/echo-queries/useParties.ts": "ba35572145ec4d0628dadf7bdcdc3b2fb4d24848",
27
- "packages/sdk/react-client/src/hooks/echo-selections/index.ts": "bd7c992f3c4355158dcb3698d4d93d919b8325fa",
28
- "packages/sdk/react-client/src/hooks/echo-selections/search.ts": "9e689d88622338c5db3fd4e67a125cd0c630c94b",
29
- "packages/sdk/react-client/src/hooks/echo-selections/useSelection.test.tsx": "4411202a706855f1f36adb4e4d82756e86cde35c",
30
- "packages/sdk/react-client/src/hooks/echo-selections/useSelection.ts": "9e86f99b986dac4f21cba6caa9d77d80b3171172",
31
- "packages/sdk/react-client/src/hooks/index.ts": "33e037b3c0c96702580444f1a640906d9b8d34c7",
32
- "packages/sdk/react-client/src/hooks/invitations/index.ts": "9f065d8c9eab0bdf602c2f3ddb972366eda7aa2c",
33
- "packages/sdk/react-client/src/hooks/invitations/useHaloInvitations.ts": "0a15bdf95baa0d8dd2c84ac97717ffb2d76441a1",
34
- "packages/sdk/react-client/src/hooks/invitations/useInvitations.ts": "74aee5e87d254079eec8c711b1f41a89fd357573",
35
- "packages/sdk/react-client/src/hooks/invitations/usePartyInvitations.ts": "06b8254814f1a06be78792670c7778fe717dc2c0",
36
- "packages/sdk/react-client/src/hooks/invitations/useSecretProvider.ts": "f13b99864def8b2573ac3de8a12bead2a4027752",
37
- "packages/sdk/react-client/src/hooks/util/index.ts": "f0419f072260d9cc907aba489590791d2ccf0f5b",
38
- "packages/sdk/react-client/src/hooks/util/useResultSet.ts": "bc154db5538274d7b053b0cb5e55a1c31a3a6ca1",
39
- "packages/sdk/react-client/src/hooks/wns/index.ts": "42b9a65f575eca413d37d3576d0dc0fb70585758",
40
- "packages/sdk/react-client/src/hooks/wns/registry.ts": "1fa723dbddac0bef5051d2c81748aab2096d6957",
41
- "packages/sdk/react-client/src/hooks/wns/registryBotFactories.ts": "a765b94908c14fe83a4d61fa19ac24b383772bd3",
42
- "packages/sdk/react-client/src/hooks/wns/registryBots.ts": "5430bbff71bc12b59eff67d19b00e87f5924f814",
43
- "packages/sdk/react-client/src/hooks/wns/types.ts": "42fb64aaafbe4648d8f817bbb278b5cce197dd95",
44
- "packages/sdk/react-client/src/index.ts": "0401dccb4bffb562c4d3a4553ab635968c309167",
45
- "packages/sdk/react-client/stories/client.stories.tsx": "48003a0ef5a1e729091a7f2999bf5e3a6762c81d",
46
- "packages/sdk/react-client/stories/halo-invitations.stories.tsx": "6cb9b104c61b57c335709a08ef6ce40cb5fd030c",
47
- "packages/sdk/react-client/stories/halo-recovery.stories.tsx": "b2264738a2558650f14bf3dfec4b155a93e65d14",
48
- "packages/sdk/react-client/stories/helpers/ClientPanel.tsx": "af093d33f11d198b99d1342b0c0c1b7acbbe6be8",
49
- "packages/sdk/react-client/stories/helpers/ContactsSelector.tsx": "66b51414f7b968073bf839a750bb4790b1594241",
50
- "packages/sdk/react-client/stories/helpers/Container.tsx": "ab90a46770f01c94687f182627ef132f108a63b7",
51
- "packages/sdk/react-client/stories/helpers/JsonPanel.tsx": "55a9f3e1452c553a63970bc022b56ee86290e837",
52
- "packages/sdk/react-client/stories/helpers/PartyJoinPanel.tsx": "4dffc1bff4b430a7419236cf18ee7bdaa0ed379d",
53
- "packages/sdk/react-client/stories/helpers/ThemeProvider.tsx": "b4023674d5ec66910481f5e37fc507d46a0e9437",
54
- "packages/sdk/react-client/stories/helpers/index.ts": "3f5c4425b7ebd5a702f4159eebfaff695c0b2a1c",
55
- "packages/sdk/react-client/stories/party-invitations.stories.tsx": "f725345bf6411fdb41e017e53068e1ae71a06153",
56
- "packages/sdk/react-client/tests/config.test.ts": "7bf77786817c03c0b4a9fbe8bd38a629a15869e5",
57
- "packages/sdk/react-client/tsconfig.json": "c24198a33c144c279dc36ddc1854548833e4bd13"
58
- },
59
- "arguments": ""
60
- }