@johnbillion/plugin-infrastructure 2.0.0-beta.1 → 2.0.0-beta.3
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 +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -13,12 +13,15 @@ Provided without support, warranty, guarantee, backwards compatibility, fitness
|
|
|
13
13
|
|
|
14
14
|
## Features
|
|
15
15
|
|
|
16
|
+
* Containerised test environment
|
|
17
|
+
* Support for an npm build step
|
|
16
18
|
* Acceptance testing
|
|
17
19
|
* Integration testing
|
|
18
20
|
* Coding standards testing
|
|
19
21
|
* Static analysis
|
|
20
22
|
* Workflow file linting
|
|
21
23
|
* Deployment to WordPress.org
|
|
24
|
+
* GitHub milestone management
|
|
22
25
|
* Build provenance attestation
|
|
23
26
|
* SLSA v1.0 Build level 3 facilitation
|
|
24
27
|
* Ongoing supply chain assurance
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@johnbillion/plugin-infrastructure",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.3",
|
|
4
4
|
"description": "Shared utilities for WordPress plugin development",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "John Blackbourn",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dist"
|
|
20
20
|
],
|
|
21
21
|
"engines": {
|
|
22
|
-
"node": ">=
|
|
22
|
+
"node": ">=20"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "tsc",
|