supertokens-website
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -7,5 +7,10 @@ # Changelog | ||
## [9.0.1] - 2021-10-01 | ||
### Fixes | ||
- Adds axios as a dependency | ||
## [9.0.0] - 2021-10-01 | ||
## Breaking changes | ||
### Breaking changes | ||
@@ -16,3 +21,3 @@ - Rejecting with axios response object if a call through axios gets an unexpected error during session refresh. This is a breaking change since it changes the API (even if it's an error). | ||
## Changed | ||
### Changed | ||
@@ -23,3 +28,3 @@ - Disabled source map generation | ||
## Changed | ||
### Changed | ||
@@ -30,3 +35,3 @@ - New FDI 1.9 | ||
## Changed | ||
### Changed | ||
@@ -37,3 +42,3 @@ - Updated test behavior for cores after 3.6 | ||
## Added | ||
### Added | ||
@@ -44,3 +49,3 @@ - A sessionExpiredOrRevoked propety on the "UNAUTHORIZED" event. | ||
## Fixes | ||
### Fixes | ||
@@ -47,0 +52,0 @@ - Fixes typescript issue with default imports. (Related to https://github.com/supertokens/supertokens-auth-react/issues/297) |
@@ -1,2 +0,2 @@ | ||
export declare const package_version = "9.0.0"; | ||
export declare const package_version = "9.0.1"; | ||
export declare const supported_fdi: string[]; |
@@ -17,3 +17,3 @@ "use strict"; | ||
*/ | ||
exports.package_version = "9.0.0"; | ||
exports.package_version = "9.0.1"; | ||
exports.supported_fdi = ["1.8", "1.9"]; |
{ | ||
"name": "supertokens-website", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "frontend sdk for website to be used for auth solution.", | ||
"main": "index.js", | ||
"dependencies": { | ||
"browser-tabs-lock": "^1.2.14" | ||
"browser-tabs-lock": "^1.2.14", | ||
"axios": "*" | ||
}, | ||
@@ -13,3 +14,2 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.15.6", | ||
"axios": "*", | ||
"isomorphic-fetch": "2.2.1", | ||
@@ -60,2 +60,2 @@ "mocha": "6.1.4", | ||
"homepage": "https://github.com/supertokens/supertokens-website#readme" | ||
} | ||
} |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
170297
13
2
1
+ Addedaxios@*
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.9(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)