@frontegg/js 6.98.0 → 6.99.0

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.
@@ -20,7 +20,7 @@
20
20
  * @license MIT
21
21
  */
22
22
 
23
- /** @license Frontegg v3.0.108
23
+ /** @license Frontegg v3.0.109
24
24
  *
25
25
  * This source code is licensed under the MIT license found in the
26
26
  * LICENSE file in the root directory of this source tree.
package/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export default {
2
- cdnVersion: '6.98.0'
2
+ cdnVersion: '6.99.0'
3
3
  };