|
16 | 16 | "author": "Steve Calvert <steve.calvert@glean.com>", |
17 | 17 | "type": "module", |
18 | 18 | "exports": { |
19 | | - "./auth": { |
20 | | - "types": "./build/auth/index.d.ts", |
21 | | - "import": "./build/auth/index.js", |
22 | | - "default": "./build/auth/index.js" |
| 19 | + ".": { |
| 20 | + "types": "./build/index.d.ts", |
| 21 | + "import": "./build/index.js", |
| 22 | + "default": "./build/index.js" |
23 | 23 | }, |
24 | 24 | "./config": { |
25 | 25 | "types": "./build/config/index.d.ts", |
|
31 | 31 | "import": "./build/common/errors.js", |
32 | 32 | "default": "./build/common/errors.js" |
33 | 33 | }, |
34 | | - "./tools/chat": { |
35 | | - "types": "./build/tools/chat.d.ts", |
36 | | - "import": "./build/tools/chat.js", |
37 | | - "default": "./build/tools/chat.js" |
38 | | - }, |
39 | | - "./tools/people-profile-search": { |
40 | | - "types": "./build/tools/people_profile_search.d.ts", |
41 | | - "import": "./build/tools/people_profile_search.js", |
42 | | - "default": "./build/tools/people_profile_search.js" |
43 | | - }, |
44 | | - "./tools/search": { |
45 | | - "types": "./build/tools/search.d.ts", |
46 | | - "import": "./build/tools/search.js", |
47 | | - "default": "./build/tools/search.js" |
48 | | - }, |
49 | 34 | "./util": { |
50 | 35 | "types": "./build/util/index.d.ts", |
51 | 36 | "import": "./build/util/index.js", |
|
0 commit comments