@hazeljs/guardrails 0.2.0 → 0.2.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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -153,6 +153,6 @@ Thrown when content is blocked. Includes `violations` and `blockedReason`. Use a
|
|
|
153
153
|
|
|
154
154
|
## Learn More
|
|
155
155
|
|
|
156
|
-
- [Documentation](https://hazeljs.
|
|
157
|
-
- [@hazeljs/ai](https://hazeljs.
|
|
158
|
-
- [@hazeljs/agent](https://hazeljs.
|
|
156
|
+
- [Documentation](https://hazeljs.ai/docs/packages/guardrails)
|
|
157
|
+
- [@hazeljs/ai](https://hazeljs.ai/docs/packages/ai) — AI integration
|
|
158
|
+
- [@hazeljs/agent](https://hazeljs.ai/docs/packages/agent) — Agent runtime
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/guardrails",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Content safety, PII handling, and output validation for HazelJS AI applications",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"bugs": {
|
|
50
50
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
51
51
|
},
|
|
52
|
-
"homepage": "https://hazeljs.
|
|
52
|
+
"homepage": "https://hazeljs.ai",
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@hazeljs/core": ">=0.2.0-beta.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "b43901feaa561a191242c34acabefa531dd1d21d"
|
|
57
57
|
}
|