@storm-software/workspace-tools 1.22.1 → 1.22.2

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.22.1",
3
+ "version": "1.22.2",
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": [
@@ -115970,7 +115970,7 @@ var applyDefaultOptions = (options) => {
115970
115970
  options.additionalEntryPoints ??= [];
115971
115971
  options.assets ??= [];
115972
115972
  options.plugins ??= [];
115973
- options.includeSrc ??= true;
115973
+ options.includeSrc ??= false;
115974
115974
  options.clean ??= true;
115975
115975
  options.bundle ??= true;
115976
115976
  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": true
72
+ "default": false
73
73
  },
74
74
  "debug": {
75
75
  "type": "boolean",
@@ -116001,7 +116001,7 @@ var applyDefaultOptions = (options) => {
116001
116001
  options.additionalEntryPoints ??= [];
116002
116002
  options.assets ??= [];
116003
116003
  options.plugins ??= [];
116004
- options.includeSrc ??= true;
116004
+ options.includeSrc ??= false;
116005
116005
  options.clean ??= true;
116006
116006
  options.bundle ??= true;
116007
116007
  options.debug ??= false;
@@ -116001,7 +116001,7 @@ var applyDefaultOptions = (options) => {
116001
116001
  options.additionalEntryPoints ??= [];
116002
116002
  options.assets ??= [];
116003
116003
  options.plugins ??= [];
116004
- options.includeSrc ??= true;
116004
+ options.includeSrc ??= false;
116005
116005
  options.clean ??= true;
116006
116006
  options.bundle ??= true;
116007
116007
  options.debug ??= false;