@magmamath/students-features 0.6.1 → 0.6.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.
@@ -15,7 +15,7 @@
15
15
  "anotherHint": "Give me another hint",
16
16
  "giveHint": "Give me a hint",
17
17
  "answerAgain": "Answer again to get another hint!",
18
- "errorMessage": "Something went wrong! Try again below",
18
+ "errorMessage": "Something went wrong! Try again",
19
19
  "howCanIHelp": "Hi! Do you want help?",
20
20
  "showError": "Show error"
21
21
  }
@@ -15,7 +15,7 @@
15
15
  "anotherHint": "Give me another hint",
16
16
  "giveHint": "Give me a hint",
17
17
  "answerAgain": "Answer again to get another hint!",
18
- "errorMessage": "Something went wrong! Try again below",
18
+ "errorMessage": "Something went wrong! Try again",
19
19
  "howCanIHelp": "Hi! Do you want help?",
20
20
  "showError": "Show error"
21
21
  }
@@ -15,7 +15,7 @@
15
15
  "anotherHint": "Give me another hint",
16
16
  "giveHint": "Give me a hint",
17
17
  "answerAgain": "Answer again to get another hint!",
18
- "errorMessage": "Something went wrong! Try again below",
18
+ "errorMessage": "Something went wrong! Try again",
19
19
  "howCanIHelp": "Hi! Do you want help?",
20
20
  "showError": "Show error"
21
21
  }
@@ -15,7 +15,7 @@
15
15
  "anotherHint": "Give me another hint",
16
16
  "giveHint": "Give me a hint",
17
17
  "answerAgain": "Answer again to get another hint!",
18
- "errorMessage": "Something went wrong! Try again below",
18
+ "errorMessage": "Something went wrong! Try again",
19
19
  "howCanIHelp": "Hi! Do you want help?",
20
20
  "showError": "Show error"
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -15,7 +15,7 @@
15
15
  "anotherHint": "Give me another hint",
16
16
  "giveHint": "Give me a hint",
17
17
  "answerAgain": "Answer again to get another hint!",
18
- "errorMessage": "Something went wrong! Try again below",
18
+ "errorMessage": "Something went wrong! Try again",
19
19
  "howCanIHelp": "Hi! Do you want help?",
20
20
  "showError": "Show error"
21
21
  }
@@ -15,7 +15,7 @@
15
15
  "anotherHint": "Give me another hint",
16
16
  "giveHint": "Give me a hint",
17
17
  "answerAgain": "Answer again to get another hint!",
18
- "errorMessage": "Something went wrong! Try again below",
18
+ "errorMessage": "Something went wrong! Try again",
19
19
  "howCanIHelp": "Hi! Do you want help?",
20
20
  "showError": "Show error"
21
21
  }