@form8ion/github-workflows-core 4.1.0 → 5.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/README.md +4 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ core functionality for form8ion plugins that manage github workflows
|
|
|
6
6
|
|
|
7
7
|
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
|
|
8
8
|
[![Codecov][coverage-badge]][coverage-link]
|
|
9
|
+
![SLSA Level 2][slsa-badge]
|
|
9
10
|
|
|
10
11
|
<!--status-badges end -->
|
|
11
12
|
|
|
@@ -139,7 +140,7 @@ $ npm test
|
|
|
139
140
|
|
|
140
141
|
[github-actions-ci-link]: https://github.com/form8ion/github-workflows-core/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
|
|
141
142
|
|
|
142
|
-
[github-actions-ci-badge]: https://
|
|
143
|
+
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/github-workflows-core/node-ci.yml.svg?branch=master&logo=github
|
|
143
144
|
|
|
144
145
|
[coverage-link]: https://codecov.io/github/form8ion/github-workflows-core
|
|
145
146
|
|
|
@@ -158,3 +159,5 @@ $ npm test
|
|
|
158
159
|
[runkit-badge]: https://badge.runkitcdn.com/@form8ion/github-workflows-core.svg
|
|
159
160
|
|
|
160
161
|
[node-badge]: https://img.shields.io/node/v/@form8ion/github-workflows-core?logo=node.js
|
|
162
|
+
|
|
163
|
+
[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@form8ion/github-workflows-core",
|
|
3
3
|
"description": "core functionality for form8ion plugins that manage github workflows",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "5.0.0",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "^
|
|
8
|
+
"node": "^18.17 || >=20.6.1"
|
|
9
9
|
},
|
|
10
10
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
|
|
11
11
|
"repository": "form8ion/github-workflows-core",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'",
|
|
40
40
|
"lint:lockfile": "lockfile-lint",
|
|
41
41
|
"lint:js": "eslint . --cache",
|
|
42
|
-
"lint:js:fix": "run-s lint:js -- --fix",
|
|
42
|
+
"lint:js:fix": "run-s 'lint:js -- --fix'",
|
|
43
43
|
"lint:md": "remark . --frail",
|
|
44
44
|
"generate:md": "remark . --output",
|
|
45
45
|
"pregenerate:md": "run-s build",
|
|
@@ -57,10 +57,11 @@
|
|
|
57
57
|
"access": "public",
|
|
58
58
|
"provenance": true
|
|
59
59
|
},
|
|
60
|
+
"packageManager": "npm@10.5.0+sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc",
|
|
60
61
|
"devDependencies": {
|
|
61
62
|
"@babel/register": "7.23.7",
|
|
62
63
|
"@cucumber/cucumber": "9.6.0",
|
|
63
|
-
"@form8ion/babel-preset": "1.6.
|
|
64
|
+
"@form8ion/babel-preset": "1.6.125",
|
|
64
65
|
"@form8ion/commitlint-config": "1.0.76",
|
|
65
66
|
"@form8ion/eslint-config": "7.0.9",
|
|
66
67
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|