load-oxfmt-config 0.0.6 → 0.0.7
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/dist/index.d.mts +6 -6
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -3,16 +3,16 @@ import { FormatOptions } from "oxfmt";
|
|
|
3
3
|
//#region src/types.d.ts
|
|
4
4
|
interface Options {
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
* Path to the configuration file
|
|
7
|
+
*/
|
|
8
8
|
configPath?: string;
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
* Current working directory
|
|
11
|
+
*/
|
|
12
12
|
cwd?: string;
|
|
13
13
|
/**
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
* Whether to use cache
|
|
15
|
+
*/
|
|
16
16
|
useCache?: boolean;
|
|
17
17
|
}
|
|
18
18
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "load-oxfmt-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"description": "Load .oxfmtrc.json(c) for oxfmt.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"jsonc-parser",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"sideEffects": false,
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"oxfmt": "^0.
|
|
41
|
+
"oxfmt": "^0.26.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"jsonc-parser": "^3.3.1"
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"@ntnyq/eslint-config": "^5.9.0",
|
|
48
48
|
"@ntnyq/prettier-config": "^3.0.1",
|
|
49
49
|
"@ntnyq/tsconfig": "^3.1.0",
|
|
50
|
-
"@types/node": "^25.0.
|
|
51
|
-
"bumpp": "^10.
|
|
50
|
+
"@types/node": "^25.0.9",
|
|
51
|
+
"bumpp": "^10.4.0",
|
|
52
52
|
"eslint": "^9.39.2",
|
|
53
53
|
"husky": "^9.1.7",
|
|
54
54
|
"nano-staged": "^0.9.0",
|
|
55
55
|
"npm-run-all2": "^8.0.4",
|
|
56
|
-
"oxfmt": "^0.
|
|
57
|
-
"prettier": "^3.
|
|
58
|
-
"tsdown": "^0.
|
|
56
|
+
"oxfmt": "^0.26.0",
|
|
57
|
+
"prettier": "^3.8.0",
|
|
58
|
+
"tsdown": "^0.20.0-beta.3",
|
|
59
59
|
"typescript": "^5.9.3",
|
|
60
|
-
"vitest": "^4.0.
|
|
60
|
+
"vitest": "^4.0.17"
|
|
61
61
|
},
|
|
62
62
|
"nano-staged": {
|
|
63
63
|
"*.{js,ts,mjs,cjs,md,vue,yml,yaml,toml,json}": "eslint --fix",
|