@storm-software/prettier 0.59.1 → 0.59.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/.prettierignore CHANGED
@@ -81,9 +81,12 @@ bun.lockb
81
81
  **/next-env.d.ts
82
82
  **/node_modules
83
83
  **/npm-lock.*
84
- **/nx/**/?(.)schema.d.ts
85
- **/nx/**/?(.)schema.json
86
- **/nx/**/?(.)schema.md
84
+ **/nx/**/schema.d.ts
85
+ **/nx/**/*.schema.d.ts
86
+ **/nx/**/schema.json
87
+ **/nx/**/*.schema.json
88
+ **/nx/**/schema.md
89
+ **/nx/**/*.schema.md
87
90
  **/nx/**/generators/**/files
88
91
  **/output
89
92
  **/package-lock.*
@@ -99,3 +102,4 @@ bun.lockb
99
102
  **/workbox*.js
100
103
  **/yarn.lock
101
104
  **/yarn.lock.*
105
+ **/capnp
@@ -1,7 +1,4 @@
1
1
  **/package.json
2
-
3
- // From .prettierignore:
4
-
5
2
  .alexignore
6
3
  .prettierignore
7
4
  npm-lock.json
@@ -85,9 +82,12 @@ bun.lockb
85
82
  **/next-env.d.ts
86
83
  **/node_modules
87
84
  **/npm-lock.*
88
- **/nx/**/?(.)schema.d.ts
89
- **/nx/**/?(.)schema.json
90
- **/nx/**/?(.)schema.md
85
+ **/nx/**/schema.d.ts
86
+ **/nx/**/*.schema.d.ts
87
+ **/nx/**/schema.json
88
+ **/nx/**/*.schema.json
89
+ **/nx/**/schema.md
90
+ **/nx/**/*.schema.md
91
91
  **/nx/**/generators/**/files
92
92
  **/output
93
93
  **/package-lock.*
@@ -103,3 +103,5 @@ bun.lockb
103
103
  **/workbox*.js
104
104
  **/yarn.lock
105
105
  **/yarn.lock.*
106
+ **/capnp
107
+
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.58.25-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![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 Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&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)
30
+ [![Version](https://img.shields.io/badge/version-0.59.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![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 Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&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)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.59.1",
3
+ "version": "0.59.2",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -103,5 +103,5 @@
103
103
  "prettier-plugin-toml": { "optional": false }
104
104
  },
105
105
  "publishConfig": { "access": "public" },
106
- "gitHead": "32a1c767b09eb0b4cff78245f87d5439a158dc1d"
106
+ "gitHead": "7403913b4932d83f02ddd1ae82ee17634d14a613"
107
107
  }