@embeddable.com/sdk-core 3.8.0-next.1 → 3.8.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.
package/lib/index.esm.js CHANGED
@@ -22,7 +22,7 @@ import * as path$1 from 'path';
22
22
  import path__default$1, { basename } from 'path';
23
23
  import axios from 'axios';
24
24
  import * as archiver from 'archiver';
25
- import select from '@inquirer/select';
25
+ import { select } from '@inquirer/prompts';
26
26
  import { WebSocketServer } from 'ws';
27
27
  import * as chokidar from 'chokidar';
28
28
  import { stat } from 'fs/promises';
@@ -21787,7 +21787,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
21787
21787
  };
21788
21788
 
21789
21789
  var name = "@embeddable.com/sdk-core";
21790
- var version = "3.8.0-next.1";
21790
+ var version = "3.8.0";
21791
21791
  var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
21792
21792
  var keywords = [
21793
21793
  "embeddable",
@@ -21826,7 +21826,7 @@ var engines = {
21826
21826
  var license = "MIT";
21827
21827
  var dependencies = {
21828
21828
  "@embeddable.com/sdk-utils": "*",
21829
- "@inquirer/select": "^4.0.0",
21829
+ "@inquirer/prompts": "^7.0.0",
21830
21830
  "@stencil/core": "^4.22.0",
21831
21831
  "@swc-node/register": "^1.9.0",
21832
21832
  archiver: "^5.3.1",
package/lib/index.js CHANGED
@@ -20,7 +20,7 @@ var require$$2$1 = require('fs');
20
20
  var path$1 = require('path');
21
21
  var axios = require('axios');
22
22
  var archiver = require('archiver');
23
- var select = require('@inquirer/select');
23
+ var prompts = require('@inquirer/prompts');
24
24
  var ws = require('ws');
25
25
  var chokidar = require('chokidar');
26
26
  var promises = require('fs/promises');
@@ -21338,7 +21338,7 @@ async function selectWorkspace(ora, ctx, token) {
21338
21338
  selectedWorkspace = availableWorkspaces[0];
21339
21339
  }
21340
21340
  else {
21341
- selectedWorkspace = await select({
21341
+ selectedWorkspace = await prompts.select({
21342
21342
  message: "Select workspace to push changes",
21343
21343
  choices: availableWorkspaces.map((workspace) => ({
21344
21344
  name: `${workspace.name} (${workspace.workspaceId})`,
@@ -21814,7 +21814,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
21814
21814
  };
21815
21815
 
21816
21816
  var name = "@embeddable.com/sdk-core";
21817
- var version = "3.8.0-next.1";
21817
+ var version = "3.8.0";
21818
21818
  var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
21819
21819
  var keywords = [
21820
21820
  "embeddable",
@@ -21853,7 +21853,7 @@ var engines = {
21853
21853
  var license = "MIT";
21854
21854
  var dependencies = {
21855
21855
  "@embeddable.com/sdk-utils": "*",
21856
- "@inquirer/select": "^4.0.0",
21856
+ "@inquirer/prompts": "^7.0.0",
21857
21857
  "@stencil/core": "^4.22.0",
21858
21858
  "@swc-node/register": "^1.9.0",
21859
21859
  archiver: "^5.3.1",