sdc-build-wp 5.6.10 → 5.6.11

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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/lib/tui.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -35,4 +35,6 @@ Develop locally with the following command from within the test project director
35
35
 
36
36
  ```
37
37
  node ~/sites/sdc/sdc-build-wp/index.js --watch
38
+ # or
39
+ sdc-build-wp-local --watch
38
40
  ```
package/lib/tui.js CHANGED
@@ -99,7 +99,7 @@ function TUIRoot({ tui }) {
99
99
  React.createElement(
100
100
  Box,
101
101
  {
102
- borderStyle: 'single',
102
+ borderStyle: 'round',
103
103
  borderColor: 'blue',
104
104
  borderTop: false,
105
105
  paddingX: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdc-build-wp",
3
- "version": "5.6.10",
3
+ "version": "5.6.11",
4
4
  "description": "Custom WordPress build process.",
5
5
  "engines": {
6
6
  "node": ">=22"