@npmcli/template-oss 3.8.1 → 4.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/lib/content/index.js +1 -1
- package/package.json +3 -3
package/lib/content/index.js
CHANGED
|
@@ -102,7 +102,7 @@ module.exports = {
|
|
|
102
102
|
// setting allows us to call a workflow by any name during release
|
|
103
103
|
releaseTest: 'release-test.yml',
|
|
104
104
|
distPaths: ['bin/', 'lib/'],
|
|
105
|
-
ciVersions: ['
|
|
105
|
+
ciVersions: ['14.17.0', '14.x', '16.13.0', '16.x', '18.0.0', '18.x'],
|
|
106
106
|
lockfile: false,
|
|
107
107
|
npmBin: 'npm',
|
|
108
108
|
unwantedPackages: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npmcli/template-oss",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "templated files used in npm CLI team oss projects",
|
|
5
5
|
"main": "lib/content/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"proc-log": "^2.0.0",
|
|
48
48
|
"release-please": "npm:@npmcli/release-please@^14.2.4",
|
|
49
49
|
"semver": "^7.3.5",
|
|
50
|
-
"yaml": "2.
|
|
50
|
+
"yaml": "^2.1.1"
|
|
51
51
|
},
|
|
52
52
|
"files": [
|
|
53
53
|
"bin/",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten."
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
|
-
"node": "^
|
|
68
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
69
69
|
}
|
|
70
70
|
}
|