Skip to content

Commit

Permalink
Added new environments dev and staging used in AWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kostya-luxuryescape committed Sep 22, 2023
1 parent d724e19 commit 382886f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ declare module "@luxuryescapes/router" {
error: Function;
}

export type AppEnv = 'development' | 'spec' | 'test' | 'production';
export type AppEnv = 'dev' | 'development' | 'spec' | 'test' | 'staging' | 'production';

interface SentryConfig {
appEnv: AppEnv;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luxuryescapes/router",
"version": "2.5.27",
"version": "2.5.28",
"description": "Wrapper around express router that provides validation and documentation out of the box",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 382886f

Please sign in to comment.