libroadcast-cli 1.3.2 → 1.3.3

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.
@@ -5,7 +5,6 @@ const utils_1 = require("../utils");
5
5
  const setPGN = async (rounds, urlRound, setRoundFilter, setSliceFilter = null) => {
6
6
  for (let rN = 1; rN <= rounds.length; rN++) {
7
7
  const round = rounds[rN - 1];
8
- console.log(round);
9
8
  const url = urlRound(rN);
10
9
  await utils_1.client
11
10
  .POST("/broadcast/round/{broadcastRoundId}/edit", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libroadcast-cli",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "CLI to help with broadcast maintenance on Lichess",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [