@storm-software/workspace-tools 1.30.10 → 1.30.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.30.10",
3
+ "version": "1.30.11",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -117480,8 +117480,9 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
117480
117480
  })
117481
117481
  );
117482
117482
  options.plugins.push(environmentPlugin(stormEnv));
117483
- const config = (0, import_tsup.defineConfig)([
117484
- ...Object.keys(entry).reduce((ret, key) => {
117483
+ console.log("\u26A1 Building with the following entry points: ", entry);
117484
+ const config = (0, import_tsup.defineConfig)(
117485
+ Object.keys(entry).reduce((ret, key) => {
117485
117486
  const getConfigOptions = {
117486
117487
  ...options,
117487
117488
  define: {
@@ -117530,7 +117531,7 @@ ${options.banner}
117530
117531
  );
117531
117532
  return ret;
117532
117533
  }, [])
117533
- ]);
117534
+ );
117534
117535
  if (typeof config === "function") {
117535
117536
  await build(await Promise.resolve(config({})));
117536
117537
  } else {
@@ -117511,8 +117511,9 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
117511
117511
  })
117512
117512
  );
117513
117513
  options.plugins.push(environmentPlugin(stormEnv));
117514
- const config = (0, import_tsup.defineConfig)([
117515
- ...Object.keys(entry).reduce((ret, key) => {
117514
+ console.log("\u26A1 Building with the following entry points: ", entry);
117515
+ const config = (0, import_tsup.defineConfig)(
117516
+ Object.keys(entry).reduce((ret, key) => {
117516
117517
  const getConfigOptions = {
117517
117518
  ...options,
117518
117519
  define: {
@@ -117561,7 +117562,7 @@ ${options.banner}
117561
117562
  );
117562
117563
  return ret;
117563
117564
  }, [])
117564
- ]);
117565
+ );
117565
117566
  if (typeof config === "function") {
117566
117567
  await build(await Promise.resolve(config({})));
117567
117568
  } else {
@@ -117511,8 +117511,9 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
117511
117511
  })
117512
117512
  );
117513
117513
  options.plugins.push(environmentPlugin(stormEnv));
117514
- const config = (0, import_tsup.defineConfig)([
117515
- ...Object.keys(entry).reduce((ret, key) => {
117514
+ console.log("\u26A1 Building with the following entry points: ", entry);
117515
+ const config = (0, import_tsup.defineConfig)(
117516
+ Object.keys(entry).reduce((ret, key) => {
117516
117517
  const getConfigOptions = {
117517
117518
  ...options,
117518
117519
  define: {
@@ -117561,7 +117562,7 @@ ${options.banner}
117561
117562
  );
117562
117563
  return ret;
117563
117564
  }, [])
117564
- ]);
117565
+ );
117565
117566
  if (typeof config === "function") {
117566
117567
  await build(await Promise.resolve(config({})));
117567
117568
  } else {
@@ -117511,8 +117511,9 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
117511
117511
  })
117512
117512
  );
117513
117513
  options.plugins.push(environmentPlugin(stormEnv));
117514
- const config = (0, import_tsup.defineConfig)([
117515
- ...Object.keys(entry).reduce((ret, key) => {
117514
+ console.log("\u26A1 Building with the following entry points: ", entry);
117515
+ const config = (0, import_tsup.defineConfig)(
117516
+ Object.keys(entry).reduce((ret, key) => {
117516
117517
  const getConfigOptions = {
117517
117518
  ...options,
117518
117519
  define: {
@@ -117561,7 +117562,7 @@ ${options.banner}
117561
117562
  );
117562
117563
  return ret;
117563
117564
  }, [])
117564
- ]);
117565
+ );
117565
117566
  if (typeof config === "function") {
117566
117567
  await build(await Promise.resolve(config({})));
117567
117568
  } else {