flowlink-auth 2.7.8 → 2.7.9

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.
package/dist/init.js CHANGED
@@ -1,5 +1,4 @@
1
- // src/init.js
2
- var CONFIG = null;
1
+ let CONFIG = null;
3
2
  function initFlowlinkAuth({ publishableKey, baseUrl, opts } = {}) {
4
3
  if (!publishableKey) throw new Error("flowlink-auth: publishableKey is required in initFlowlinkAuth()");
5
4
  if (!baseUrl) throw new Error("flowlink-auth: baseUrl is required in initFlowlinkAuth()");