@frontegg/angular 5.5.3 → 5.6.0-alpha.3418287389

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -16
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.5.3",
3
+ "version": "5.6.0-alpha.3418287389",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12.0.0",
7
7
  "@angular/core": ">=12.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@frontegg/js": "6.34.0",
10
+ "@frontegg/js": "6.36.0",
11
11
  "csstype": "^3.0.8",
12
12
  "fast-deep-equal": "^3.1.3",
13
13
  "stream": "^0.0.2",
package/CHANGELOG.md DELETED
@@ -1,16 +0,0 @@
1
- # Change Log
2
-
3
- ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
4
-
5
- ### AdminPortal 6.34.0:
6
- -
7
-
8
- ### Angular Wrapper 5.5.3:
9
- - FR-9186 - Fix changelog
10
- - Add karma.conf.js and adjust docker file
11
- - Adjust Test runnner flags, to run in docker
12
- - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
13
- - Change docker image to allow chromium to be installed
14
- - Sanity Check
15
- - Sanity check for angular
16
-