@salesforce/ui-bundle-template-cli 11.68.1 → 11.68.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1571,10 +1571,10 @@ Once configured, you can run the executors using Nx:
1571
1571
 
1572
1572
  ```bash
1573
1573
  # Apply patches to a feature project
1574
- nx build feature-react-global-search
1574
+ nx build feature-react-search
1575
1575
 
1576
1576
  # Build the dist app
1577
- nx test feature-react-global-search
1577
+ nx test feature-react-search
1578
1578
 
1579
1579
  # Run both in sequence (test depends on build)
1580
1580
  nx run-many -t build test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-template-cli",
3
- "version": "11.68.1",
3
+ "version": "11.68.3",
4
4
  "description": "CLI tool for applying feature patches to base apps",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "type": "module",