screwdriver-api 7.0.212 → 7.0.213

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.
@@ -863,7 +863,7 @@ We will introduce new commands to validate, publish and tag pipeline templates b
863
863
 
864
864
  CLI can be installed using below command:
865
865
 
866
- ``` $ npm install sd-template-main ```
866
+ ``` $ npm install screwdriver-template-main ```
867
867
 
868
868
 
869
869
  ***1. Validate***
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-api",
3
- "version": "7.0.212",
3
+ "version": "7.0.213",
4
4
  "description": "API server for the Screwdriver.cd service",
5
5
  "main": "index.js",
6
6
  "scripts": {