@frontegg/js
Advanced tools
Comparing version 7.54.0 to 7.55.0-alpha.0
@@ -5,3 +5,2 @@ export * from './AppHolder'; | ||
export * from './AdminPortal'; | ||
export * from './CheckoutDialog'; | ||
export * from './AdminPortalRenderer'; | ||
@@ -8,0 +7,0 @@ export * from './LoginBoxRenderer'; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.54.0 | ||
/** @license Frontegg v7.55.0-alpha.0 | ||
* | ||
@@ -10,3 +10,2 @@ * This source code is licensed under the MIT license found in the | ||
export * from './AdminPortal'; | ||
export * from './CheckoutDialog'; | ||
export * from './AdminPortalRenderer'; | ||
@@ -13,0 +12,0 @@ export * from './LoginBoxRenderer'; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.54.0 | ||
/** @license Frontegg v7.55.0-alpha.0 | ||
* | ||
@@ -55,13 +55,2 @@ * This source code is licensed under the MIT license found in the | ||
}); | ||
var _CheckoutDialog = require("./CheckoutDialog"); | ||
Object.keys(_CheckoutDialog).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _CheckoutDialog[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _CheckoutDialog[key]; | ||
} | ||
}); | ||
}); | ||
var _AdminPortalRenderer = require("./AdminPortalRenderer"); | ||
@@ -68,0 +57,0 @@ Object.keys(_AdminPortalRenderer).forEach(function (key) { |
@@ -8,4 +8,4 @@ "use strict"; | ||
var _default = { | ||
cdnVersion: '7.54.0' | ||
cdnVersion: '7.55.0-alpha.0' | ||
}; | ||
exports["default"] = _default; |
{ | ||
"name": "@frontegg/js", | ||
"version": "7.54.0", | ||
"version": "7.55.0-alpha.0", | ||
"main": "./node/index.js", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"@babel/runtime": "^7.18.6", | ||
"@frontegg/types": "7.54.0" | ||
"@frontegg/types": "7.55.0-alpha.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "browserslist": { |
@@ -38,3 +38,3 @@ /*! | ||
/** @license Frontegg v7.54.0 | ||
/** @license Frontegg v7.55.0-alpha.0 | ||
* | ||
@@ -41,0 +41,0 @@ * This source code is licensed under the MIT license found in the |
export default { | ||
cdnVersion: '7.54.0' | ||
cdnVersion: '7.55.0-alpha.0' | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2119859
35834
2
+ Added@frontegg/redux-store@7.55.0-alpha.0(transitive)
+ Added@frontegg/rest-api@7.55.0-alpha.0(transitive)
+ Added@frontegg/types@7.55.0-alpha.0(transitive)
- Removed@frontegg/redux-store@7.54.0(transitive)
- Removed@frontegg/rest-api@7.54.0(transitive)
- Removed@frontegg/types@7.54.0(transitive)