contensis-cli 1.6.1-beta.15 → 1.6.1-beta.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contensis-cli",
3
- "version": "1.6.1-beta.15",
3
+ "version": "1.6.1-beta.16",
4
4
  "description": "A fully featured Contensis command line interface with a shell UI provides simple and intuitive ways to manage or profile your content in any NodeJS terminal.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -2886,6 +2886,7 @@ class ContensisCli {
2886
2886
  if (updateNode) {
2887
2887
  log.info(messages.nodes.setPayload());
2888
2888
  log.object(updateNode);
2889
+ log.raw('');
2889
2890
  const [err, newNode] = await contensis.source.repo.UpdateOrCreateNode(
2890
2891
  existingNode as Node,
2891
2892
  updateNode
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const LIB_VERSION = "1.6.1-beta.15";
1
+ export const LIB_VERSION = "1.6.1-beta.16";