@storm-software/workspace-tools 1.7.27 → 1.7.28

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.7.27",
3
+ "version": "1.7.28",
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": [
@@ -474175,7 +474175,7 @@ function modernConfig({
474175
474175
  platform,
474176
474176
  banner,
474177
474177
  define: define2,
474178
- dts: true,
474178
+ dts: false,
474179
474179
  experimentalDts: true,
474180
474180
  sourcemap: debug,
474181
474181
  clean: false,
@@ -474209,7 +474209,7 @@ function legacyConfig({
474209
474209
  platform,
474210
474210
  banner,
474211
474211
  define: define2,
474212
- dts: true,
474212
+ dts: false,
474213
474213
  experimentalDts: true,
474214
474214
  sourcemap: debug,
474215
474215
  clean: false,
@@ -276277,7 +276277,7 @@ function modernConfig({
276277
276277
  platform,
276278
276278
  banner,
276279
276279
  define: define2,
276280
- dts: true,
276280
+ dts: false,
276281
276281
  experimentalDts: true,
276282
276282
  sourcemap: debug,
276283
276283
  clean: false,
@@ -276311,7 +276311,7 @@ function legacyConfig({
276311
276311
  platform,
276312
276312
  banner,
276313
276313
  define: define2,
276314
- dts: true,
276314
+ dts: false,
276315
276315
  experimentalDts: true,
276316
276316
  sourcemap: debug,
276317
276317
  clean: false,