@storm-software/workspace-tools 1.55.2 → 1.56.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.55.2",
3
+ "version": "1.56.1",
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": [
@@ -116133,7 +116133,8 @@ var tsupNeutralBuildExecutorFn = (options, context, config) => {
116133
116133
  context.projectName ? context.projectName.split(/(?=[A-Z])|[\.\-\s_]/).map((s) => s.trim()).filter((s) => !!s).map((s) => s ? s.toUpperCase()[0] + s.toLowerCase().slice(1) : "").join(" ") : "TypeScript (Neutral Platform)"
116134
116134
  ),
116135
116135
  define: {
116136
- ...options.define
116136
+ ...options.define,
116137
+ process: `{ env: ${JSON.stringify(process.env)} }`
116137
116138
  },
116138
116139
  env: {
116139
116140
  ...process.env