@smartlyqofficial/cli 0.1.35 → 0.1.37
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
|
@@ -552,7 +552,7 @@ function runLogout() {
|
|
|
552
552
|
// package.json
|
|
553
553
|
var package_default = {
|
|
554
554
|
name: "@smartlyqofficial/cli",
|
|
555
|
-
version: "0.1.
|
|
555
|
+
version: "0.1.37",
|
|
556
556
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
557
557
|
keywords: [
|
|
558
558
|
"smartlyq",
|
|
@@ -602,7 +602,7 @@ var package_default = {
|
|
|
602
602
|
prepublishOnly: "npm run build"
|
|
603
603
|
},
|
|
604
604
|
dependencies: {
|
|
605
|
-
"@smartlyqofficial/node": "^0.1.
|
|
605
|
+
"@smartlyqofficial/node": "^0.1.32",
|
|
606
606
|
commander: "^12.1.0"
|
|
607
607
|
},
|
|
608
608
|
devDependencies: {
|
package/dist/index.cjs
CHANGED
|
@@ -602,7 +602,7 @@ function runLogout() {
|
|
|
602
602
|
// package.json
|
|
603
603
|
var package_default = {
|
|
604
604
|
name: "@smartlyqofficial/cli",
|
|
605
|
-
version: "0.1.
|
|
605
|
+
version: "0.1.37",
|
|
606
606
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
607
607
|
keywords: [
|
|
608
608
|
"smartlyq",
|
|
@@ -652,7 +652,7 @@ var package_default = {
|
|
|
652
652
|
prepublishOnly: "npm run build"
|
|
653
653
|
},
|
|
654
654
|
dependencies: {
|
|
655
|
-
"@smartlyqofficial/node": "^0.1.
|
|
655
|
+
"@smartlyqofficial/node": "^0.1.32",
|
|
656
656
|
commander: "^12.1.0"
|
|
657
657
|
},
|
|
658
658
|
devDependencies: {
|
package/dist/index.js
CHANGED
|
@@ -550,7 +550,7 @@ function runLogout() {
|
|
|
550
550
|
// package.json
|
|
551
551
|
var package_default = {
|
|
552
552
|
name: "@smartlyqofficial/cli",
|
|
553
|
-
version: "0.1.
|
|
553
|
+
version: "0.1.37",
|
|
554
554
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
555
555
|
keywords: [
|
|
556
556
|
"smartlyq",
|
|
@@ -600,7 +600,7 @@ var package_default = {
|
|
|
600
600
|
prepublishOnly: "npm run build"
|
|
601
601
|
},
|
|
602
602
|
dependencies: {
|
|
603
|
-
"@smartlyqofficial/node": "^0.1.
|
|
603
|
+
"@smartlyqofficial/node": "^0.1.32",
|
|
604
604
|
commander: "^12.1.0"
|
|
605
605
|
},
|
|
606
606
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartlyqofficial/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
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.32",
|
|
54
54
|
"commander": "^12.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|