@storm-software/workspace-tools 1.75.0 → 1.76.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/CHANGELOG.md CHANGED
@@ -1,62 +1,62 @@
1
- ## 1.75.0 (2024-05-04)
1
+ ## 1.76.0 (2024-05-06)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **markdownlint:** Added the `markdownlint` package for shared configurations ([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
6
+
7
+ ### ❤️ Thank You
2
8
 
9
+ - Patrick Sullivan
10
+
11
+ ## 1.75.0 (2024-05-04)
3
12
 
4
13
  ### 🚀 Features
5
14
 
6
15
  - **config:** Generated the Storm Configuration JSON schema package asset ([0a5c9bb2](https://github.com/storm-software/storm-ops/commit/0a5c9bb2))
7
16
 
8
-
9
- ### ❤️ Thank You
17
+ ### ❤️ Thank You
10
18
 
11
19
  - Patrick Sullivan
12
20
 
13
21
  ## 1.74.0 (2024-05-04)
14
22
 
15
-
16
23
  ### 🚀 Features
17
24
 
18
25
  - **config:** Update the theme to use brand colors instead of hierarchy colors ([bcff6b80](https://github.com/storm-software/storm-ops/commit/bcff6b80))
19
26
 
20
-
21
- ### ❤️ Thank You
27
+ ### ❤️ Thank You
22
28
 
23
29
  - Patrick Sullivan
24
30
 
25
31
  ## 1.73.2 (2024-04-29)
26
32
 
27
-
28
33
  ### 🩹 Fixes
29
34
 
30
35
  - **deps:** update patch prod dependencies ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
31
36
 
32
37
  - **deps:** update dependencies-non-major ([#130](https://github.com/storm-software/storm-ops/pull/130))
33
38
 
34
-
35
- ### ❤️ Thank You
39
+ ### ❤️ Thank You
36
40
 
37
41
  - Patrick Sullivan
38
42
 
39
43
  ## 1.73.1 (2024-04-24)
40
44
 
41
-
42
45
  ### 🩹 Fixes
43
46
 
44
47
  - **storm-ops:** Resolved issue with reusable workflow name ([e23ab12a](https://github.com/storm-software/storm-ops/commit/e23ab12a))
45
48
 
46
-
47
- ### ❤️ Thank You
49
+ ### ❤️ Thank You
48
50
 
49
51
  - Patrick Sullivan
50
52
 
51
53
  ## 1.73.0 (2024-04-22)
52
54
 
53
-
54
55
  ### 🚀 Features
55
56
 
56
57
  - **cloudflare-tools:** Added the `worker`, `init`, and `serve` tools ([b4b92c2c](https://github.com/storm-software/storm-ops/commit/b4b92c2c))
57
58
 
58
-
59
- ### ❤️ Thank You
59
+ ### ❤️ Thank You
60
60
 
61
61
  - Patrick Sullivan
62
62
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.72.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-1.76.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
25
25
  [![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
26
26
 
27
27
  > [!IMPORTANT]
@@ -490,7 +490,7 @@ The following executor options are available:
490
490
 
491
491
  | Option | Type | Description | Default |
492
492
  | --------- | ------ | ------------- | --------- |
493
- | **outputFile \*** | `string` | The file path where the schema json will be written (relative to the workspace root) | "{workspaceRoot}/storm.schema.json" |
493
+ | **outputFile \*** | `string` | The file path where the schema json will be written (relative to the workspace root) | "./storm.schema.json" |
494
494
 
495
495
 
496
496
  **Please note:** _Option names followed by \* above are required, and must be provided to run the executor._
package/index.js CHANGED
@@ -73033,7 +73033,7 @@ var init_get_config_file = __esm({
73033
73033
  }
73034
73034
  );
73035
73035
  writeTrace(result.config, { logLevel: "all" });
73036
- config = (0, import_deepmerge.default)(config ?? {}, result.config ?? {});
73036
+ config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
73037
73037
  }
73038
73038
  }
73039
73039
  }
@@ -424142,7 +424142,7 @@ async function presetGeneratorFn(tree, options) {
424142
424142
  url: "https://stormsoftware.com/support",
424143
424143
  email: "support@stormsoftware.com"
424144
424144
  };
424145
- json.license = "Apache License 2.0";
424145
+ json.license = "Apache-2.0";
424146
424146
  json.author ??= {
424147
424147
  name: "Storm Software",
424148
424148
  email: "contact@stormsoftware.com",