poe-code 3.0.86 → 3.0.88
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.
|
@@ -493,11 +493,21 @@ var init_create_auth_store = __esm({
|
|
|
493
493
|
}
|
|
494
494
|
});
|
|
495
495
|
|
|
496
|
+
// packages/auth/src/oauth-client.ts
|
|
497
|
+
import http from "node:http";
|
|
498
|
+
import crypto from "node:crypto";
|
|
499
|
+
var init_oauth_client = __esm({
|
|
500
|
+
"packages/auth/src/oauth-client.ts"() {
|
|
501
|
+
"use strict";
|
|
502
|
+
}
|
|
503
|
+
});
|
|
504
|
+
|
|
496
505
|
// packages/auth/src/index.ts
|
|
497
506
|
var init_src = __esm({
|
|
498
507
|
"packages/auth/src/index.ts"() {
|
|
499
508
|
"use strict";
|
|
500
509
|
init_create_auth_store();
|
|
510
|
+
init_oauth_client();
|
|
501
511
|
init_encrypted_file_auth_store();
|
|
502
512
|
init_keychain_auth_store();
|
|
503
513
|
}
|