@storm-software/oxfmt 0.0.18 → 0.0.20

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/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.0.11-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.0.18-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/config.json CHANGED
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json",
2
3
  "proseWrap": "preserve",
3
4
  "trailingComma": "none",
4
5
  "tabWidth": 2,
package/index.cjs CHANGED
@@ -23,8 +23,9 @@ __export(index_exports, {
23
23
  });
24
24
  module.exports = __toCommonJS(index_exports);
25
25
 
26
- // packages/oxfmt/src/config.json
27
- var config_default = {
26
+ // packages/oxfmt/src/recommended.json
27
+ var recommended_default = {
28
+ $schema: "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json",
28
29
  proseWrap: "preserve",
29
30
  trailingComma: "none",
30
31
  tabWidth: 2,
@@ -89,4 +90,4 @@ var config_default = {
89
90
  };
90
91
 
91
92
  // packages/oxfmt/src/index.ts
92
- var index_default = config_default;
93
+ var index_default = recommended_default;
package/index.js CHANGED
@@ -1,5 +1,6 @@
1
- // packages/oxfmt/src/config.json
2
- var config_default = {
1
+ // packages/oxfmt/src/recommended.json
2
+ var recommended_default = {
3
+ $schema: "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json",
3
4
  proseWrap: "preserve",
4
5
  trailingComma: "none",
5
6
  tabWidth: 2,
@@ -64,7 +65,7 @@ var config_default = {
64
65
  };
65
66
 
66
67
  // packages/oxfmt/src/index.ts
67
- var index_default = config_default;
68
+ var index_default = recommended_default;
68
69
  export {
69
70
  index_default as default
70
71
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/oxfmt",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -53,5 +53,5 @@
53
53
  "peerDependencies": { "oxfmt": "*" },
54
54
  "peerDependenciesMeta": { "oxfmt": { "optional": false } },
55
55
  "publishConfig": { "access": "public" },
56
- "gitHead": "b6da2d24e56e885c36947d4888e1a6380c1907b8"
56
+ "gitHead": "058ac110e66970612f8f2498c7c1e1246ef4cd54"
57
57
  }
package/recommended.json CHANGED
@@ -1,4 +1,5 @@
1
1
  {
2
+ "$schema": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json",
2
3
  "proseWrap": "preserve",
3
4
  "trailingComma": "none",
4
5
  "tabWidth": 2,