@heossi/bee 0.1.3 → 0.1.4

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,6 +1,6 @@
1
1
  # @heossi/bee
2
2
 
3
- Official TypeScript / JavaScript SDK for the **Bee Intelligence Engine** by [HEOSSI](https://www.heossi.com).
3
+ Official TypeScript / JavaScript SDK for **Bee — The Progressive Intelligence Engine** by [HEOSSI](https://www.heossi.com).
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@heossi/bee.svg)](https://www.npmjs.com/package/@heossi/bee)
6
6
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @heossi/bee — Official TypeScript / JavaScript SDK for the Bee
3
- * Intelligence Engine.
2
+ * @heossi/bee — Official TypeScript / JavaScript SDK for
3
+ * Bee — The Progressive Intelligence Engine.
4
4
  *
5
5
  * Bee exposes an OpenAI-compatible /chat/completions surface backed by a
6
6
  * domain-specialised LoRA-routed model ladder (Cell, Brood, Comb, Buzz,
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @heossi/bee — Official TypeScript / JavaScript SDK for the Bee
3
- * Intelligence Engine.
2
+ * @heossi/bee — Official TypeScript / JavaScript SDK for
3
+ * Bee — The Progressive Intelligence Engine.
4
4
  *
5
5
  * Bee exposes an OpenAI-compatible /chat/completions surface backed by a
6
6
  * domain-specialised LoRA-routed model ladder (Cell, Brood, Comb, Buzz,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heossi/bee",
3
- "version": "0.1.3",
4
- "description": "Official TypeScript / JavaScript client for the Bee Intelligence Engine — domain-specialized LoRA-routed LLM by HEOSSI. OpenAI-compatible chat completions over a clean, dependency-free SDK.",
3
+ "version": "0.1.4",
4
+ "description": "Bee The Progressive Intelligence Engine",
5
5
  "license": "Apache-2.0",
6
6
  "author": "HEOSSI (Pte.) Ltd. <bee-support@heossi.com>",
7
7
  "homepage": "https://bee.heossi.com",