@storm-software/workspace-tools 1.159.1 → 1.161.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.159.1",
3
+ "version": "1.161.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {
@@ -326,7 +326,7 @@ var createNodes = [
326
326
  options: {
327
327
  toolchain: opts.toolchain
328
328
  },
329
- defaultConfiguration: "development",
329
+ defaultConfiguration: "production",
330
330
  configurations
331
331
  };
332
332
  }
@@ -345,7 +345,7 @@ var createNodes = [
345
345
  options: {
346
346
  packageRoot: root
347
347
  },
348
- defaultConfiguration: "development",
348
+ defaultConfiguration: "production",
349
349
  configurations
350
350
  };
351
351
  }