@embeddable.com/sdk-core 3.12.0-next.3 → 3.12.1

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/lib/index.esm.js CHANGED
@@ -21916,6 +21916,8 @@ const onClose = async (server, sys, watchers, config) => {
21916
21916
  process.exit(0);
21917
21917
  };
21918
21918
  const getPreviewWorkspace = async (startedOra, ctx) => {
21919
+ // login and retry
21920
+ await login();
21919
21921
  const token = await getToken();
21920
21922
  const params = minimist(process.argv.slice(2));
21921
21923
  let primaryWorkspace = params.w || params.workspace;
@@ -22006,7 +22008,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
22006
22008
  };
22007
22009
 
22008
22010
  var name = "@embeddable.com/sdk-core";
22009
- var version = "3.12.0-next.3";
22011
+ var version = "3.12.0-next.2";
22010
22012
  var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
22011
22013
  var keywords = [
22012
22014
  "embeddable",