@rimori/client 2.5.25 → 2.5.26-next.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.
@@ -135,7 +135,6 @@ export interface UserInfo {
135
135
  skill_level_listening: LanguageLevel;
136
136
  skill_level_understanding: LanguageLevel;
137
137
  study_buddy: Buddy;
138
- study_duration: number;
139
138
  /**
140
139
  * The language the user speaks natively.
141
140
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimori/client",
3
- "version": "2.5.25",
3
+ "version": "2.5.26-next.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": {