@clovnet/casino-sdk 1.0.0 → 1.0.1
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.
- package/README.md +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -33,7 +33,7 @@ declare function checkJsonSchema(value: unknown, schema: unknown, path?: string)
|
|
|
33
33
|
declare function generateIdempotencyKey(prefix?: string): string;
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
|
-
* `@clovnet/casino-sdk` — player / casino frontend SDK for the
|
|
36
|
+
* `@clovnet/casino-sdk` — player / casino frontend SDK for the Clovnet Runtime
|
|
37
37
|
* Core. Framework-agnostic core; React bindings live at `@clovnet/casino-sdk/react`,
|
|
38
38
|
* the standalone realtime client at `@clovnet/casino-sdk/realtime`.
|
|
39
39
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ declare function checkJsonSchema(value: unknown, schema: unknown, path?: string)
|
|
|
33
33
|
declare function generateIdempotencyKey(prefix?: string): string;
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
|
-
* `@clovnet/casino-sdk` — player / casino frontend SDK for the
|
|
36
|
+
* `@clovnet/casino-sdk` — player / casino frontend SDK for the Clovnet Runtime
|
|
37
37
|
* Core. Framework-agnostic core; React bindings live at `@clovnet/casino-sdk/react`,
|
|
38
38
|
* the standalone realtime client at `@clovnet/casino-sdk/realtime`.
|
|
39
39
|
*
|