@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.js CHANGED
@@ -21944,6 +21944,8 @@ const onClose = async (server, sys, watchers, config) => {
21944
21944
  process.exit(0);
21945
21945
  };
21946
21946
  const getPreviewWorkspace = async (startedOra, ctx) => {
21947
+ // login and retry
21948
+ await login();
21947
21949
  const token = await getToken();
21948
21950
  const params = minimist(process.argv.slice(2));
21949
21951
  let primaryWorkspace = params.w || params.workspace;
@@ -22034,7 +22036,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
22034
22036
  };
22035
22037
 
22036
22038
  var name = "@embeddable.com/sdk-core";
22037
- var version = "3.12.0-next.3";
22039
+ var version = "3.12.0-next.2";
22038
22040
  var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
22039
22041
  var keywords = [
22040
22042
  "embeddable",