@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/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/@clovnet/casino-sdk)
|
|
5
5
|
[](https://www.npmjs.com/package/@clovnet/casino-sdk)
|
|
6
6
|
|
|
7
|
-
The **player / casino frontend SDK** for the [
|
|
7
|
+
The **player / casino frontend SDK** for the [Clovnet](https://github.com/Clovnet) Runtime
|
|
8
8
|
Core. It wraps everything a player can do — auth, cashier, wallet, catalog, real game launch, and live
|
|
9
9
|
realtime updates — and hides the cross-cutting concerns (cookie session, CSRF, tenant header, idempotency
|
|
10
10
|
keys, reconnect, dedupe) so your frontend never thinks about them.
|