@directive-run/ai 0.8.4 → 0.8.6

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/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Sizls LLC
3
+ Copyright (c) 2026 Sizls ∞ Jason Comes
4
4
 
5
5
  This project is dual-licensed under MIT OR Apache-2.0. You may choose
6
6
  either license. See LICENSE-APACHE for the Apache License, Version 2.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@directive-run/ai",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "description": "AI guardrails and orchestration for TypeScript. Prompt injection, PII detection, cost tracking, multi-agent patterns. Zero SDK dependencies.",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "author": "Jason Comes",
@@ -85,7 +85,7 @@
85
85
  "@types/node": "^25.2.0",
86
86
  "tsup": "^8.3.5",
87
87
  "typescript": "^5.7.2",
88
- "@directive-run/core": "0.8.4"
88
+ "@directive-run/core": "0.8.6"
89
89
  },
90
90
  "scripts": {
91
91
  "build": "tsup",