@storm-software/workspace-tools 1.36.5 → 1.36.6

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.36.5](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.36.4...workspace-tools-v1.36.5) (2024-01-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Resolved issue with dist path formatting ([dc97a89](https://github.com/storm-software/storm-ops/commit/dc97a89ec85de194f698fcd9ee27eecdab98bde8))
7
+
1
8
  ## [1.36.4](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.36.3...workspace-tools-v1.36.4) (2024-01-05)
2
9
 
3
10
 
package/index.js CHANGED
@@ -117954,9 +117954,6 @@ function modernNeutralConfig({
117954
117954
  banner = {},
117955
117955
  platform = "neutral",
117956
117956
  verbose = false,
117957
- apiReport = true,
117958
- docModel = true,
117959
- tsdocMetadata = true,
117960
117957
  define: define2,
117961
117958
  env: env2,
117962
117959
  plugins,
@@ -118012,9 +118009,9 @@ function modernNeutralConfig({
118012
118009
  keep_classnames: true,
118013
118010
  keep_fnames: true
118014
118011
  },*/
118015
- apiReport,
118016
- docModel,
118017
- tsdocMetadata,
118012
+ apiReport: false,
118013
+ docModel: false,
118014
+ tsdocMetadata: false,
118018
118015
  sourcemap: debug,
118019
118016
  clean: false,
118020
118017
  tsconfigDecoratorMetadata: true,
@@ -118030,6 +118027,9 @@ function legacyNeutralConfig({
118030
118027
  tsconfig = "tsconfig.json",
118031
118028
  splitting,
118032
118029
  treeshake,
118030
+ apiReport = true,
118031
+ docModel = true,
118032
+ tsdocMetadata = true,
118033
118033
  debug = false,
118034
118034
  external,
118035
118035
  banner = {},
@@ -118083,9 +118083,9 @@ function legacyNeutralConfig({
118083
118083
  keep_classnames: true,
118084
118084
  keep_fnames: true
118085
118085
  },*/
118086
- apiReport: false,
118087
- docModel: false,
118088
- tsdocMetadata: false,
118086
+ apiReport,
118087
+ docModel,
118088
+ tsdocMetadata,
118089
118089
  sourcemap: debug,
118090
118090
  clean: false,
118091
118091
  tsconfigDecoratorMetadata: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.36.5",
3
+ "version": "1.36.6",
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": [
@@ -117367,9 +117367,6 @@ function modernBrowserConfig({
117367
117367
  banner = {},
117368
117368
  platform = "browser",
117369
117369
  verbose = false,
117370
- apiReport = true,
117371
- docModel = true,
117372
- tsdocMetadata = true,
117373
117370
  define: define2,
117374
117371
  env,
117375
117372
  plugins,
@@ -117425,9 +117422,9 @@ function modernBrowserConfig({
117425
117422
  keep_classnames: true,
117426
117423
  keep_fnames: true
117427
117424
  },*/
117428
- apiReport,
117429
- docModel,
117430
- tsdocMetadata,
117425
+ apiReport: false,
117426
+ docModel: false,
117427
+ tsdocMetadata: false,
117431
117428
  sourcemap: debug,
117432
117429
  clean: false,
117433
117430
  tsconfigDecoratorMetadata: true,
@@ -117449,6 +117446,9 @@ function legacyBrowserConfig({
117449
117446
  platform = "browser",
117450
117447
  verbose = false,
117451
117448
  shims = true,
117449
+ apiReport = true,
117450
+ docModel = true,
117451
+ tsdocMetadata = true,
117452
117452
  define: define2,
117453
117453
  env,
117454
117454
  plugins,
@@ -117496,9 +117496,9 @@ function legacyBrowserConfig({
117496
117496
  keep_classnames: true,
117497
117497
  keep_fnames: true
117498
117498
  },*/
117499
- apiReport: false,
117500
- docModel: false,
117501
- tsdocMetadata: false,
117499
+ apiReport,
117500
+ docModel,
117501
+ tsdocMetadata,
117502
117502
  sourcemap: debug,
117503
117503
  clean: false,
117504
117504
  tsconfigDecoratorMetadata: true,
@@ -117367,9 +117367,6 @@ function modernNeutralConfig({
117367
117367
  banner = {},
117368
117368
  platform = "neutral",
117369
117369
  verbose = false,
117370
- apiReport = true,
117371
- docModel = true,
117372
- tsdocMetadata = true,
117373
117370
  define: define2,
117374
117371
  env,
117375
117372
  plugins,
@@ -117425,9 +117422,9 @@ function modernNeutralConfig({
117425
117422
  keep_classnames: true,
117426
117423
  keep_fnames: true
117427
117424
  },*/
117428
- apiReport,
117429
- docModel,
117430
- tsdocMetadata,
117425
+ apiReport: false,
117426
+ docModel: false,
117427
+ tsdocMetadata: false,
117431
117428
  sourcemap: debug,
117432
117429
  clean: false,
117433
117430
  tsconfigDecoratorMetadata: true,
@@ -117443,6 +117440,9 @@ function legacyNeutralConfig({
117443
117440
  tsconfig = "tsconfig.json",
117444
117441
  splitting,
117445
117442
  treeshake,
117443
+ apiReport = true,
117444
+ docModel = true,
117445
+ tsdocMetadata = true,
117446
117446
  debug = false,
117447
117447
  external,
117448
117448
  banner = {},
@@ -117496,9 +117496,9 @@ function legacyNeutralConfig({
117496
117496
  keep_classnames: true,
117497
117497
  keep_fnames: true
117498
117498
  },*/
117499
- apiReport: false,
117500
- docModel: false,
117501
- tsdocMetadata: false,
117499
+ apiReport,
117500
+ docModel,
117501
+ tsdocMetadata,
117502
117502
  sourcemap: debug,
117503
117503
  clean: false,
117504
117504
  tsconfigDecoratorMetadata: true,