@hazeljs/prompts 0.4.1 → 0.5.0
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -458,4 +458,4 @@ Contributions are welcome! See [CONTRIBUTING.md](../../CONTRIBUTING.md) for deta
|
|
|
458
458
|
- [Documentation](https://hazeljs.ai/docs/packages/prompts)
|
|
459
459
|
- [GitHub](https://github.com/hazeljs/hazeljs)
|
|
460
460
|
- [Issues](https://github.com/hazeljs/hazeljs/issues)
|
|
461
|
-
- [Discord](https://discord.gg/
|
|
461
|
+
- [Discord](https://discord.gg/xe495BvE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/prompts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Typed, overridable prompt templates for HazelJS AI, RAG, and Agent packages",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "c23649207e4aba030252b8763752f7f10776f256"
|
|
74
74
|
}
|