@storm-software/prettier 0.26.0 → 0.26.1

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
@@ -1,3 +1,9 @@
1
+ ## 0.26.1 (2024-12-18)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **storm-ops:** Resolved issue with ESM resolve error during postinstall script execution ([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
6
+
1
7
  ## 0.26.0 (2024-08-03)
2
8
 
3
9
 
package/meta.json CHANGED
@@ -1 +1,22 @@
1
- {"inputs":{"packages/prettier/src/index.ts":{"bytes":1392,"imports":[],"format":"cjs"}},"outputs":{"dist/packages/prettier/index.cjs":{"imports":[],"exports":[],"entryPoint":"packages/prettier/src/index.ts","inputs":{"packages/prettier/src/index.ts":{"bytesInOutput":1392}},"bytes":1426}}}
1
+ {
2
+ "inputs": {
3
+ "packages/prettier/src/index.ts": {
4
+ "bytes": 1392,
5
+ "imports": [],
6
+ "format": "cjs"
7
+ }
8
+ },
9
+ "outputs": {
10
+ "dist/packages/prettier/index.cjs": {
11
+ "imports": [],
12
+ "exports": [],
13
+ "entryPoint": "packages/prettier/src/index.ts",
14
+ "inputs": {
15
+ "packages/prettier/src/index.ts": {
16
+ "bytesInOutput": 1392
17
+ }
18
+ },
19
+ "bytes": 1426
20
+ }
21
+ }
22
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -37,7 +37,7 @@
37
37
  "monorepo"
38
38
  ],
39
39
  "peerDependencies": {
40
- "prettier": "^3.3.0",
40
+ "prettier": "3.3.2",
41
41
  "prettier-plugin-tailwindcss": "0.6.5"
42
42
  },
43
43
  "peerDependenciesMeta": {