@smartlyqofficial/cli 0.1.31 → 0.1.32
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
|
@@ -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.32",
|
|
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.28",
|
|
584
584
|
commander: "^12.1.0"
|
|
585
585
|
},
|
|
586
586
|
devDependencies: {
|
package/dist/index.cjs
CHANGED
|
@@ -580,7 +580,7 @@ function runLogout() {
|
|
|
580
580
|
// package.json
|
|
581
581
|
var package_default = {
|
|
582
582
|
name: "@smartlyqofficial/cli",
|
|
583
|
-
version: "0.1.
|
|
583
|
+
version: "0.1.32",
|
|
584
584
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
585
585
|
keywords: [
|
|
586
586
|
"smartlyq",
|
|
@@ -630,7 +630,7 @@ var package_default = {
|
|
|
630
630
|
prepublishOnly: "npm run build"
|
|
631
631
|
},
|
|
632
632
|
dependencies: {
|
|
633
|
-
"@smartlyqofficial/node": "^0.1.
|
|
633
|
+
"@smartlyqofficial/node": "^0.1.28",
|
|
634
634
|
commander: "^12.1.0"
|
|
635
635
|
},
|
|
636
636
|
devDependencies: {
|
package/dist/index.js
CHANGED
|
@@ -528,7 +528,7 @@ function runLogout() {
|
|
|
528
528
|
// package.json
|
|
529
529
|
var package_default = {
|
|
530
530
|
name: "@smartlyqofficial/cli",
|
|
531
|
-
version: "0.1.
|
|
531
|
+
version: "0.1.32",
|
|
532
532
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
533
533
|
keywords: [
|
|
534
534
|
"smartlyq",
|
|
@@ -578,7 +578,7 @@ var package_default = {
|
|
|
578
578
|
prepublishOnly: "npm run build"
|
|
579
579
|
},
|
|
580
580
|
dependencies: {
|
|
581
|
-
"@smartlyqofficial/node": "^0.1.
|
|
581
|
+
"@smartlyqofficial/node": "^0.1.28",
|
|
582
582
|
commander: "^12.1.0"
|
|
583
583
|
},
|
|
584
584
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartlyqofficial/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
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.28",
|
|
54
54
|
"commander": "^12.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|