Commit ee432df
authored
chore(clerk-sdk-node): Drop deprecations (clerk#2021)
* chore(clerk-sdk-node): Drop `CLERK_API_KEY` and `apiKey`
* chore(clerk-sdk-node): Drop `verifySessionToken` hotfix for Redwood
* chore(clerk-sdk-node): Drop `CLERK_FRONTEND_API` and `frontendApi`
* chore(clerk-sdk-node): Drop clerkClient exposed setters
The dropped setters: `setClerkApiVersion`, `setClerkHttpOptions`, `setClerkServerApiUrl`
* chore(clerk-sdk-node): Move tests under __tests__ directory for consistency
* fix(clerk-sdk-node): Fix package exports
Changes:
- drop subpath exports of /esm|cjs/instance
* chore(clerk-sdk-node): Drop unused info script - replaced by tsup
* chore(repo): Add changeset1 parent d1b524f commit ee432df
22 files changed
Lines changed: 67 additions & 207 deletions
File tree
- .changeset
- packages/sdk-node
- cjs
- esm
- examples/node/src
- scripts
- src
- __tests__
- __snapshots__
- playground/express
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 3 | + | |
11 | 4 | | |
12 | 5 | | |
13 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 36 | + | |
44 | 37 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 38 | + | |
48 | 39 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 40 | + | |
52 | 41 | | |
53 | 42 | | |
54 | 43 | | |
55 | 44 | | |
56 | 45 | | |
57 | | - | |
58 | 46 | | |
59 | 47 | | |
60 | 48 | | |
| |||
This file was deleted.
0 commit comments