@hazeljs/ai 0.2.0-beta.38 → 0.2.0-beta.41

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  Build AI-powered applications with first-class LLM integration, streaming support, and decorator-based APIs.
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@hazeljs/ai.svg)](https://www.npmjs.com/package/@hazeljs/ai)
8
+ [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/ai)](https://www.npmjs.com/package/@hazeljs/ai)
8
9
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
9
10
 
10
11
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/ai",
3
- "version": "0.2.0-beta.38",
3
+ "version": "0.2.0-beta.41",
4
4
  "description": "AI integration module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "@hazeljs/cache": ">=0.2.0-beta.0",
56
56
  "@hazeljs/core": ">=0.2.0-beta.0"
57
57
  },
58
- "gitHead": "ba1d66ecacc4943a08f85e3f9c077e53224838ff"
58
+ "gitHead": "b50699eaa4847a8cfe9c346d7e4464b4af7f3120"
59
59
  }