Comparing version 2.1.0 to 2.1.1
@@ -11,3 +11,3 @@ import Redis from 'ioredis'; | ||
} | ||
export declare type ResultSession = Session & Record<string, any>; | ||
export type ResultSession = Session & Record<string, any>; | ||
/** | ||
@@ -14,0 +14,0 @@ * |
{ | ||
"name": "redisess", | ||
"description": "Powerful redis session manager for NodeJS", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Panates Ltd.", | ||
@@ -25,19 +25,19 @@ "contributors": [ | ||
"devDependencies": { | ||
"@types/ioredis": "^4.28.10", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.7.18", | ||
"@typescript-eslint/eslint-plugin": "^5.37.0", | ||
"@typescript-eslint/parser": "^5.37.0", | ||
"@types/ioredis": "^5.0.0", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.18", | ||
"@typescript-eslint/eslint-plugin": "^5.48.0", | ||
"@typescript-eslint/parser": "^5.48.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^8.23.1", | ||
"eslint": "^8.31.0", | ||
"eslint-config-google": "^0.14.0", | ||
"ioredis": "^5.2.3", | ||
"mocha": "^10.0.0", | ||
"ioredis": "^5.2.4", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"putil-promisify": "^1.8.5", | ||
"ts-cleanup": "^0.2.5", | ||
"ts-loader": "^9.3.1", | ||
"putil-promisify": "^1.8.6", | ||
"ts-cleanup": "^0.2.6", | ||
"ts-loader": "^9.4.2", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^4.1.0", | ||
"typescript": "^4.8.3" | ||
"tsconfig-paths": "^4.1.2", | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -62,3 +62,4 @@ "engines": { | ||
"clean:src": "ts-cleanup -s src --all", | ||
"build": "npm run clean:dist | tsc -b tsconfig-build.json", | ||
"prebuild": "npm run clean:dist", | ||
"build": "tsc -b tsconfig-build.json", | ||
"compile": "tsc -b tsconfig.json", | ||
@@ -65,0 +66,0 @@ "test": "TS_NODE_PROJECT='./test/tsconfig.json' mocha -r ts-node/register -r tsconfig-paths/register --reporter spec test/**/*.spec.ts", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
41025
0