Skip to content

Commit 42fe446

Browse files
committed
fix: add error env variable in index
1 parent 0ed9e51 commit 42fe446

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@askcodebase/common",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "Common types, definitions for AskCodebase client and server.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/errors/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ export * from "./ErrorGithubUser";
88
export * from "./ErrorGoogleUser";
99
export * from "./ErrorStateNull";
1010
export * from "./ErrorAuthentication";
11+
export * from "./ErrorEnvVariable";

0 commit comments

Comments
 (0)