@storm-software/prettier 0.57.78 → 0.57.79
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 +6 -0
- package/all.json +2 -1
- package/base.json +2 -1
- package/config.json +2 -1
- package/index.cjs +2 -1
- package/jsdoc.json +2 -1
- package/meta.json +3 -3
- package/package.json +2 -2
- package/prisma.json +2 -1
- package/solidity.json +2 -1
- package/tailwindcss.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Prettier
|
|
4
4
|
|
|
5
|
+
## [0.57.78](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.78) (01/27/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **prettier:** Clean up `json` prettier config ([988aeced3](https://github.com/storm-software/storm-ops/commit/988aeced3))
|
|
10
|
+
|
|
5
11
|
## [0.57.77](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.57.77) (01/27/2026)
|
|
6
12
|
|
|
7
13
|
### Miscellaneous
|
package/all.json
CHANGED
package/base.json
CHANGED
package/config.json
CHANGED
package/index.cjs
CHANGED
package/jsdoc.json
CHANGED
package/meta.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inputs": {
|
|
3
3
|
"packages/prettier/src/index.ts": {
|
|
4
|
-
"bytes":
|
|
4
|
+
"bytes": 1751,
|
|
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":
|
|
16
|
+
"bytesInOutput": 1751
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
-
"bytes":
|
|
19
|
+
"bytes": 1785
|
|
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.
|
|
3
|
+
"version": "0.57.79",
|
|
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": "
|
|
79
|
+
"gitHead": "1f20cb49bd068eed11accd4abcd7784f220566d4"
|
|
80
80
|
}
|
package/prisma.json
CHANGED
package/solidity.json
CHANGED