create-minimal-package 1.7.0 → 1.7.4
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 +3 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-minimal-package",
|
|
3
3
|
"type": "commonjs",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.4",
|
|
5
5
|
"description": "Minimalistic npm package template with 📦🚀semantic-release + Commitizen, CodeCov, Renovate, pre-commit + EsLint (✗🐶Husky + Lint Staged), ⚡️Vitest (✗👢Jest), 📖TypeDoc + Github Pages support. Note that this is a generated sample package.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "34j"
|
|
@@ -39,12 +39,11 @@
|
|
|
39
39
|
"test:watch": "vitest --watch --coverage --coverage.include=src",
|
|
40
40
|
"test": "vitest --coverage --coverage.include=src",
|
|
41
41
|
"watch": "npm-run-all --race --parallel *:watch",
|
|
42
|
-
"update": "npm-check-updates -u"
|
|
42
|
+
"update": "npm-check-updates -u",
|
|
43
|
+
"semantic-release": "semantic-release"
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
45
46
|
"@antfu/eslint-config": "6.1.0",
|
|
46
|
-
"@semantic-release/changelog": "6.0.3",
|
|
47
|
-
"@semantic-release/git": "10.0.1",
|
|
48
47
|
"@tsconfig/strictest": "2.0.6",
|
|
49
48
|
"@types/node": "24.9.1",
|
|
50
49
|
"@typescript-eslint/eslint-plugin": "8.46.2",
|
|
@@ -54,7 +53,6 @@
|
|
|
54
53
|
"eslint": "9.38.0",
|
|
55
54
|
"npm-run-all2": "8.0.4",
|
|
56
55
|
"playwright": "1.56.1",
|
|
57
|
-
"semantic-release": "25.0.1",
|
|
58
56
|
"typedoc": "0.28.14",
|
|
59
57
|
"typescript": "5.9.3",
|
|
60
58
|
"vitest": "4.0.3"
|