@storm-software/workspace-tools 1.21.14 → 1.21.16

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.21.14",
3
+ "version": "1.21.16",
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": [
@@ -115862,8 +115862,13 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
115862
115862
  options.plugins.push(environmentPlugin(stormEnv));
115863
115863
  const config = getConfig(context.root, projectRoot, sourceRoot, {
115864
115864
  ...options,
115865
- define: stormEnv,
115866
- env: stormEnv,
115865
+ define: {
115866
+ __STORM_CONFIG: JSON.stringify(stormEnv)
115867
+ },
115868
+ env: {
115869
+ __STORM_CONFIG: JSON.stringify(stormEnv),
115870
+ ...stormEnv
115871
+ },
115867
115872
  dtsTsConfig: getNormalizedTsConfig(
115868
115873
  context.root,
115869
115874
  options.outputPath,
@@ -115893,8 +115893,13 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
115893
115893
  options.plugins.push(environmentPlugin(stormEnv));
115894
115894
  const config = getConfig(context.root, projectRoot, sourceRoot, {
115895
115895
  ...options,
115896
- define: stormEnv,
115897
- env: stormEnv,
115896
+ define: {
115897
+ __STORM_CONFIG: JSON.stringify(stormEnv)
115898
+ },
115899
+ env: {
115900
+ __STORM_CONFIG: JSON.stringify(stormEnv),
115901
+ ...stormEnv
115902
+ },
115898
115903
  dtsTsConfig: getNormalizedTsConfig(
115899
115904
  context.root,
115900
115905
  options.outputPath,
@@ -115893,8 +115893,13 @@ ${(0, import_fs3.readFileSync)(file, "utf-8")}`,
115893
115893
  options.plugins.push(environmentPlugin(stormEnv));
115894
115894
  const config = getConfig(context.root, projectRoot, sourceRoot, {
115895
115895
  ...options,
115896
- define: stormEnv,
115897
- env: stormEnv,
115896
+ define: {
115897
+ __STORM_CONFIG: JSON.stringify(stormEnv)
115898
+ },
115899
+ env: {
115900
+ __STORM_CONFIG: JSON.stringify(stormEnv),
115901
+ ...stormEnv
115902
+ },
115898
115903
  dtsTsConfig: getNormalizedTsConfig(
115899
115904
  context.root,
115900
115905
  options.outputPath,