@contentstack/cli-cm-bulk-publish 1.3.12 → 1.3.13

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/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (--version)
21
- @contentstack/cli-cm-bulk-publish/1.3.12 darwin-x64 node-v20.8.0
21
+ @contentstack/cli-cm-bulk-publish/1.3.13 darwin-arm64 node-v20.8.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-bulk-publish",
3
3
  "description": "Contentstack CLI plugin for bulk publish actions",
4
- "version": "1.3.12",
4
+ "version": "1.3.13",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-command": "~1.2.13",
9
- "@contentstack/cli-utilities": "~1.5.3",
8
+ "@contentstack/cli-command": "~1.2.14",
9
+ "@contentstack/cli-utilities": "~1.5.4",
10
10
  "bluebird": "^3.7.2",
11
11
  "chalk": "^4.1.2",
12
12
  "dotenv": "^16.1.4",
@@ -51,7 +51,7 @@ async function getAssets(stack, folder, bulkPublish, environments, locale, apiVe
51
51
  environments: environments,
52
52
  locale,
53
53
  stack: stack,
54
- apiVersion
54
+ apiVersion,
55
55
  });
56
56
  bulkPublishSet = [];
57
57
  }
@@ -63,7 +63,7 @@ async function getAssets(stack, folder, bulkPublish, environments, locale, apiVe
63
63
  environments: environments,
64
64
  locale,
65
65
  stack: stack,
66
- apiVersion
66
+ apiVersion,
67
67
  });
68
68
  bulkPublishSet = [];
69
69
  }
@@ -83,6 +83,8 @@ async function getAssets(stack, folder, bulkPublish, environments, locale, apiVe
83
83
  }
84
84
  await getAssets(stack, folder, bulkPublish, environments, locale, apiVersion, skip);
85
85
  return resolve();
86
+ } else {
87
+ resolve();
86
88
  }
87
89
  })
88
90
  .catch((error) => {