@axah/koa
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -13,3 +13,4 @@ export declare enum UserRole { | ||
PARTNER_SERVICE = "PARTNER_SERVICE", | ||
CONTRACT_SERVICE = "CONTRACT_SERVICE" | ||
CONTRACT_SERVICE = "CONTRACT_SERVICE", | ||
PARASHIFT = "PARASHIFT" | ||
} | ||
@@ -16,0 +17,0 @@ export declare type Authentication = { |
@@ -18,2 +18,3 @@ "use strict"; | ||
UserRole["CONTRACT_SERVICE"] = "CONTRACT_SERVICE"; | ||
UserRole["PARASHIFT"] = "PARASHIFT"; | ||
})(UserRole = exports.UserRole || (exports.UserRole = {})); | ||
@@ -20,0 +21,0 @@ function notEmpty(value) { |
{ | ||
"name": "@axah/koa", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"main": "lib/index.js", | ||
@@ -21,20 +21,20 @@ "license": "UNLICENSED", | ||
"devDependencies": { | ||
"@shopify/jest-koa-mocks": "^2.2.3", | ||
"@types/jest": "^26.0.19", | ||
"@shopify/jest-koa-mocks": "^2.3.0", | ||
"@types/jest": "^26.0.20", | ||
"@types/koa": "^2.11.4", | ||
"@types/node": "^14.14.13", | ||
"@types/pino": "^6.3.4", | ||
"@types/node": "^14.14.22", | ||
"@types/pino": "^6.3.5", | ||
"@types/uuid": "^8.3.0", | ||
"@typescript-eslint/eslint-plugin": "^4.9.1", | ||
"@typescript-eslint/parser": "^4.9.1", | ||
"eslint": "^7.15.0", | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"eslint": "^7.18.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-config-prettier": "^7.0.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-prettier": "^3.3.0", | ||
"flowgen": "^1.12.1", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"flowgen": "^1.13.0", | ||
"jest": "^26.6.3", | ||
"koa": "^2.13.0", | ||
"nodemon": "^2.0.4", | ||
"pino": "^6.8.0", | ||
"koa": "^2.13.1", | ||
"nodemon": "^2.0.7", | ||
"pino": "^6.11.0", | ||
"prettier": "^2.2.1", | ||
@@ -41,0 +41,0 @@ "ts-jest": "^26.4.4", |
Sorry, the diff of this file is not supported yet
28846
415