devops-whc 1.0.2-next → 1.0.2

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  WHC cPanel automation CLI for deploy, verify, rollback, logs, backup, and health flows.
4
4
 
5
- Current workspace version: 1.0.2-next
5
+ Current workspace version: 1.0.2
6
6
 
7
7
  ## Publish Package Layout
8
8
 
package/dist/server.js CHANGED
@@ -50,7 +50,7 @@ async function createWhcToolServer() {
50
50
  const ToolServerClass = sdkModule["M" + "cpServer"];
51
51
  const server = new ToolServerClass({
52
52
  name: instanceName,
53
- version: "1.0.2-next",
53
+ version: "1.0.2",
54
54
  });
55
55
  // ── whc_prepare ───────────────────────────────────────────────────────────
56
56
  server.registerTool("whc_prepare", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devops-whc",
3
- "version": "1.0.2-next",
3
+ "version": "1.0.2",
4
4
  "description": "WHC cPanel automation CLI for deploy, verify, and rollback flows",
5
5
  "main": "dist/index.js",
6
6
  "bin": {