@smartlyqofficial/cli 0.1.21 → 0.1.22
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/cli.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -480,7 +480,7 @@ function runLogout() {
|
|
|
480
480
|
// package.json
|
|
481
481
|
var package_default = {
|
|
482
482
|
name: "@smartlyqofficial/cli",
|
|
483
|
-
version: "0.1.
|
|
483
|
+
version: "0.1.22",
|
|
484
484
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
485
485
|
keywords: [
|
|
486
486
|
"smartlyq",
|
|
@@ -530,7 +530,7 @@ var package_default = {
|
|
|
530
530
|
prepublishOnly: "npm run build"
|
|
531
531
|
},
|
|
532
532
|
dependencies: {
|
|
533
|
-
"@smartlyqofficial/node": "^0.1.
|
|
533
|
+
"@smartlyqofficial/node": "^0.1.22",
|
|
534
534
|
commander: "^12.1.0"
|
|
535
535
|
},
|
|
536
536
|
devDependencies: {
|
package/dist/index.cjs
CHANGED
|
@@ -530,7 +530,7 @@ function runLogout() {
|
|
|
530
530
|
// package.json
|
|
531
531
|
var package_default = {
|
|
532
532
|
name: "@smartlyqofficial/cli",
|
|
533
|
-
version: "0.1.
|
|
533
|
+
version: "0.1.22",
|
|
534
534
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
535
535
|
keywords: [
|
|
536
536
|
"smartlyq",
|
|
@@ -580,7 +580,7 @@ var package_default = {
|
|
|
580
580
|
prepublishOnly: "npm run build"
|
|
581
581
|
},
|
|
582
582
|
dependencies: {
|
|
583
|
-
"@smartlyqofficial/node": "^0.1.
|
|
583
|
+
"@smartlyqofficial/node": "^0.1.22",
|
|
584
584
|
commander: "^12.1.0"
|
|
585
585
|
},
|
|
586
586
|
devDependencies: {
|
package/dist/index.js
CHANGED
|
@@ -478,7 +478,7 @@ function runLogout() {
|
|
|
478
478
|
// package.json
|
|
479
479
|
var package_default = {
|
|
480
480
|
name: "@smartlyqofficial/cli",
|
|
481
|
-
version: "0.1.
|
|
481
|
+
version: "0.1.22",
|
|
482
482
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
483
483
|
keywords: [
|
|
484
484
|
"smartlyq",
|
|
@@ -528,7 +528,7 @@ var package_default = {
|
|
|
528
528
|
prepublishOnly: "npm run build"
|
|
529
529
|
},
|
|
530
530
|
dependencies: {
|
|
531
|
-
"@smartlyqofficial/node": "^0.1.
|
|
531
|
+
"@smartlyqofficial/node": "^0.1.22",
|
|
532
532
|
commander: "^12.1.0"
|
|
533
533
|
},
|
|
534
534
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartlyqofficial/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"description": "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"smartlyq",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"prepublishOnly": "npm run build"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@smartlyqofficial/node": "^0.1.
|
|
53
|
+
"@smartlyqofficial/node": "^0.1.22",
|
|
54
54
|
"commander": "^12.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|