eslint-plugin-oxfmt 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -67,7 +67,7 @@ const configs = { recommended };
67
67
  //#endregion
68
68
  //#region package.json
69
69
  var name = "eslint-plugin-oxfmt";
70
- var version = "0.0.2";
70
+ var version = "0.0.3";
71
71
 
72
72
  //#endregion
73
73
  //#region src/meta.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eslint-plugin-oxfmt",
3
3
  "type": "module",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "description": "An ESLint plugin for formatting code with oxfmt.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "generate-differences": "^0.1.1",
50
- "load-oxfmt-config": "^0.0.2",
51
- "oxfmt": "^0.20.0",
50
+ "load-oxfmt-config": "^0.0.3",
51
+ "oxfmt": "^0.21.0",
52
52
  "synckit": "^0.11.11"
53
53
  },
54
54
  "devDependencies": {
@@ -67,7 +67,7 @@
67
67
  "prettier": "^3.7.4",
68
68
  "show-invisibles": "^0.0.2",
69
69
  "tinyglobby": "^0.2.15",
70
- "tsdown": "^0.18.3",
70
+ "tsdown": "^0.18.4",
71
71
  "tsx": "^4.21.0",
72
72
  "typescript": "^5.9.3",
73
73
  "vitest": "^4.0.16"