@smartlyqofficial/cli 0.1.42 → 0.1.44
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
|
@@ -557,7 +557,7 @@ function runLogout() {
|
|
|
557
557
|
// package.json
|
|
558
558
|
var package_default = {
|
|
559
559
|
name: "@smartlyqofficial/cli",
|
|
560
|
-
version: "0.1.
|
|
560
|
+
version: "0.1.44",
|
|
561
561
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
562
562
|
keywords: [
|
|
563
563
|
"smartlyq",
|
|
@@ -607,7 +607,7 @@ var package_default = {
|
|
|
607
607
|
prepublishOnly: "npm run build"
|
|
608
608
|
},
|
|
609
609
|
dependencies: {
|
|
610
|
-
"@smartlyqofficial/node": "^0.1.
|
|
610
|
+
"@smartlyqofficial/node": "^0.1.38",
|
|
611
611
|
commander: "^12.1.0"
|
|
612
612
|
},
|
|
613
613
|
devDependencies: {
|
package/dist/index.cjs
CHANGED
|
@@ -607,7 +607,7 @@ function runLogout() {
|
|
|
607
607
|
// package.json
|
|
608
608
|
var package_default = {
|
|
609
609
|
name: "@smartlyqofficial/cli",
|
|
610
|
-
version: "0.1.
|
|
610
|
+
version: "0.1.44",
|
|
611
611
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
612
612
|
keywords: [
|
|
613
613
|
"smartlyq",
|
|
@@ -657,7 +657,7 @@ var package_default = {
|
|
|
657
657
|
prepublishOnly: "npm run build"
|
|
658
658
|
},
|
|
659
659
|
dependencies: {
|
|
660
|
-
"@smartlyqofficial/node": "^0.1.
|
|
660
|
+
"@smartlyqofficial/node": "^0.1.38",
|
|
661
661
|
commander: "^12.1.0"
|
|
662
662
|
},
|
|
663
663
|
devDependencies: {
|
package/dist/index.js
CHANGED
|
@@ -555,7 +555,7 @@ function runLogout() {
|
|
|
555
555
|
// package.json
|
|
556
556
|
var package_default = {
|
|
557
557
|
name: "@smartlyqofficial/cli",
|
|
558
|
-
version: "0.1.
|
|
558
|
+
version: "0.1.44",
|
|
559
559
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
560
560
|
keywords: [
|
|
561
561
|
"smartlyq",
|
|
@@ -605,7 +605,7 @@ var package_default = {
|
|
|
605
605
|
prepublishOnly: "npm run build"
|
|
606
606
|
},
|
|
607
607
|
dependencies: {
|
|
608
|
-
"@smartlyqofficial/node": "^0.1.
|
|
608
|
+
"@smartlyqofficial/node": "^0.1.38",
|
|
609
609
|
commander: "^12.1.0"
|
|
610
610
|
},
|
|
611
611
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartlyqofficial/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.44",
|
|
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.38",
|
|
54
54
|
"commander": "^12.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|