@dword-design/base 15.3.6 → 15.4.1
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.
|
@@ -45,7 +45,7 @@ export default function () {
|
|
|
45
45
|
}),
|
|
46
46
|
author: "Sebastian Landwehr <info@sebastianlandwehr.com>",
|
|
47
47
|
engines: {
|
|
48
|
-
node: `>=${this.config.minNodeVersion
|
|
48
|
+
node: `>=${this.config.minNodeVersion ?? this.config.supportedNodeVersions[0]}${this.config.maxNodeVersion === null ? "" : `<${this.config.maxNodeVersion}`}`
|
|
49
49
|
},
|
|
50
50
|
files: ["dist"],
|
|
51
51
|
license: "MIT",
|
package/dist/index.d.ts
CHANGED
|
@@ -32,7 +32,8 @@ type Config = {
|
|
|
32
32
|
lint: (options?: PartialCommandOptions) => unknown;
|
|
33
33
|
typecheck: (options?: PartialCommandOptions) => unknown;
|
|
34
34
|
macos: boolean;
|
|
35
|
-
minNodeVersion: number;
|
|
35
|
+
minNodeVersion: number | null;
|
|
36
|
+
maxNodeVersion: number | null;
|
|
36
37
|
nodeVersion: number;
|
|
37
38
|
preDeploySteps: string[];
|
|
38
39
|
prepare: (options?: PartialCommandOptions) => unknown;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/base",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.4.1",
|
|
4
4
|
"description": "Base package for projects.",
|
|
5
5
|
"repository": "dword-design/base",
|
|
6
6
|
"funding": "https://github.com/sponsors/dword-design",
|
|
@@ -9,10 +9,8 @@
|
|
|
9
9
|
"type": "module",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"types": "./dist/index.d.ts"
|
|
15
|
-
}
|
|
12
|
+
"default": "./dist/index.js",
|
|
13
|
+
"types": "./dist/index.d.ts"
|
|
16
14
|
}
|
|
17
15
|
},
|
|
18
16
|
"main": "dist/index.js",
|
|
@@ -35,39 +33,39 @@
|
|
|
35
33
|
"dependencies": {
|
|
36
34
|
"@commitlint/cli": "^18.6.1",
|
|
37
35
|
"@commitlint/config-conventional": "^18.6.3",
|
|
38
|
-
"@dword-design/base-config-node": "^4.0.
|
|
36
|
+
"@dword-design/base-config-node": "^4.0.1",
|
|
39
37
|
"@dword-design/ci": "^5.0.0",
|
|
40
38
|
"@dword-design/defu": "^1.0.3",
|
|
41
|
-
"@dword-design/eslint-config": "^8.0.
|
|
39
|
+
"@dword-design/eslint-config": "^8.0.4",
|
|
42
40
|
"@dword-design/personal-data": "^3.0.0",
|
|
43
41
|
"@semantic-release/changelog": "^6.0.3",
|
|
44
42
|
"@semantic-release/git": "^10.0.1",
|
|
45
43
|
"ajv": "^8.17.1",
|
|
46
44
|
"braces": "^3.0.3",
|
|
47
|
-
"c8": "^10.
|
|
45
|
+
"c8": "^10.1.3",
|
|
48
46
|
"change-case": "^5.4.4",
|
|
49
47
|
"commitizen": "^4.3.1",
|
|
50
48
|
"cosmiconfig": "^9.0.0",
|
|
51
49
|
"cz-conventional-changelog": "^3.3.0",
|
|
52
|
-
"depcheck": "npm:@dword-design/depcheck@^0.0.
|
|
50
|
+
"depcheck": "npm:@dword-design/depcheck@^0.0.12",
|
|
53
51
|
"depcheck-detector-bin-name": "^1.0.2",
|
|
54
52
|
"depcheck-detector-execa": "^4.0.3",
|
|
55
53
|
"depcheck-detector-package-name": "^3.0.4",
|
|
56
|
-
"depcheck-package-name": "^4.0.
|
|
57
|
-
"endent": "npm:@dword-design/endent@^1.4.
|
|
58
|
-
"eslint": "^9.
|
|
54
|
+
"depcheck-package-name": "^4.0.1",
|
|
55
|
+
"endent": "npm:@dword-design/endent@^1.4.7",
|
|
56
|
+
"eslint": "^9.35.0",
|
|
59
57
|
"execa": "^9.6.0",
|
|
60
58
|
"find-up": "^7.0.0",
|
|
61
|
-
"fs-extra": "^11.3.
|
|
59
|
+
"fs-extra": "^11.3.1",
|
|
62
60
|
"get-projectz-readme-section-regex": "^4.0.0",
|
|
63
61
|
"globby": "^14.1.0",
|
|
64
|
-
"hosted-git-info": "^8.
|
|
62
|
+
"hosted-git-info": "^8.1.0",
|
|
65
63
|
"husky": "^8.0.3",
|
|
66
|
-
"ignore": "^7.0.
|
|
64
|
+
"ignore": "^7.0.5",
|
|
67
65
|
"ini": "^5.0.0",
|
|
68
|
-
"is-ci": "^4.
|
|
69
|
-
"jiti": "^2.
|
|
70
|
-
"lint-staged": "^16.1.
|
|
66
|
+
"is-ci": "^4.1.0",
|
|
67
|
+
"jiti": "^2.5.1",
|
|
68
|
+
"lint-staged": "^16.1.6",
|
|
71
69
|
"lodash-es": "^4.17.21",
|
|
72
70
|
"make-cli": "^4.0.8",
|
|
73
71
|
"output-files": "^3.0.0",
|
|
@@ -82,21 +80,21 @@
|
|
|
82
80
|
"spdx-expression-parse": "^4.0.0",
|
|
83
81
|
"spdx-license-list": "^6.10.0",
|
|
84
82
|
"tagged-template-noop": "^2.1.1",
|
|
85
|
-
"tsx": "^4.20.
|
|
83
|
+
"tsx": "^4.20.5",
|
|
86
84
|
"type-fest": "^4.41.0",
|
|
87
|
-
"typescript": "^5.
|
|
85
|
+
"typescript": "^5.9.2",
|
|
88
86
|
"vue-tsc": "^2.2.12",
|
|
89
|
-
"yaml": "^2.8.
|
|
87
|
+
"yaml": "^2.8.1"
|
|
90
88
|
},
|
|
91
89
|
"devDependencies": {
|
|
92
90
|
"@dword-design/dotenv-json-extended": "^4.0.1",
|
|
93
|
-
"@playwright/test": "^1.
|
|
91
|
+
"@playwright/test": "^1.55.0",
|
|
94
92
|
"@types/hosted-git-info": "^3.0.5",
|
|
95
93
|
"@types/parse-git-config": "^3.0.4",
|
|
96
94
|
"p-event": "^6.0.1",
|
|
97
95
|
"renovate": "^39.264.1",
|
|
98
96
|
"sharp": "^0.34.3",
|
|
99
|
-
"strip-ansi": "^7.1.
|
|
97
|
+
"strip-ansi": "^7.1.2",
|
|
100
98
|
"uuid": "^11.1.0"
|
|
101
99
|
},
|
|
102
100
|
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
|