We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c2952 commit 994aa5cCopy full SHA for 994aa5c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "helloasso",
3
"module": "index.ts",
4
- "version": "0.0.1",
+ "version": "0.0.2",
5
"type": "module",
6
"scripts": {
7
"build": "bun run build.mjs",
src/index.ts
@@ -272,7 +272,7 @@ interface OAuth2TokenSetter {
272
): void
273
}
274
275
-export class ApiV5Client {
+class ApiV5Client {
276
private apiBase: string
277
private clientId: string
278
private clientSecret: string
@@ -473,3 +473,5 @@ export class ApiV5Client {
473
474
475
476
+
477
+export { ApiV5Client, OAuth2Api }
0 commit comments