Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CiotkaCierpienia committed Feb 15, 2022
1 parent cc81983 commit 5028024
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flotiq-cli",
"version": "1.4.0",
"version": "1.4.1",
"description": "Flotiq CLI",
"main": "src/command/command.js",
"bin": {
Expand All @@ -16,7 +16,7 @@
"author": "Flotiq team <hello@flotiq.com>",
"license": "MIT",
"dependencies": {
"flotiq-wordpress-import": "^1.0.4",
"flotiq-wordpress-import": "^1.1.7",
"form-data": "^3.0.0",
"gatsby-cli": "^4.2.0",
"inquirer": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/importer/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ exports.importer = async (apiKey, directoryPath, exit = true) => {
headers: {...headers, 'Content-Type': 'application/json'},
});

resultNotify(result, 'Object', contentObject.name);
resultNotify(result, 'Object', contentObject.id);
}
}))
}
Expand Down

0 comments on commit 5028024

Please sign in to comment.