@cyrilverloop/codingame-configuration 1.11.1 → 1.11.2

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/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ### Added
9
9
  - configuration for "Darts Checkout Routes".
10
10
 
11
+ ## [1.11.2] - 2025-01-31
12
+ ### Fixed
13
+ - name of test "Let’s Legendary!" for "Item Maker".
14
+ - configuration of test "Biggest number of vectors" for "nD-Vector sorting".
15
+ - alphanumName of test "Random #2" for "Tetris Floor".
16
+
11
17
  ## [1.11.1] - 2025-01-31
12
18
  ### Fixed
13
19
  - input and output files of test "Test 3 - Africa" for "Nonogram inversor".
@@ -20,7 +20,7 @@
20
20
  "file": "03 - Epic now.txt"
21
21
  },
22
22
  {
23
- "name": "Let's Legendary!",
23
+ "name": "Lets Legendary!",
24
24
  "alphanumName": "LetsLegendary",
25
25
  "file": "04 - Let’s Legendary!.txt"
26
26
  },
@@ -26,8 +26,8 @@
26
26
  },
27
27
  {
28
28
  "name": "Biggest number of vectors",
29
- "alphanumName": "Biggest number of vectors",
30
- "file": "05 - BiggestNumberOfVectors.txt"
29
+ "alphanumName": "BiggestNumberOfVectors",
30
+ "file": "05 - Biggest number of vectors.txt"
31
31
  }
32
32
  ]
33
33
  }
@@ -76,7 +76,7 @@
76
76
  },
77
77
  {
78
78
  "name": "Random #2",
79
- "alphanumName": "Random#2",
79
+ "alphanumName": "Random2",
80
80
  "file": "15 - Random #2.txt"
81
81
  }
82
82
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyrilverloop/codingame-configuration",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "description": "A project that contains CodinGame input, output and default code.",
5
5
  "repository": {
6
6
  "type": "git",