@universal-packages/express-session
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "@universal-packages/express-session", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Express session manager.", | ||
@@ -19,3 +19,3 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", | ||
"dependencies": { | ||
"@universal-packages/token-registry": "^1.7.1" | ||
"@universal-packages/token-registry": "^1.7.2" | ||
}, | ||
@@ -27,22 +27,16 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@trivago/prettier-plugin-sort-imports": "^4.2.0", | ||
"@types/cookie-parser": "^1.4.3", | ||
"@types/express": "^4.17.14", | ||
"@types/jest": "^29.5.4", | ||
"@types/node": "^17.0.39", | ||
"@types/node-fetch": "^2.6.2", | ||
"@universal-packages/maintenance": "^1.1.2", | ||
"jest": "^29.6.4", | ||
"jest-circus": "^29.6.4", | ||
"node-fetch": "^2.6.7", | ||
"prettier": "^2.8.7", | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^18.11.9", | ||
"@universal-packages/fetch-jest": "^1.2.0", | ||
"@universal-packages/maintenance": "^1.2.3", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^4.7.3" | ||
"typescript": "^5.2.2" | ||
}, | ||
"jest": { | ||
"testRunner": "jest-circus/runner", | ||
"transform": { | ||
"^.+\\.(ts|tsx)$": "ts-jest" | ||
}, | ||
"testRegex": "(/tests/.*\\.test\\.ts?)$", | ||
"preset": "ts-jest", | ||
"collectCoverageFrom": [ | ||
@@ -52,6 +46,4 @@ "src/**/*.ts" | ||
"setupFilesAfterEnv": [ | ||
"<rootDir>/tests/setupTests.ts" | ||
], | ||
"watchPathIgnorePatterns": [ | ||
"<rootDir>/tmp" | ||
"@universal-packages/fetch-jest", | ||
"<rootDir>/tests/setup.ts" | ||
] | ||
@@ -64,2 +56,5 @@ }, | ||
"trailingComma": "none", | ||
"plugins": [ | ||
"@trivago/prettier-plugin-sort-imports" | ||
], | ||
"importOrder": [ | ||
@@ -66,0 +61,0 @@ "^[./]" |
@@ -179,2 +179,8 @@ # Express Session | ||
In order for typescript to see the global types you need to reference the types somewhere in your project, normally `./src/globals.d.ts`. | ||
```ts | ||
/// <reference types="@universal-packages/express-session" /> | ||
``` | ||
This library is developed in TypeScript and shipped fully typed. | ||
@@ -181,0 +187,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25870
11
197