supertokens-website
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -9,2 +9,9 @@ # Changelog | ||
## [4.1.4] - 2020-06-09 | ||
### Added | ||
- New tests added for testing JWT payload update | ||
### Changed | ||
- For testing, cookie domain changed from localhost to localhost.org | ||
- In testing, GET "/" API will return userId of the logged in user | ||
## [4.1.3] - 2020-04-02 | ||
@@ -11,0 +18,0 @@ ### Changed |
@@ -1,1 +0,1 @@ | ||
export declare const package_version = "4.1.3"; | ||
export declare const package_version = "4.1.4"; |
@@ -17,2 +17,2 @@ "use strict"; | ||
*/ | ||
exports.package_version = "4.1.3"; | ||
exports.package_version = "4.1.4"; |
{ | ||
"name": "supertokens-website", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "frontend sdk for website to be used for auth solution.", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "TEST_MODE=testing npx mocha", | ||
"test": "TEST_MODE=testing npx mocha --timeout 50000", | ||
"build-check": "cd lib && npx tsc -p tsconfig.json --noEmit", | ||
@@ -29,0 +29,0 @@ "build": "cd lib && npx tsc -p tsconfig.json && cd ../ && ./node_modules/.bin/webpack -p", |
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
104839