diff --git a/README.md b/README.md index d6503ac..33666ac 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Flotiq CLI ==================

- [![Npm package version](https://badgen.net/npm/v/flotiq-cli)](https://npmjs.com/package/flotiq-cli) - [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/V8vcfReN3w) ![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label) + ![Npm package version](https://badgen.net/npm/v/flotiq-cli)](https://npmjs.com/package/flotiq-cli) + ![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/V8vcfReN3w) + ![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)

Flotiq is a modern and highly customizable headless CMS that offers a seamless content management experience for developers and content creators alike. With its intuitive API-first approach and flexible data model, Flotiq enables businesses to easily create, manage, and distribute content across multiple channels and platforms. diff --git a/package-lock.json b/package-lock.json index 8a0e50d..ed68826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flotiq-cli", - "version": "2.7.0", + "version": "2.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "flotiq-cli", - "version": "2.7.0", + "version": "2.8.1", "license": "MIT", "dependencies": { "@contentful/rich-text-html-renderer": "^16.6.10", diff --git a/package.json b/package.json index a86fdd2..1e3ba5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flotiq-cli", - "version": "2.8.0", + "version": "2.8.1", "description": "Flotiq CLI", "main": "src/command/command.js", "private": false, diff --git a/src/importer/importer.js b/src/importer/importer.js index f2d1d1b..551c6be 100644 --- a/src/importer/importer.js +++ b/src/importer/importer.js @@ -149,7 +149,7 @@ exports.importer = async (apiKey, directoryPath, exit = true) => { function resultNotify(response, context, name) { if (response.status === 400) { - console.log('Response from server: '.response.json().then((data) => { + console.log('Response from server: ' + response.json().then((data) => { console.log(data); })); console.log(context + ': "' + name + '" existing, trying use it.');