ci-slack-reporter 1.0.15 → 1.0.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -125,7 +125,7 @@ class MyReporter {
125
125
  for (const part of splitIfBlocksLimit(out[filename])) {
126
126
  await webhook.send(part);
127
127
  };
128
- });
128
+ })();
129
129
 
130
130
 
131
131
  if (stats.failures) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ci-slack-reporter",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Mocha/Cypress reporter to post tests results directly to Slack",
5
5
  "main": "index.js",
6
6
  "scripts": {