@storm-software/prettier 0.26.0 → 0.27.2
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 +26 -0
- package/README.md +1 -1
- package/meta.json +22 -1
- package/package.json +1 -66
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 0.27.2 (2025-01-11)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## 0.27.0 (2024-12-30)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
|
|
14
|
+
- **storm-ops:** Added pnpm `catalog` dependency specification to the monorepo ([b8e6a6e0](https://github.com/storm-software/storm-ops/commit/b8e6a6e0))
|
|
15
|
+
|
|
16
|
+
### Dependency Upgrades
|
|
17
|
+
|
|
18
|
+
- **storm-ops:** Moved `c12` and `eslint` dependencies into workspace catalog ([049a350f](https://github.com/storm-software/storm-ops/commit/049a350f))
|
|
19
|
+
- **storm-ops:** Added consistent `@types/node` versions across repository ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
|
|
20
|
+
|
|
21
|
+
## 0.26.1 (2024-12-18)
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- **storm-ops:** Resolved issue with ESM resolve error during postinstall script execution ([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
|
|
26
|
+
|
|
1
27
|
## 0.26.0 (2024-08-03)
|
|
2
28
|
|
|
3
29
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/meta.json
CHANGED
|
@@ -1 +1,22 @@
|
|
|
1
|
-
{
|
|
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,66 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@storm-software/prettier",
|
|
3
|
-
"version": "0.26.0",
|
|
4
|
-
"type": "commonjs",
|
|
5
|
-
"description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "github",
|
|
8
|
-
"url": "https://github.com/storm-software/storm-ops",
|
|
9
|
-
"directory": "packages/prettier"
|
|
10
|
-
},
|
|
11
|
-
"homepage": "https://stormsoftware.com",
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/storm-software/storm-ops/issues",
|
|
14
|
-
"email": "support@stormsoftware.com"
|
|
15
|
-
},
|
|
16
|
-
"author": {
|
|
17
|
-
"name": "Storm Software",
|
|
18
|
-
"email": "contact@stormsoftware.com",
|
|
19
|
-
"url": "https://stormsoftware.com"
|
|
20
|
-
},
|
|
21
|
-
"license": "Apache-2.0",
|
|
22
|
-
"private": false,
|
|
23
|
-
"exports": {
|
|
24
|
-
".": "./index.cjs",
|
|
25
|
-
"./index": "./index.cjs",
|
|
26
|
-
"./.prettierignore": "./.prettierignore",
|
|
27
|
-
"./config.json": "./config.json",
|
|
28
|
-
"./tailwindcss.json": "./tailwindcss.json",
|
|
29
|
-
"./package.json": "./package.json"
|
|
30
|
-
},
|
|
31
|
-
"keywords": [
|
|
32
|
-
"storm",
|
|
33
|
-
"storm-ops",
|
|
34
|
-
"sullivanpj",
|
|
35
|
-
"prettier",
|
|
36
|
-
"prettier-config",
|
|
37
|
-
"monorepo"
|
|
38
|
-
],
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"prettier": "^3.3.0",
|
|
41
|
-
"prettier-plugin-tailwindcss": "0.6.5"
|
|
42
|
-
},
|
|
43
|
-
"peerDependenciesMeta": {
|
|
44
|
-
"prettier": {
|
|
45
|
-
"optional": false
|
|
46
|
-
},
|
|
47
|
-
"prettier-plugin-tailwindcss": {
|
|
48
|
-
"optional": true
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"prettier-plugin-organize-imports": "4.0.0",
|
|
53
|
-
"prettier-plugin-pkg": "0.18.1",
|
|
54
|
-
"prettier-plugin-prisma": "5.0.0",
|
|
55
|
-
"prettier-plugin-sh": "0.14.0",
|
|
56
|
-
"prettier-plugin-solidity": "1.3.1"
|
|
57
|
-
},
|
|
58
|
-
"devDependencies": {
|
|
59
|
-
"@types/prettier": "3.0.0",
|
|
60
|
-
"prettier": "3.3.2",
|
|
61
|
-
"prettier-plugin-tailwindcss": "0.6.5"
|
|
62
|
-
},
|
|
63
|
-
"publishConfig": {
|
|
64
|
-
"access": "public"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
1
|
+
{"name":"@storm-software/prettier","version":"0.27.2","type":"commonjs","description":"⚡ A package containing the base Prettier configuration used by Storm Software across many projects.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/prettier"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"exports":{".":"./index.cjs","./index":"./index.cjs","./.prettierignore":"./.prettierignore","./config.json":"./config.json","./tailwindcss.json":"./tailwindcss.json","./package.json":"./package.json"},"keywords":["monorepo","prettier","prettier-config","storm","storm-ops","sullivanpj"],"peerDependencies":{"prettier":"^3.3.3","prettier-plugin-tailwindcss":"0.6.5"},"peerDependenciesMeta":{"prettier":{"optional":false},"prettier-plugin-tailwindcss":{"optional":true}},"dependencies":{"prettier-plugin-organize-imports":"4.0.0","prettier-plugin-pkg":"0.18.1","prettier-plugin-prisma":"5.0.0","prettier-plugin-sh":"0.14.0","prettier-plugin-solidity":"1.3.1"},"devDependencies":{"@types/node":"^22.10.2","prettier":"^3.3.3","prettier-plugin-tailwindcss":"0.6.5"},"publishConfig":{"access":"public"}}
|