|
4 | 4 | */
|
5 | 5 |
|
6 | 6 | // Basic protocol flow
|
7 |
| -export * from './nip-01'; |
| 7 | +export * from './nip-01.js'; |
8 | 8 |
|
9 | 9 | // Contact List and Petnames
|
10 |
| -export * from './nip-02'; |
| 10 | +export * from './nip-02.js'; |
11 | 11 |
|
12 | 12 | // Encrypted Direct Messages
|
13 |
| -export * from './nip-04'; |
| 13 | +export * from './nip-04.js'; |
14 | 14 |
|
15 | 15 | // DNS Identity Verification
|
16 |
| -export * from './nip-05'; |
| 16 | +export * from './nip-05.js'; |
17 | 17 |
|
18 | 18 | // Event Deletion
|
19 |
| -export * from './nip-09'; |
| 19 | +export * from './nip-09.js'; |
20 | 20 |
|
21 | 21 | // bech32-encoded entities
|
22 |
| -export * from './nip-19'; |
| 22 | +export * from './nip-19.js'; |
23 | 23 |
|
24 | 24 | // Delegated Event Signing
|
25 |
| -export * from './nip-26'; |
| 25 | +export * from './nip-26.js'; |
26 | 26 |
|
27 | 27 | // Relay Information Document
|
28 |
| -export * from './nip-11'; |
| 28 | +export * from './nip-11.js'; |
29 | 29 |
|
30 | 30 | // Command Results
|
31 |
| -export * from './nip-20'; |
| 31 | +export * from './nip-20.js'; |
32 | 32 |
|
33 | 33 | // Proof of Work
|
34 |
| -export * from './nip-13'; |
| 34 | +export * from './nip-13.js'; |
35 | 35 |
|
36 | 36 | // Event Treatment
|
37 |
| -export * from './nip-16'; |
| 37 | +export * from './nip-16.js'; |
38 | 38 |
|
39 | 39 | // End of Stored Events Notice
|
40 |
| -export * from './nip-15'; |
| 40 | +export * from './nip-15.js'; |
41 | 41 |
|
42 | 42 | // Event Created At Limits
|
43 |
| -export * from './nip-22'; |
| 43 | +export * from './nip-22.js'; |
44 | 44 |
|
45 | 45 | // Public Chat
|
46 |
| -export * from './nip-28'; |
| 46 | +export * from './nip-28.js'; |
47 | 47 |
|
48 | 48 | // Parameterized Replaceable Events
|
49 |
| -export * from './nip-33'; |
| 49 | +export * from './nip-33.js'; |
0 commit comments