@stratix/ai-openai 0.4.2 → 0.4.5

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 +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,14 +12,10 @@
12
12
 
13
13
  </div>
14
14
 
15
- -
16
-
17
15
  > Part of **[Stratix Framework](https://stratix-dev.github.io/stratix/)** - A TypeScript framework for building scalable applications with Domain-Driven Design, Hexagonal Architecture, and CQRS patterns.
18
16
  >
19
17
  > **New to Stratix?** Start with the [Getting Started Guide](https://stratix-dev.github.io/stratix/docs/getting-started/quick-start)
20
18
 
21
- -
22
-
23
19
  ## About This Package
24
20
 
25
21
  `@stratix/ai-openai` is a AI provider plugin for the Stratix framework.
@@ -77,8 +73,6 @@ npm install @stratix/ai-openai
77
73
 
78
74
  MIT - See [LICENSE](https://github.com/stratix-dev/stratix/blob/main/LICENSE) for details.
79
75
 
80
- -
81
-
82
76
  <div align="center">
83
77
 
84
78
  **[Stratix Framework](https://stratix-dev.github.io/stratix/)** - Build better software with proven patterns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stratix/ai-openai",
3
- "version": "0.4.2",
3
+ "version": "0.4.5",
4
4
  "description": "Stratix AI Agents - OpenAI Provider",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",