chelys 2.18.4 → 2.19.0

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
@@ -5,5 +5,6 @@ Data struct for :
5
5
  * Constitutions
6
6
  * Invites
7
7
  * Songs
8
+ * Rewind
8
9
  * Users
9
10
  * Votes
package/dist/song.d.ts CHANGED
@@ -20,6 +20,7 @@ export interface Song {
20
20
  languages?: string[];
21
21
  releaseYear?: number;
22
22
  featuring?: string[];
23
+ countries?: string[];
23
24
  }
24
25
  export declare const EMPTY_SONG: Song;
25
26
  export interface CstSongReqAdd {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chelys",
3
- "version": "2.18.4",
3
+ "version": "2.19.0",
4
4
  "description": "Common code between Yatga and Kalimba",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {