@dword-design/base 8.7.5 → 8.7.6
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/config.js
CHANGED
|
@@ -49,7 +49,7 @@ const defaultConfig = {
|
|
|
49
49
|
\`\`\`
|
|
50
50
|
`,
|
|
51
51
|
seeAlso: [],
|
|
52
|
-
supportedNodeVersions: [12, 14],
|
|
52
|
+
supportedNodeVersions: [12, 14, 16],
|
|
53
53
|
syncKeywords: true
|
|
54
54
|
};
|
|
55
55
|
let inheritedConfig = _importCwd.default.silent(_rawConfig.default.name) || require(_rawConfig.default.name);
|
|
@@ -357,6 +357,10 @@ Object {
|
|
|
357
357
|
"node": 14,
|
|
358
358
|
"os": "ubuntu-latest",
|
|
359
359
|
},
|
|
360
|
+
Object {
|
|
361
|
+
"node": 16,
|
|
362
|
+
"os": "ubuntu-latest",
|
|
363
|
+
},
|
|
360
364
|
Object {
|
|
361
365
|
"node": 14,
|
|
362
366
|
"os": "macos-latest",
|
|
@@ -503,6 +507,10 @@ Object {
|
|
|
503
507
|
"node": 14,
|
|
504
508
|
"os": "ubuntu-latest",
|
|
505
509
|
},
|
|
510
|
+
Object {
|
|
511
|
+
"node": 16,
|
|
512
|
+
"os": "ubuntu-latest",
|
|
513
|
+
},
|
|
506
514
|
Object {
|
|
507
515
|
"node": 14,
|
|
508
516
|
"os": "macos-latest",
|