We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed9e51 commit 42fe446Copy full SHA for 42fe446
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@askcodebase/common",
3
- "version": "1.1.10",
+ "version": "1.1.11",
4
"description": "Common types, definitions for AskCodebase client and server.",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/errors/index.ts
@@ -8,3 +8,4 @@ export * from "./ErrorGithubUser";
8
export * from "./ErrorGoogleUser";
9
export * from "./ErrorStateNull";
10
export * from "./ErrorAuthentication";
11
+export * from "./ErrorEnvVariable";
0 commit comments