@a8techads/cli 0.4.2 → 0.4.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/dist/a8techads.js CHANGED
@@ -8476,7 +8476,7 @@ Examples:
8476
8476
 
8477
8477
  // src/index.ts
8478
8478
  function createProgram() {
8479
- const program2 = new Command().name("a8techads").description("A8TechAds CLI — programmatic ad platform management").version("0.4.1").addHelpText("after", `
8479
+ const program2 = new Command().name("a8techads").description("A8TechAds CLI — programmatic ad platform management").version("0.4.3").addHelpText("after", `
8480
8480
  Command Groups:
8481
8481
  auth Authentication (login, logout, token, status)
8482
8482
  profile Multi-profile management
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a8techads/cli",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "A8TechAds CLI — programmatic ad platform management",
5
5
  "type": "module",
6
6
  "bin": {