@streamlayer/feature-gamification 0.37.2 → 0.37.3

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.
@@ -233,7 +233,7 @@ export class Gamification extends AbstractFeature {
233
233
  const instantView = {
234
234
  heading: question.data.question.notification.title,
235
235
  body: question.data.question.notification.body,
236
- imageMode: question.data.question.notification.imageMode,
236
+ imageMode: question.data.question.appearance?.images,
237
237
  image: optionsValue?.image,
238
238
  video: {
239
239
  id: optionsValue?.video?.id || '',
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@streamlayer/feature-gamification",
3
- "version": "0.37.2",
3
+ "version": "0.37.3",
4
4
  "peerDependencies": {
5
5
  "@bufbuild/protobuf": "^1.6.0",
6
6
  "@fastify/deepmerge": "*",
7
7
  "@streamlayer/sl-eslib": "^5.67.0",
8
8
  "nanostores": "^0.9.5",
9
9
  "@streamlayer/sdk-web-api": "^0.22.0",
10
+ "@streamlayer/sdk-web-core": "^0.21.1",
10
11
  "@streamlayer/sdk-web-interfaces": "^0.20.5",
11
12
  "@streamlayer/sdk-web-logger": "^0.5.16",
12
- "@streamlayer/sdk-web-core": "^0.21.0",
13
- "@streamlayer/sdk-web-notifications": "^0.14.0",
13
+ "@streamlayer/sdk-web-notifications": "^0.14.1",
14
14
  "@streamlayer/sdk-web-storage": "^0.4.3",
15
15
  "@streamlayer/sdk-web-types": "^0.22.3"
16
16
  },