@storm-software/workspace-tools 1.71.1 β†’ 1.72.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,3 +1,15 @@
1
+ ## 1.72.0 (2024-04-13)
2
+
3
+
4
+ ### πŸš€ Features
5
+
6
+ - **config-tools:** No longer require `config` in storm console write functions ([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
7
+
8
+
9
+ ### ❀️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
1
13
  ## 1.71.1 (2024-04-11)
2
14
 
3
15
 
package/README.md CHANGED
@@ -3,11 +3,13 @@
3
3
  <!-- markdownlint-disable -->
4
4
 
5
5
 
6
- <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" altText="Storm Software" /></div>
6
+ <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
7
  <br />
8
8
 
9
9
  <div align="center">
10
+ <b>
10
11
  <a href="https://stormsoftware.com" target="_blank">Website</a> | <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
12
+ </b>
11
13
  </div>
12
14
 
13
15
  <br />
@@ -16,7 +18,7 @@ This package is part of the <b>⚑Storm-Ops</b> monorepo. The Storm-Ops packages
16
18
 
17
19
  <h3 align="center">πŸ’» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
18
20
 
19
- [![Version](https://img.shields.io/badge/version-1.70.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
21
+ [![Version](https://img.shields.io/badge/version-1.71.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
20
22
  [![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)
21
23
 
22
24
  > [!IMPORTANT]
@@ -598,6 +600,9 @@ Run `nx test workspace-tools` to execute the unit tests via [Jest](https://jestj
598
600
 
599
601
  Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
600
602
 
603
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
604
+ <br />
605
+
601
606
  ## Roadmap
602
607
 
603
608
  See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
@@ -606,6 +611,9 @@ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
606
611
  - [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the πŸ‘ reaction)
607
612
  - [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
608
613
 
614
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
615
+ <br />
616
+
609
617
  ## Support
610
618
 
611
619
  Reach out to the maintainer at one of the following places:
@@ -614,16 +622,25 @@ Reach out to the maintainer at one of the following places:
614
622
  - [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
615
623
  - <support@stormsoftware.com>
616
624
 
625
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
626
+ <br />
627
+
617
628
  ## License
618
629
 
619
630
  This project is licensed under the **Apache License 2.0**. Feel free to edit and distribute this template as you like.
620
631
 
621
632
  See [LICENSE](LICENSE) for more information.
622
633
 
634
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
635
+ <br />
636
+
623
637
  ## Changelog
624
638
 
625
639
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md) file
626
640
 
641
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
642
+ <br />
643
+
627
644
  ## Contributing
628
645
 
629
646
  First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
@@ -639,6 +656,9 @@ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
639
656
 
640
657
  You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
641
658
 
659
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
660
+ <br />
661
+
642
662
  ## Contributors
643
663
 
644
664
  Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -656,7 +676,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
656
676
  <tfoot>
657
677
  <tr>
658
678
  <td align="center" size="13px" colspan="7">
659
- <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
679
+ <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
660
680
  <a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
661
681
  </img>
662
682
  </td>
@@ -668,22 +688,38 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
668
688
 
669
689
  This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
670
690
 
691
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
671
692
  <br />
693
+
694
+ <hr />
672
695
  <br />
696
+
673
697
  <div align="center">
674
- <img src="https://pub-e71cff0f90204755bc910518d63cacf8.r2.dev/logo-opengraph.gif" width="100%"/>
698
+ <img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
675
699
  </div>
676
700
  <br />
677
701
 
678
702
  <div align="center">
679
- <a href="https://www.patsullivan.org" target="_blank">Website</a> | <a href="https://www.patsullivan.org/contact" target="_blank">Contact</a> | <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> | <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> | <a href="https://github.com/sullivanpj" target="_blank">GitHub</a> | <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
703
+ <a href="https://stormsoftware.com" target="_blank">Website</a> | <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> | <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> | <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> | <a href="https://github.com/storm-software" target="_blank">GitHub</a> | <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
680
704
  </div>
681
705
 
682
706
  <div align="center">
683
- <p><b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D</p>
707
+ <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
684
708
  </div>
709
+ <br />
710
+
711
+ Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.
712
+
713
+ Our mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
685
714
 
686
- <h3 align="center">πŸ’» Visit <a href="https://www.patsullivan.org" target="_blank">patsullivan.org</a> to stay up to date with this developer</h3><br /><br />
715
+ If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our website!
716
+
717
+ <br />
718
+ <h3 align="center">πŸ’» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
719
+
720
+ <br />
721
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
722
+ <br />
687
723
 
688
724
 
689
725
  <!-- markdownlint-restore -->