Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-import",
"description": "Contentstack CLI plugin to import content into stack",
"version": "2.0.0",
"version": "2.0.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli-plugins/issues",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const removeReferenceFields = async function (
} catch (error) {
// Else warn and modify the schema object.
isContentTypeError = true;
log.warn(`Content type ${schema[i].reference_to[j]} does not exist. Removing the field from schema...`);
log.warn(`Content type ${schema[i].reference_to[j]} is not imported yet; its reference will be restored once it is imported.`);
}
}

Expand Down
Loading