@storm-software/prettier 0.58.3 → 0.58.5

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/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.1-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.58.3-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/all.json CHANGED
@@ -106,7 +106,7 @@
106
106
  ],
107
107
  "plugins": [
108
108
  "prettier-plugin-sh",
109
- "prettier-plugin-pkg",
109
+ "prettier-plugin-packagejson",
110
110
  "prettier-plugin-jsdoc",
111
111
  "prettier-plugin-toml",
112
112
  "prettier-plugin-prisma",
package/base.json CHANGED
@@ -57,6 +57,10 @@
57
57
  }
58
58
  }
59
59
  ],
60
- "plugins": ["prettier-plugin-sh", "prettier-plugin-pkg", "prettier-plugin-organize-imports"],
60
+ "plugins": [
61
+ "prettier-plugin-sh",
62
+ "prettier-plugin-packagejson",
63
+ "prettier-plugin-organize-imports"
64
+ ],
61
65
  "organizeImportsSkipDestructiveCodeActions": false
62
66
  }
package/config.json CHANGED
@@ -95,7 +95,7 @@
95
95
  ],
96
96
  "plugins": [
97
97
  "prettier-plugin-sh",
98
- "prettier-plugin-pkg",
98
+ "prettier-plugin-packagejson",
99
99
  "prettier-plugin-toml",
100
100
  "prettier-plugin-jsdoc",
101
101
  "prettier-plugin-organize-imports",
package/index.cjs CHANGED
@@ -121,7 +121,7 @@ var config_default = {
121
121
  ],
122
122
  plugins: [
123
123
  "prettier-plugin-sh",
124
- "prettier-plugin-pkg",
124
+ "prettier-plugin-packagejson",
125
125
  "prettier-plugin-toml",
126
126
  "prettier-plugin-jsdoc",
127
127
  "prettier-plugin-organize-imports",
package/index.js CHANGED
@@ -96,7 +96,7 @@ var config_default = {
96
96
  ],
97
97
  plugins: [
98
98
  "prettier-plugin-sh",
99
- "prettier-plugin-pkg",
99
+ "prettier-plugin-packagejson",
100
100
  "prettier-plugin-toml",
101
101
  "prettier-plugin-jsdoc",
102
102
  "prettier-plugin-organize-imports",
package/jsdoc.json CHANGED
@@ -95,7 +95,7 @@
95
95
  ],
96
96
  "plugins": [
97
97
  "prettier-plugin-sh",
98
- "prettier-plugin-pkg",
98
+ "prettier-plugin-packagejson",
99
99
  "prettier-plugin-jsdoc",
100
100
  "prettier-plugin-toml",
101
101
  "prettier-plugin-organize-imports"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.58.3",
3
+ "version": "0.58.5",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -65,7 +65,7 @@
65
65
  "prettier": "^3.8.1",
66
66
  "prettier-plugin-astro": "^0.14.1",
67
67
  "prettier-plugin-organize-imports": "^4.0.0",
68
- "prettier-plugin-pkg": "^0.18.1",
68
+ "prettier-plugin-packagejson": "^3.0.0",
69
69
  "prettier-plugin-prisma": "^5.0.0",
70
70
  "prettier-plugin-sh": "^0.15.0",
71
71
  "prettier-plugin-solidity": "1.3.1",
@@ -76,7 +76,7 @@
76
76
  "prettier": { "optional": false },
77
77
  "prettier-plugin-astro": { "optional": true },
78
78
  "prettier-plugin-organize-imports": { "optional": false },
79
- "prettier-plugin-pkg": { "optional": false },
79
+ "prettier-plugin-packagejson": { "optional": false },
80
80
  "prettier-plugin-prisma": { "optional": false },
81
81
  "prettier-plugin-sh": { "optional": false },
82
82
  "prettier-plugin-solidity": { "optional": true },
@@ -86,7 +86,7 @@
86
86
  "dependencies": {
87
87
  "prettier-plugin-jsdoc": "^1.8.0",
88
88
  "prettier-plugin-organize-imports": "^4.3.0",
89
- "prettier-plugin-pkg": "^0.18.1",
89
+ "prettier-plugin-packagejson": "^3.0.0",
90
90
  "prettier-plugin-sh": "^0.15.0",
91
91
  "prettier-plugin-toml": "^2.0.6"
92
92
  },
@@ -99,5 +99,5 @@
99
99
  "prettier-plugin-tailwindcss": "^0.6.14"
100
100
  },
101
101
  "publishConfig": { "access": "public" },
102
- "gitHead": "ddb34f72b2d32fc5198a1d3a94829441d951bc82"
102
+ "gitHead": "f9611db126b33c60336faef7eeff63eb1e8031b7"
103
103
  }
package/prisma.json CHANGED
@@ -88,7 +88,7 @@
88
88
  ],
89
89
  "plugins": [
90
90
  "prettier-plugin-sh",
91
- "prettier-plugin-pkg",
91
+ "prettier-plugin-packagejson",
92
92
  "prettier-plugin-toml",
93
93
  "prettier-plugin-organize-imports",
94
94
  "prettier-plugin-prisma"
package/recommended.json CHANGED
@@ -95,7 +95,7 @@
95
95
  ],
96
96
  "plugins": [
97
97
  "prettier-plugin-sh",
98
- "prettier-plugin-pkg",
98
+ "prettier-plugin-packagejson",
99
99
  "prettier-plugin-toml",
100
100
  "prettier-plugin-jsdoc",
101
101
  "prettier-plugin-organize-imports",
package/solidity.json CHANGED
@@ -99,7 +99,7 @@
99
99
  ],
100
100
  "plugins": [
101
101
  "prettier-plugin-sh",
102
- "prettier-plugin-pkg",
102
+ "prettier-plugin-packagejson",
103
103
  "prettier-plugin-toml",
104
104
  "prettier-plugin-prisma",
105
105
  "prettier-plugin-organize-imports",
package/tailwindcss.json CHANGED
@@ -82,7 +82,7 @@
82
82
  ],
83
83
  "plugins": [
84
84
  "prettier-plugin-sh",
85
- "prettier-plugin-pkg",
85
+ "prettier-plugin-packagejson",
86
86
  "prettier-plugin-toml",
87
87
  "prettier-plugin-organize-imports",
88
88
  "prettier-plugin-prisma",