@smartlyqofficial/cli 0.1.9 → 0.1.11
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
|
@@ -423,7 +423,7 @@ function runLogout() {
|
|
|
423
423
|
// package.json
|
|
424
424
|
var package_default = {
|
|
425
425
|
name: "@smartlyqofficial/cli",
|
|
426
|
-
version: "0.1.
|
|
426
|
+
version: "0.1.11",
|
|
427
427
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
428
428
|
keywords: [
|
|
429
429
|
"smartlyq",
|
|
@@ -473,7 +473,7 @@ var package_default = {
|
|
|
473
473
|
prepublishOnly: "npm run build"
|
|
474
474
|
},
|
|
475
475
|
dependencies: {
|
|
476
|
-
"@smartlyqofficial/node": "^0.1.
|
|
476
|
+
"@smartlyqofficial/node": "^0.1.12",
|
|
477
477
|
commander: "^12.1.0"
|
|
478
478
|
},
|
|
479
479
|
devDependencies: {
|
package/dist/index.cjs
CHANGED
|
@@ -473,7 +473,7 @@ function runLogout() {
|
|
|
473
473
|
// package.json
|
|
474
474
|
var package_default = {
|
|
475
475
|
name: "@smartlyqofficial/cli",
|
|
476
|
-
version: "0.1.
|
|
476
|
+
version: "0.1.11",
|
|
477
477
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
478
478
|
keywords: [
|
|
479
479
|
"smartlyq",
|
|
@@ -523,7 +523,7 @@ var package_default = {
|
|
|
523
523
|
prepublishOnly: "npm run build"
|
|
524
524
|
},
|
|
525
525
|
dependencies: {
|
|
526
|
-
"@smartlyqofficial/node": "^0.1.
|
|
526
|
+
"@smartlyqofficial/node": "^0.1.12",
|
|
527
527
|
commander: "^12.1.0"
|
|
528
528
|
},
|
|
529
529
|
devDependencies: {
|
package/dist/index.js
CHANGED
|
@@ -421,7 +421,7 @@ function runLogout() {
|
|
|
421
421
|
// package.json
|
|
422
422
|
var package_default = {
|
|
423
423
|
name: "@smartlyqofficial/cli",
|
|
424
|
-
version: "0.1.
|
|
424
|
+
version: "0.1.11",
|
|
425
425
|
description: "Official command line for the SmartlyQ API - social posting, AI content generation, SEO, CRM, and more.",
|
|
426
426
|
keywords: [
|
|
427
427
|
"smartlyq",
|
|
@@ -471,7 +471,7 @@ var package_default = {
|
|
|
471
471
|
prepublishOnly: "npm run build"
|
|
472
472
|
},
|
|
473
473
|
dependencies: {
|
|
474
|
-
"@smartlyqofficial/node": "^0.1.
|
|
474
|
+
"@smartlyqofficial/node": "^0.1.12",
|
|
475
475
|
commander: "^12.1.0"
|
|
476
476
|
},
|
|
477
477
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartlyqofficial/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
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.12",
|
|
54
54
|
"commander": "^12.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|