@storm-software/prettier 0.58.23 → 0.58.25

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.
Files changed (2) hide show
  1. package/.prettierignore +1 -0
  2. package/package.json +2 -2
package/.prettierignore CHANGED
@@ -50,6 +50,7 @@ bun.lockb
50
50
  **/.vite-inspect
51
51
  **/.vitepress/cache
52
52
  **/.wrangler
53
+ **/.rolldown
53
54
  **/.yarn
54
55
  **/__generated__
55
56
  **/__mocks__
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.58.23",
3
+ "version": "0.58.25",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -99,5 +99,5 @@
99
99
  "prettier-plugin-tailwindcss": "^0.6.14"
100
100
  },
101
101
  "publishConfig": { "access": "public" },
102
- "gitHead": "b4a46530bc6f2bd23a96457e7b7bbfc503730503"
102
+ "gitHead": "89922f0ab62cc4511964849ccba9c919cce20794"
103
103
  }