@streamlayer/react 0.10.5 → 0.10.6

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -1197,8 +1197,8 @@ declare module "packages/feature-gamification/src/index" {
1197
1197
  import { AbstractFeature, ApiStore, FeatureSource, type FeatureProps } from "packages/sdk-web-interfaces/src/index";
1198
1198
  import type { GetApiResponseType } from "packages/sdk-web-api/src/index";
1199
1199
  type StreamLayerContext = any;
1200
- import type { GamesOverlaySettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
1201
1200
  import type { PlainMessage } from '@bufbuild/protobuf';
1201
+ import type { GamesOverlaySettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
1202
1202
  import { ReadableAtom, WritableAtom } from 'nanostores';
1203
1203
  import * as queries from "packages/feature-gamification/src/queries/index";
1204
1204
  export class Gamification extends AbstractFeature<'games', PlainMessage<GamesOverlaySettings>> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/react",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
4
4
  "type": "module",
5
5
  "author": "Renat Berezovsky (gh:BrRenat)",
6
6
  "main": "./lib/cjs/index.js",