Skip to content

Commit

Permalink
Merge pull request #1082 from contentstack/fix/CS-41590
Browse files Browse the repository at this point in the history
Fix/cs 41590
  • Loading branch information
shafeeqd959 authored Oct 9, 2023
2 parents fe555bd + ab53eed commit 576d3a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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": "1.9.1",
"version": "1.9.2",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down Expand Up @@ -96,4 +96,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default class ImportGlobalFields extends BaseClass {
return new Promise(async (resolve, reject) => {
lookupExtension(this.config, globalField.schema, this.config.preserveStackVersion, this.installedExtensions);
let flag = { supressed: false };
await removeReferenceFields(globalField.schema, flag, this.stackAPIClient);
await removeReferenceFields(globalField.schema, flag, this.stack);
if (flag.supressed) {
this.pendingGFs.push(globalField.uid);
}
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@contentstack/cli-cm-clone": "~1.5.1",
"@contentstack/cli-cm-export": "~1.9.1",
"@contentstack/cli-cm-export-to-csv": "~1.4.3",
"@contentstack/cli-cm-import": "~1.9.1",
"@contentstack/cli-cm-import": "~1.9.2",
"@contentstack/cli-cm-migrate-rte": "~1.4.12",
"@contentstack/cli-cm-seed": "~1.5.1",
"@contentstack/cli-command": "~1.2.13",
Expand Down Expand Up @@ -160,4 +160,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}

0 comments on commit 576d3a1

Please sign in to comment.