@storm-software/workspace-tools 1.26.0 → 1.26.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.26.0",
3
+ "version": "1.26.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": [
@@ -117628,7 +117628,7 @@ var applyDefaultOptions = (options) => {
117628
117628
  options.additionalEntryPoints ??= [];
117629
117629
  options.assets ??= [];
117630
117630
  options.plugins ??= [];
117631
- options.includeSrc ??= false;
117631
+ options.includeSrc ??= true;
117632
117632
  options.clean ??= true;
117633
117633
  options.bundle ??= true;
117634
117634
  options.debug ??= false;
@@ -69,7 +69,7 @@
69
69
  "includeSrc": {
70
70
  "type": "boolean",
71
71
  "description": "Should the source files be added to the distribution folder in an `src` directory.",
72
- "default": false
72
+ "default": true
73
73
  },
74
74
  "generatePackageJson": {
75
75
  "type": "boolean",
@@ -117659,7 +117659,7 @@ var applyDefaultOptions = (options) => {
117659
117659
  options.additionalEntryPoints ??= [];
117660
117660
  options.assets ??= [];
117661
117661
  options.plugins ??= [];
117662
- options.includeSrc ??= false;
117662
+ options.includeSrc ??= true;
117663
117663
  options.clean ??= true;
117664
117664
  options.bundle ??= true;
117665
117665
  options.debug ??= false;
@@ -117659,7 +117659,7 @@ var applyDefaultOptions = (options) => {
117659
117659
  options.additionalEntryPoints ??= [];
117660
117660
  options.assets ??= [];
117661
117661
  options.plugins ??= [];
117662
- options.includeSrc ??= false;
117662
+ options.includeSrc ??= true;
117663
117663
  options.clean ??= true;
117664
117664
  options.bundle ??= true;
117665
117665
  options.debug ??= false;