@frontegg/client
Advanced tools
Comparing version 4.2.2 to 5.0.0-alpha.1
@@ -46,2 +46,3 @@ export declare enum AuthHeaderType { | ||
profilePictureUrl?: string; | ||
superUser?: true; | ||
} | ||
@@ -48,0 +49,0 @@ export interface IApiToken extends IEntityWithRoles { |
@@ -0,1 +1,13 @@ | ||
# [5.0.0-alpha.1](https://github.com/frontegg/nodejs-sdk/compare/4.2.2...5.0.0-alpha.1) (2023-06-18) | ||
### Bug Fixes | ||
* **identity:** added superUser property to IUser ([#145](https://github.com/frontegg/nodejs-sdk/issues/145)) ([a73fc0e](https://github.com/frontegg/nodejs-sdk/commit/a73fc0ef6bcf9bda690a115b1d93fbe7968992e8)) | ||
### BREAKING CHANGES | ||
* **identity:** dropping support for node 12 | ||
## [4.2.2](https://github.com/frontegg/nodejs-sdk/compare/4.2.1...4.2.2) (2023-03-14) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@frontegg/client", | ||
"version": "4.2.2", | ||
"version": "5.0.0-alpha.1", | ||
"description": "Frontegg Javascript Library for backend node servers", | ||
@@ -63,3 +63,3 @@ "main": "dist/index.js", | ||
"prettier": "^2.7.1", | ||
"semantic-release": "^19.0.5", | ||
"semantic-release": "^21.0.5", | ||
"ts-jest": "^28.0.8", | ||
@@ -66,0 +66,0 @@ "typescript": "^4.8.4" |
@@ -36,3 +36,4 @@ <br /> | ||
### As of version 3.0.0 and 4.0.0, we will no longer provide proxy middlewares | ||
* ### As of version 3.0.0 and 4.0.0, we will no longer provide proxy middlewares | ||
* ### As of version 5.0.0, node 12 is no loner supported. | ||
@@ -49,2 +50,3 @@ To see an example implementation, head over to our | ||
```bash | ||
# node 14+ | ||
npm install @frontegg/client | ||
@@ -51,0 +53,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
233347
3308
255
1