@openora/core 0.4.0 → 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/LICENSE-COMMERCIAL.md +2 -2
- package/README.md +3 -2
- package/dist/.tsbuildinfo +1 -1
- package/dist/server/kernel/bullmq-job-queue.d.ts.map +1 -1
- package/dist/server/kernel/bullmq-job-queue.js +3 -1
- package/dist/server/kernel/bullmq-job-queue.js.map +1 -1
- package/dist/wallet/plugin.d.ts.map +1 -1
- package/dist/wallet/plugin.js +5 -1
- package/dist/wallet/plugin.js.map +1 -1
- package/package.json +1 -1
package/LICENSE-COMMERCIAL.md
CHANGED
|
@@ -47,7 +47,7 @@ not covered by this file.
|
|
|
47
47
|
|
|
48
48
|
## How to obtain a commercial license
|
|
49
49
|
|
|
50
|
-
Contact: **
|
|
50
|
+
Contact: **contact@openora.ai**
|
|
51
51
|
|
|
52
52
|
Include your company name, intended use, and deployment model. Blurify will
|
|
53
53
|
respond with the applicable commercial terms.
|
|
@@ -63,4 +63,4 @@ respond with the applicable commercial terms.
|
|
|
63
63
|
| Embedding in a closed-source product or redistributing under other terms | Commercial |
|
|
64
64
|
| Need a warranty, indemnity, or commercial SLA | Commercial |
|
|
65
65
|
|
|
66
|
-
When in doubt, contact
|
|
66
|
+
When in doubt, contact contact@openora.ai.
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Open-source, headless, plugin-based, AI-native iGaming framework. Clone it, extend it, deploy it - without forking core.
|
|
4
4
|
|
|
5
|
-
The single package behind [Openora](https://github.com/blurifycom/openora): backend domain modules (auth, wallet, casino,
|
|
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.
|
|
6
6
|
|
|
7
7
|
> **Status: alpha (pre-1.0).** Contracts, package layout, and APIs may change between releases.
|
|
8
8
|
|
|
@@ -10,9 +10,10 @@ The single package behind [Openora](https://github.com/blurifycom/openora): back
|
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
12
|
pnpm add @openora/core # latest stable
|
|
13
|
-
pnpm add @openora/core@alpha # dev channel snapshot
|
|
14
13
|
```
|
|
15
14
|
|
|
15
|
+
The rolling `canary` dev channel (`@openora/core@canary`) publishes on every `dev` push - use it for pre-release testing, not production.
|
|
16
|
+
|
|
16
17
|
## What's inside (subpath exports)
|
|
17
18
|
|
|
18
19
|
| Subpath | Surface |
|