@storm-software/oxfmt 0.0.19 → 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/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.19",
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": "2ec2f6450b4d2cbd7b9594af57afe02eedbbb128"
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,