@hybridb/sdk 0.1.1 → 0.1.2

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 CHANGED
@@ -1,11 +1,25 @@
1
- # @hybridb/sdk
1
+ <div align="center">
2
+ <a href="https://stellrai.com">
3
+ <img src="https://unpkg.com/@hybridb/sdk/hybridb-logo.png" alt="hybriDB" height="56" />
4
+ </a>
5
+ <br /><br />
6
+ <strong>Official TypeScript SDK for the <a href="https://stellrai.com">Stellrai</a> governed execution runtime.</strong>
7
+ <br /><br />
8
+ <a href="https://www.npmjs.com/package/@hybridb/sdk"><img src="https://img.shields.io/npm/v/%40hybridb%2Fsdk?color=6366f1&label=%40hybridb%2Fsdk" alt="npm version" /></a>
9
+ &nbsp;
10
+ <a href="https://www.npmjs.com/package/@hybridb/sdk"><img src="https://img.shields.io/npm/dm/%40hybridb%2Fsdk?color=6366f1" alt="npm downloads" /></a>
11
+ &nbsp;
12
+ <img src="https://img.shields.io/badge/TypeScript-5%2B-6366f1" alt="TypeScript 5+" />
13
+ &nbsp;
14
+ <img src="https://img.shields.io/badge/Node.js-18%2B-6366f1" alt="Node.js 18+" />
15
+ &nbsp;
16
+ <a href="https://stellrai.com"><img src="https://img.shields.io/badge/Run%20on-Stellrai-6366f1" alt="Run on Stellrai" /></a>
17
+ </div>
2
18
 
3
- **Official TypeScript SDK for the [Stellrai](https://stellrai.com) governed execution runtime.**
19
+ ---
4
20
 
5
21
  > Stellrai doesn't care how you built your app. It governs how it executes.
6
22
 
7
- Build with any framework, any database, any stack. Route governed actions through `@hybridb/sdk` — and every critical operation becomes decided, audited, and reversible by default.
8
-
9
23
  ```
10
24
  Use @hybridb/sdk for anything that must be:
11
25
  - decided (policy-governed before execution)
@@ -33,6 +47,12 @@ Pipelines represent **governed execution steps**. Your application defines the b
33
47
 
34
48
  ## Installation
35
49
 
50
+ <div align="center">
51
+ <a href="https://stellrai.com">
52
+ <img src="https://unpkg.com/@hybridb/sdk/hybridb-logo.png" alt="hybriDB" height="36" />
53
+ </a>
54
+ </div>
55
+
36
56
  ```bash
37
57
  npm install @hybridb/sdk
38
58
  # or
@@ -344,6 +364,12 @@ try {
344
364
 
345
365
  ---
346
366
 
347
- ## License
348
-
349
- MIT © [3PPLEA Holdings LLC](https://stellrai.com)
367
+ <div align="center">
368
+ <a href="https://stellrai.com">
369
+ <img src="https://unpkg.com/@hybridb/sdk/hybridb-logo.png" alt="hybriDB" height="40" />
370
+ </a>
371
+ <br />
372
+ <sub>hybriDB is the kernel inside <a href="https://stellrai.com">Stellrai</a> — the governed execution runtime.</sub>
373
+ <br />
374
+ <sub>MIT © <a href="https://stellrai.com">3PPLEA Holdings LLC</a></sub>
375
+ </div>
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybridb/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Official TypeScript SDK for the Stellrai governed execution runtime",
5
5
  "keywords": [
6
6
  "hybridb",
@@ -40,7 +40,9 @@
40
40
  },
41
41
  "files": [
42
42
  "dist/",
43
- "README.md"
43
+ "README.md",
44
+ "hybridb-logo.png",
45
+ "hybridb-favicon.png"
44
46
  ],
45
47
  "scripts": {
46
48
  "build": "tsup",