@smartlyqofficial/cli 0.1.15 → 0.1.16
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
|
@@ -435,7 +435,7 @@ function runLogout() {
|
|
|
435
435
|
// package.json
|
|
436
436
|
var package_default = {
|
|
437
437
|
name: "@smartlyqofficial/cli",
|
|
438
|
-
version: "0.1.
|
|
438
|
+
version: "0.1.16",
|
|
439
439
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
440
440
|
keywords: [
|
|
441
441
|
"smartlyq",
|
|
@@ -485,7 +485,7 @@ var package_default = {
|
|
|
485
485
|
prepublishOnly: "npm run build"
|
|
486
486
|
},
|
|
487
487
|
dependencies: {
|
|
488
|
-
"@smartlyqofficial/node": "^0.1.
|
|
488
|
+
"@smartlyqofficial/node": "^0.1.16",
|
|
489
489
|
commander: "^12.1.0"
|
|
490
490
|
},
|
|
491
491
|
devDependencies: {
|
package/dist/index.cjs
CHANGED
|
@@ -485,7 +485,7 @@ function runLogout() {
|
|
|
485
485
|
// package.json
|
|
486
486
|
var package_default = {
|
|
487
487
|
name: "@smartlyqofficial/cli",
|
|
488
|
-
version: "0.1.
|
|
488
|
+
version: "0.1.16",
|
|
489
489
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
490
490
|
keywords: [
|
|
491
491
|
"smartlyq",
|
|
@@ -535,7 +535,7 @@ var package_default = {
|
|
|
535
535
|
prepublishOnly: "npm run build"
|
|
536
536
|
},
|
|
537
537
|
dependencies: {
|
|
538
|
-
"@smartlyqofficial/node": "^0.1.
|
|
538
|
+
"@smartlyqofficial/node": "^0.1.16",
|
|
539
539
|
commander: "^12.1.0"
|
|
540
540
|
},
|
|
541
541
|
devDependencies: {
|
package/dist/index.js
CHANGED
|
@@ -433,7 +433,7 @@ function runLogout() {
|
|
|
433
433
|
// package.json
|
|
434
434
|
var package_default = {
|
|
435
435
|
name: "@smartlyqofficial/cli",
|
|
436
|
-
version: "0.1.
|
|
436
|
+
version: "0.1.16",
|
|
437
437
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
438
438
|
keywords: [
|
|
439
439
|
"smartlyq",
|
|
@@ -483,7 +483,7 @@ var package_default = {
|
|
|
483
483
|
prepublishOnly: "npm run build"
|
|
484
484
|
},
|
|
485
485
|
dependencies: {
|
|
486
|
-
"@smartlyqofficial/node": "^0.1.
|
|
486
|
+
"@smartlyqofficial/node": "^0.1.16",
|
|
487
487
|
commander: "^12.1.0"
|
|
488
488
|
},
|
|
489
489
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartlyqofficial/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
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.16",
|
|
54
54
|
"commander": "^12.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|