@streamlayer/feature-gamification 0.19.3 → 0.19.5

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.
@@ -247,6 +247,7 @@ export class Gamification extends AbstractFeature {
247
247
  };
248
248
  submitAnswer = async (questionId, answerId) => {
249
249
  await actions.submitAnswer(this.transport, { questionId, answerId });
250
+ // Todo: add invalidate openedQuestion
250
251
  this.questions?.invalidate();
251
252
  };
252
253
  skipQuestion = async (questionId) => {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@streamlayer/feature-gamification",
3
- "version": "0.19.3",
3
+ "version": "0.19.5",
4
4
  "peerDependencies": {
5
5
  "@bufbuild/protobuf": "^1.4.2",
6
6
  "@streamlayer/sl-eslib": "^5.53.5",
7
7
  "nanostores": "^0.9.5",
8
8
  "@streamlayer/sdk-web-interfaces": "^0.18.9",
9
- "@streamlayer/sdk-web-core": "^0.17.1",
9
+ "@streamlayer/sdk-web-core": "^0.17.2",
10
10
  "@streamlayer/sdk-web-api": "^0.0.1",
11
11
  "@streamlayer/sdk-web-types": "^0.17.1",
12
12
  "@streamlayer/sdk-web-storage": "^0.3.10",