@storm-software/prettier 0.57.66 → 0.57.68

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
@@ -35,3 +35,14 @@ bun.lockb
35
35
  **/LICENSE.txt
36
36
  **/src/generators/**/files/**/*
37
37
  **/typegen.d.ts
38
+
39
+ # Ignore Nx plugin generated files
40
+ packages/*/src/executors/*/schema.d.ts
41
+ packages/*/src/executors/*/schema.json
42
+ packages/*/src/executors/*/schema.md
43
+ packages/*/src/executors/*/*.schema.*
44
+ packages/*/src/generators/*/files/**/*
45
+ packages/*/src/generators/*/schema.d.ts
46
+ packages/*/src/generators/*/schema.json
47
+ packages/*/src/generators/*/schema.md
48
+ packages/*/src/generators/*/*.schema.*
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  # Changelog for Storm Ops - Prettier
4
4
 
5
+ ## [0.57.66](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.66) (12/15/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Format repository source files
10
+ ([6415008e9](https://github.com/storm-software/storm-ops/commit/6415008e9))
11
+ - **monorepo:** Format workspace source files
12
+ ([b957f4850](https://github.com/storm-software/storm-ops/commit/b957f4850))
13
+
5
14
  ## [0.57.65](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.65) (12/15/2025)
6
15
 
7
16
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.57.66",
3
+ "version": "0.57.68",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -76,5 +76,5 @@
76
76
  "prettier-plugin-tailwindcss": "^0.6.14"
77
77
  },
78
78
  "publishConfig": { "access": "public" },
79
- "gitHead": "58754a0336790191cb3c0ead5b28fef7db35fac3"
79
+ "gitHead": "d8aee7840461402f9b37d069474ccd3ea5fda31d"
80
80
  }