@openora/core 0.4.1-canary.10 → 0.4.1-canary.9
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 +0 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
# @openora/core
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@openora/core)
|
|
4
|
-
[](https://www.npmjs.com/package/@openora/core?activeTab=versions)
|
|
5
|
-
[](https://github.com/blurifycom/openora/blob/dev/LICENSE)
|
|
6
|
-
[](https://github.com/blurifycom/openora)
|
|
7
|
-
|
|
8
3
|
> Open-source, headless, plugin-based, AI-native iGaming framework. Clone it, extend it, deploy it - without forking core.
|
|
9
4
|
|
|
10
5
|
The single package behind [Openora](https://github.com/blurifycom/openora): backend domain modules (auth, wallet, casino, compliance, CMS, backoffice, audit), the plugin engine that composes them, Zod-first contracts, and a typed React SDK. Your frontend, branding, and vendor adapters live in your own consumer repo and talk to it over HTTP.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openora/core",
|
|
3
|
-
"version": "0.4.1-canary.
|
|
3
|
+
"version": "0.4.1-canary.9",
|
|
4
4
|
"description": "Open-source, headless, plugin-based, AI-native iGaming framework - domain modules, plugin engine, Zod-first contracts, typed React SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-native",
|