@dword-design/base 9.6.4 → 10.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.
|
@@ -11,7 +11,7 @@ Object {
|
|
|
11
11
|
"git": undefined,
|
|
12
12
|
"gitignore": Array [],
|
|
13
13
|
"name": "base-config-foo",
|
|
14
|
-
"nodeVersion":
|
|
14
|
+
"nodeVersion": 20,
|
|
15
15
|
"preDeploySteps": Array [],
|
|
16
16
|
"readmeInstallString": "## Install
|
|
17
17
|
|
|
@@ -24,9 +24,9 @@ $ yarn add foo
|
|
|
24
24
|
\`\`\`",
|
|
25
25
|
"seeAlso": Array [],
|
|
26
26
|
"supportedNodeVersions": Array [
|
|
27
|
-
14,
|
|
28
27
|
16,
|
|
29
28
|
18,
|
|
29
|
+
20,
|
|
30
30
|
],
|
|
31
31
|
"syncKeywords": true,
|
|
32
32
|
"windows": true,
|
|
@@ -29,7 +29,7 @@ Object {
|
|
|
29
29
|
Object {
|
|
30
30
|
"uses": "actions/setup-node@v3",
|
|
31
31
|
"with": Object {
|
|
32
|
-
"node-version":
|
|
32
|
+
"node-version": 20,
|
|
33
33
|
},
|
|
34
34
|
},
|
|
35
35
|
Object {
|
|
@@ -100,7 +100,7 @@ Object {
|
|
|
100
100
|
},
|
|
101
101
|
},
|
|
102
102
|
Object {
|
|
103
|
-
"if": "matrix.os == 'ubuntu-latest' && matrix.node ==
|
|
103
|
+
"if": "matrix.os == 'ubuntu-latest' && matrix.node == 20",
|
|
104
104
|
"uses": "codecov/codecov-action@v3",
|
|
105
105
|
"with": Object {
|
|
106
106
|
"token": "\${{ secrets.CODECOV_TOKEN }}",
|
|
@@ -111,23 +111,23 @@ Object {
|
|
|
111
111
|
"matrix": Object {
|
|
112
112
|
"include": Array [
|
|
113
113
|
Object {
|
|
114
|
-
"node":
|
|
114
|
+
"node": 16,
|
|
115
115
|
"os": "ubuntu-latest",
|
|
116
116
|
},
|
|
117
117
|
Object {
|
|
118
|
-
"node":
|
|
118
|
+
"node": 18,
|
|
119
119
|
"os": "ubuntu-latest",
|
|
120
120
|
},
|
|
121
121
|
Object {
|
|
122
|
-
"node":
|
|
122
|
+
"node": 20,
|
|
123
123
|
"os": "ubuntu-latest",
|
|
124
124
|
},
|
|
125
125
|
Object {
|
|
126
|
-
"node":
|
|
126
|
+
"node": 20,
|
|
127
127
|
"os": "macos-latest",
|
|
128
128
|
},
|
|
129
129
|
Object {
|
|
130
|
-
"node":
|
|
130
|
+
"node": 20,
|
|
131
131
|
"os": "windows-latest",
|
|
132
132
|
},
|
|
133
133
|
],
|
|
@@ -176,7 +176,7 @@ Object {
|
|
|
176
176
|
Object {
|
|
177
177
|
"uses": "actions/setup-node@v3",
|
|
178
178
|
"with": Object {
|
|
179
|
-
"node-version":
|
|
179
|
+
"node-version": 20,
|
|
180
180
|
},
|
|
181
181
|
},
|
|
182
182
|
Object {
|
|
@@ -247,7 +247,7 @@ Object {
|
|
|
247
247
|
},
|
|
248
248
|
},
|
|
249
249
|
Object {
|
|
250
|
-
"if": "matrix.os == 'ubuntu-latest' && matrix.node ==
|
|
250
|
+
"if": "matrix.os == 'ubuntu-latest' && matrix.node == 20",
|
|
251
251
|
"uses": "codecov/codecov-action@v3",
|
|
252
252
|
"with": Object {
|
|
253
253
|
"token": "\${{ secrets.CODECOV_TOKEN }}",
|
|
@@ -258,19 +258,19 @@ Object {
|
|
|
258
258
|
"matrix": Object {
|
|
259
259
|
"include": Array [
|
|
260
260
|
Object {
|
|
261
|
-
"node":
|
|
261
|
+
"node": 16,
|
|
262
262
|
"os": "ubuntu-latest",
|
|
263
263
|
},
|
|
264
264
|
Object {
|
|
265
|
-
"node":
|
|
265
|
+
"node": 18,
|
|
266
266
|
"os": "ubuntu-latest",
|
|
267
267
|
},
|
|
268
268
|
Object {
|
|
269
|
-
"node":
|
|
269
|
+
"node": 20,
|
|
270
270
|
"os": "ubuntu-latest",
|
|
271
271
|
},
|
|
272
272
|
Object {
|
|
273
|
-
"node":
|
|
273
|
+
"node": 20,
|
|
274
274
|
"os": "macos-latest",
|
|
275
275
|
},
|
|
276
276
|
],
|
|
@@ -314,7 +314,7 @@ Object {
|
|
|
314
314
|
Object {
|
|
315
315
|
"uses": "actions/setup-node@v3",
|
|
316
316
|
"with": Object {
|
|
317
|
-
"node-version":
|
|
317
|
+
"node-version": 20,
|
|
318
318
|
},
|
|
319
319
|
},
|
|
320
320
|
Object {
|
|
@@ -409,7 +409,7 @@ Object {
|
|
|
409
409
|
Object {
|
|
410
410
|
"uses": "actions/setup-node@v3",
|
|
411
411
|
"with": Object {
|
|
412
|
-
"node-version":
|
|
412
|
+
"node-version": 20,
|
|
413
413
|
},
|
|
414
414
|
},
|
|
415
415
|
Object {
|
|
@@ -481,7 +481,7 @@ Object {
|
|
|
481
481
|
},
|
|
482
482
|
},
|
|
483
483
|
Object {
|
|
484
|
-
"if": "matrix.os == 'ubuntu-latest' && matrix.node ==
|
|
484
|
+
"if": "matrix.os == 'ubuntu-latest' && matrix.node == 20",
|
|
485
485
|
"uses": "codecov/codecov-action@v3",
|
|
486
486
|
"with": Object {
|
|
487
487
|
"token": "\${{ secrets.CODECOV_TOKEN }}",
|
|
@@ -492,23 +492,23 @@ Object {
|
|
|
492
492
|
"matrix": Object {
|
|
493
493
|
"include": Array [
|
|
494
494
|
Object {
|
|
495
|
-
"node":
|
|
495
|
+
"node": 16,
|
|
496
496
|
"os": "ubuntu-latest",
|
|
497
497
|
},
|
|
498
498
|
Object {
|
|
499
|
-
"node":
|
|
499
|
+
"node": 18,
|
|
500
500
|
"os": "ubuntu-latest",
|
|
501
501
|
},
|
|
502
502
|
Object {
|
|
503
|
-
"node":
|
|
503
|
+
"node": 20,
|
|
504
504
|
"os": "ubuntu-latest",
|
|
505
505
|
},
|
|
506
506
|
Object {
|
|
507
|
-
"node":
|
|
507
|
+
"node": 20,
|
|
508
508
|
"os": "macos-latest",
|
|
509
509
|
},
|
|
510
510
|
Object {
|
|
511
|
-
"node":
|
|
511
|
+
"node": 20,
|
|
512
512
|
"os": "windows-latest",
|
|
513
513
|
},
|
|
514
514
|
],
|
|
@@ -557,7 +557,7 @@ Object {
|
|
|
557
557
|
Object {
|
|
558
558
|
"uses": "actions/setup-node@v3",
|
|
559
559
|
"with": Object {
|
|
560
|
-
"node-version":
|
|
560
|
+
"node-version": 20,
|
|
561
561
|
},
|
|
562
562
|
},
|
|
563
563
|
Object {
|
|
@@ -630,7 +630,7 @@ Object {
|
|
|
630
630
|
},
|
|
631
631
|
},
|
|
632
632
|
Object {
|
|
633
|
-
"if": "matrix.os == 'ubuntu-latest' && matrix.node ==
|
|
633
|
+
"if": "matrix.os == 'ubuntu-latest' && matrix.node == 20",
|
|
634
634
|
"uses": "codecov/codecov-action@v3",
|
|
635
635
|
"with": Object {
|
|
636
636
|
"token": "\${{ secrets.CODECOV_TOKEN }}",
|
|
@@ -641,23 +641,23 @@ Object {
|
|
|
641
641
|
"matrix": Object {
|
|
642
642
|
"include": Array [
|
|
643
643
|
Object {
|
|
644
|
-
"node":
|
|
644
|
+
"node": 16,
|
|
645
645
|
"os": "ubuntu-latest",
|
|
646
646
|
},
|
|
647
647
|
Object {
|
|
648
|
-
"node":
|
|
648
|
+
"node": 18,
|
|
649
649
|
"os": "ubuntu-latest",
|
|
650
650
|
},
|
|
651
651
|
Object {
|
|
652
|
-
"node":
|
|
652
|
+
"node": 20,
|
|
653
653
|
"os": "ubuntu-latest",
|
|
654
654
|
},
|
|
655
655
|
Object {
|
|
656
|
-
"node":
|
|
656
|
+
"node": 20,
|
|
657
657
|
"os": "macos-latest",
|
|
658
658
|
},
|
|
659
659
|
Object {
|
|
660
|
-
"node":
|
|
660
|
+
"node": 20,
|
|
661
661
|
"os": "windows-latest",
|
|
662
662
|
},
|
|
663
663
|
],
|
|
@@ -4,7 +4,7 @@ exports[`index empty 1`] = `
|
|
|
4
4
|
Object {
|
|
5
5
|
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
|
|
6
6
|
"engines": Object {
|
|
7
|
-
"node": ">=
|
|
7
|
+
"node": ">=16",
|
|
8
8
|
},
|
|
9
9
|
"files": Array [
|
|
10
10
|
"dist",
|
|
@@ -43,7 +43,7 @@ Object {
|
|
|
43
43
|
"base-config-bar": "^1.0.0",
|
|
44
44
|
},
|
|
45
45
|
"engines": Object {
|
|
46
|
-
"node": ">=
|
|
46
|
+
"node": ">=16",
|
|
47
47
|
},
|
|
48
48
|
"files": Array [
|
|
49
49
|
"dist",
|
|
@@ -81,7 +81,7 @@ exports[`index git repo 1`] = `
|
|
|
81
81
|
Object {
|
|
82
82
|
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
|
|
83
83
|
"engines": Object {
|
|
84
|
-
"node": ">=
|
|
84
|
+
"node": ">=16",
|
|
85
85
|
},
|
|
86
86
|
"files": Array [
|
|
87
87
|
"dist",
|
package/dist/index.js
CHANGED
|
@@ -81,7 +81,7 @@ class Base {
|
|
|
81
81
|
git: getGitInfo(),
|
|
82
82
|
gitignore: [],
|
|
83
83
|
lint: identity,
|
|
84
|
-
nodeVersion:
|
|
84
|
+
nodeVersion: 20,
|
|
85
85
|
preDeploySteps: [],
|
|
86
86
|
prepare: identity,
|
|
87
87
|
readmeInstallString: endent`
|
|
@@ -96,7 +96,7 @@ class Base {
|
|
|
96
96
|
\`\`\`
|
|
97
97
|
`,
|
|
98
98
|
seeAlso: [],
|
|
99
|
-
supportedNodeVersions: [
|
|
99
|
+
supportedNodeVersions: [16, 18, 20],
|
|
100
100
|
syncKeywords: true,
|
|
101
101
|
windows: true
|
|
102
102
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/base",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "Base package for projects.",
|
|
5
5
|
"repository": "dword-design/base",
|
|
6
6
|
"funding": "https://github.com/sponsors/dword-design",
|
|
@@ -90,13 +90,14 @@
|
|
|
90
90
|
"@dword-design/tester": "^2.0.0",
|
|
91
91
|
"@dword-design/tester-plugin-tmp-dir": "^2.0.0",
|
|
92
92
|
"is-docker": "^3.0.0",
|
|
93
|
+
"node-version": "^3.0.0",
|
|
93
94
|
"p-event": "^5.0.1",
|
|
94
95
|
"rimraf": "^3.0.0",
|
|
95
96
|
"sharp": "^0.31.3",
|
|
96
97
|
"unify-mocha-output": "^2.0.0"
|
|
97
98
|
},
|
|
98
99
|
"engines": {
|
|
99
|
-
"node": ">=
|
|
100
|
+
"node": ">=16"
|
|
100
101
|
},
|
|
101
102
|
"publishConfig": {
|
|
102
103
|
"access": "public"
|