@storm-software/prettier 0.57.76 → 0.57.78

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
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Prettier
4
4
 
5
+ ## [0.57.77](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.77) (01/27/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **prettier:** Reduce the `printWidth` of the json configuration
10
+ ([2fc787622](https://github.com/storm-software/storm-ops/commit/2fc787622))
11
+
12
+ ## [0.57.76](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.76) (01/27/2026)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **prettier:** Update `json` file width and listed extensions
17
+ ([7e1cb0801](https://github.com/storm-software/storm-ops/commit/7e1cb0801))
18
+
5
19
  ## [0.57.74](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.74) (12/30/2025)
6
20
 
7
21
  ### Miscellaneous
package/all.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "proseWrap": "always",
2
+ "proseWrap": "preserve",
3
3
  "trailingComma": "none",
4
4
  "tabWidth": 2,
5
5
  "semi": true,
6
6
  "singleQuote": false,
7
- "quoteProps": "preserve",
7
+ "quoteProps": "as-needed",
8
8
  "insertPragma": false,
9
9
  "bracketSameLine": true,
10
10
  "printWidth": 80,
@@ -68,7 +68,11 @@
68
68
  },
69
69
  {
70
70
  "files": "**/*.{json,jsonc,json5}",
71
- "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
71
+ "options": {
72
+ "parser": "json",
73
+ "trailingComma": "none",
74
+ "objectWrap": "preserve"
75
+ }
72
76
  },
73
77
  {
74
78
  "files": "**/*.hbs",
package/base.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "proseWrap": "always",
2
+ "proseWrap": "preserve",
3
3
  "trailingComma": "none",
4
4
  "tabWidth": 2,
5
5
  "semi": true,
6
6
  "singleQuote": false,
7
- "quoteProps": "preserve",
7
+ "quoteProps": "as-needed",
8
8
  "insertPragma": false,
9
9
  "bracketSameLine": true,
10
10
  "printWidth": 80,
@@ -44,7 +44,11 @@
44
44
  },
45
45
  {
46
46
  "files": "**/*.{json,jsonc,json5}",
47
- "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
47
+ "options": {
48
+ "parser": "json",
49
+ "trailingComma": "none",
50
+ "objectWrap": "preserve"
51
+ }
48
52
  },
49
53
  {
50
54
  "files": "**/*.hbs",
package/config.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "proseWrap": "always",
2
+ "proseWrap": "preserve",
3
3
  "trailingComma": "none",
4
4
  "tabWidth": 2,
5
5
  "semi": true,
6
6
  "singleQuote": false,
7
- "quoteProps": "preserve",
7
+ "quoteProps": "as-needed",
8
8
  "insertPragma": false,
9
9
  "bracketSameLine": true,
10
10
  "printWidth": 80,
@@ -61,7 +61,11 @@
61
61
  },
62
62
  {
63
63
  "files": "**/*.{json,jsonc,json5}",
64
- "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
64
+ "options": {
65
+ "parser": "json",
66
+ "trailingComma": "none",
67
+ "objectWrap": "preserve"
68
+ }
65
69
  },
66
70
  {
67
71
  "files": "**/*.hbs",
package/index.cjs CHANGED
@@ -1,11 +1,11 @@
1
1
  // packages/prettier/src/index.ts
2
2
  module.exports = {
3
- proseWrap: "always",
3
+ proseWrap: "preserve",
4
4
  trailingComma: "none",
5
5
  tabWidth: 2,
6
6
  semi: true,
7
7
  singleQuote: false,
8
- quoteProps: "preserve",
8
+ quoteProps: "as-needed",
9
9
  insertPragma: false,
10
10
  bracketSameLine: true,
11
11
  printWidth: 80,
@@ -62,7 +62,11 @@ module.exports = {
62
62
  },
63
63
  {
64
64
  files: "**/*.{json,jsonc,json5}",
65
- options: { parser: "json", trailingComma: "none", printWidth: 40 }
65
+ options: {
66
+ parser: "json",
67
+ trailingComma: "none",
68
+ objectWrap: "preserve"
69
+ }
66
70
  },
67
71
  {
68
72
  files: "**/*.hbs",
package/jsdoc.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "proseWrap": "always",
2
+ "proseWrap": "preserve",
3
3
  "trailingComma": "none",
4
4
  "tabWidth": 2,
5
5
  "semi": true,
6
6
  "singleQuote": false,
7
- "quoteProps": "preserve",
7
+ "quoteProps": "as-needed",
8
8
  "insertPragma": false,
9
9
  "bracketSameLine": true,
10
10
  "printWidth": 80,
@@ -68,7 +68,11 @@
68
68
  },
69
69
  {
70
70
  "files": "**/*.{json,jsonc,json5}",
71
- "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
71
+ "options": {
72
+ "parser": "json",
73
+ "trailingComma": "none",
74
+ "objectWrap": "preserve"
75
+ }
72
76
  },
73
77
  {
74
78
  "files": "**/*.hbs",
package/meta.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "inputs": {
3
3
  "packages/prettier/src/index.ts": {
4
- "bytes": 1685,
4
+ "bytes": 1726,
5
5
  "imports": [],
6
6
  "format": "cjs"
7
7
  }
@@ -13,10 +13,10 @@
13
13
  "entryPoint": "packages/prettier/src/index.ts",
14
14
  "inputs": {
15
15
  "packages/prettier/src/index.ts": {
16
- "bytesInOutput": 1685
16
+ "bytesInOutput": 1726
17
17
  }
18
18
  },
19
- "bytes": 1719
19
+ "bytes": 1760
20
20
  }
21
21
  }
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.57.76",
3
+ "version": "0.57.78",
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": "830464e15f990a59f7f1bea0484149baab78954a"
79
+ "gitHead": "86f3b992bd770d4734a52bdc62f83dfb4b545b75"
80
80
  }
package/prisma.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "proseWrap": "always",
2
+ "proseWrap": "preserve",
3
3
  "trailingComma": "none",
4
4
  "tabWidth": 2,
5
5
  "semi": true,
6
6
  "singleQuote": false,
7
- "quoteProps": "preserve",
7
+ "quoteProps": "as-needed",
8
8
  "insertPragma": false,
9
9
  "bracketSameLine": true,
10
10
  "printWidth": 80,
@@ -61,7 +61,11 @@
61
61
  },
62
62
  {
63
63
  "files": "**/*.{json,jsonc,json5}",
64
- "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
64
+ "options": {
65
+ "parser": "json",
66
+ "trailingComma": "none",
67
+ "objectWrap": "preserve"
68
+ }
65
69
  },
66
70
  {
67
71
  "files": "**/*.hbs",
package/solidity.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "proseWrap": "always",
2
+ "proseWrap": "preserve",
3
3
  "trailingComma": "none",
4
4
  "tabWidth": 2,
5
5
  "semi": true,
6
6
  "singleQuote": false,
7
- "quoteProps": "preserve",
7
+ "quoteProps": "as-needed",
8
8
  "insertPragma": false,
9
9
  "bracketSameLine": true,
10
10
  "printWidth": 80,
@@ -61,7 +61,11 @@
61
61
  },
62
62
  {
63
63
  "files": "**/*.{json,jsonc,json5}",
64
- "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
64
+ "options": {
65
+ "parser": "json",
66
+ "trailingComma": "none",
67
+ "objectWrap": "preserve"
68
+ }
65
69
  },
66
70
  {
67
71
  "files": "**/*.hbs",
package/tailwindcss.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "proseWrap": "always",
2
+ "proseWrap": "preserve",
3
3
  "trailingComma": "none",
4
4
  "tabWidth": 2,
5
5
  "semi": true,
6
6
  "singleQuote": false,
7
- "quoteProps": "preserve",
7
+ "quoteProps": "as-needed",
8
8
  "insertPragma": false,
9
9
  "bracketSameLine": true,
10
10
  "printWidth": 80,
@@ -61,7 +61,11 @@
61
61
  },
62
62
  {
63
63
  "files": "**/*.{json,jsonc,json5}",
64
- "options": { "parser": "json", "trailingComma": "none", "printWidth": 40 }
64
+ "options": {
65
+ "parser": "json",
66
+ "trailingComma": "none",
67
+ "objectWrap": "preserve"
68
+ }
65
69
  },
66
70
  {
67
71
  "files": "**/*.hbs",