@smartlyqofficial/cli 0.1.18 → 0.1.19
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
|
@@ -459,7 +459,7 @@ function runLogout() {
|
|
|
459
459
|
// package.json
|
|
460
460
|
var package_default = {
|
|
461
461
|
name: "@smartlyqofficial/cli",
|
|
462
|
-
version: "0.1.
|
|
462
|
+
version: "0.1.19",
|
|
463
463
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
464
464
|
keywords: [
|
|
465
465
|
"smartlyq",
|
|
@@ -509,7 +509,7 @@ var package_default = {
|
|
|
509
509
|
prepublishOnly: "npm run build"
|
|
510
510
|
},
|
|
511
511
|
dependencies: {
|
|
512
|
-
"@smartlyqofficial/node": "^0.1.
|
|
512
|
+
"@smartlyqofficial/node": "^0.1.19",
|
|
513
513
|
commander: "^12.1.0"
|
|
514
514
|
},
|
|
515
515
|
devDependencies: {
|
package/dist/index.cjs
CHANGED
|
@@ -509,7 +509,7 @@ function runLogout() {
|
|
|
509
509
|
// package.json
|
|
510
510
|
var package_default = {
|
|
511
511
|
name: "@smartlyqofficial/cli",
|
|
512
|
-
version: "0.1.
|
|
512
|
+
version: "0.1.19",
|
|
513
513
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
514
514
|
keywords: [
|
|
515
515
|
"smartlyq",
|
|
@@ -559,7 +559,7 @@ var package_default = {
|
|
|
559
559
|
prepublishOnly: "npm run build"
|
|
560
560
|
},
|
|
561
561
|
dependencies: {
|
|
562
|
-
"@smartlyqofficial/node": "^0.1.
|
|
562
|
+
"@smartlyqofficial/node": "^0.1.19",
|
|
563
563
|
commander: "^12.1.0"
|
|
564
564
|
},
|
|
565
565
|
devDependencies: {
|
package/dist/index.js
CHANGED
|
@@ -457,7 +457,7 @@ function runLogout() {
|
|
|
457
457
|
// package.json
|
|
458
458
|
var package_default = {
|
|
459
459
|
name: "@smartlyqofficial/cli",
|
|
460
|
-
version: "0.1.
|
|
460
|
+
version: "0.1.19",
|
|
461
461
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
462
462
|
keywords: [
|
|
463
463
|
"smartlyq",
|
|
@@ -507,7 +507,7 @@ var package_default = {
|
|
|
507
507
|
prepublishOnly: "npm run build"
|
|
508
508
|
},
|
|
509
509
|
dependencies: {
|
|
510
|
-
"@smartlyqofficial/node": "^0.1.
|
|
510
|
+
"@smartlyqofficial/node": "^0.1.19",
|
|
511
511
|
commander: "^12.1.0"
|
|
512
512
|
},
|
|
513
513
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartlyqofficial/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
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.19",
|
|
54
54
|
"commander": "^12.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|