c12 2.0.0-beta.3 → 2.0.0
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c12",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Smart Config Loader",
|
|
5
5
|
"repository": "unjs/c12",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"lint": "eslint . && prettier -c src test",
|
|
32
32
|
"lint:fix": "eslint . --fix && prettier -w src test",
|
|
33
33
|
"prepack": "unbuild",
|
|
34
|
-
"release": "pnpm build && pnpm test && changelogen --release --
|
|
34
|
+
"release": "pnpm build && pnpm test && changelogen --release --push --publish",
|
|
35
35
|
"test": "pnpm lint && vitest run --coverage && pnpm test:types",
|
|
36
36
|
"test:types": "tsc --noEmit"
|
|
37
37
|
},
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"rc9": "^2.1.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@types/node": "^22.7.
|
|
53
|
+
"@types/node": "^22.7.4",
|
|
54
54
|
"@vitest/coverage-v8": "^2.1.1",
|
|
55
55
|
"automd": "^0.3.8",
|
|
56
56
|
"changelogen": "^0.5.7",
|
|
57
57
|
"eslint": "^9.11.1",
|
|
58
|
-
"eslint-config-unjs": "^0.
|
|
58
|
+
"eslint-config-unjs": "^0.4.1",
|
|
59
59
|
"expect-type": "^0.20.0",
|
|
60
60
|
"magicast": "^0.3.5",
|
|
61
61
|
"prettier": "^3.3.3",
|