deadpipe 3.0.0 → 3.0.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Deadpipe Node.js SDK
2
2
 
3
- LLM observability that answers one question: **"Is this prompt behaving the same as when it was last safe?"**
3
+ LLM observability that answers one question: **"Is this prompt still behaving safely?"**
4
4
 
5
5
  **Supports:** OpenAI, Anthropic, Google AI (Gemini), Mistral, Cohere
6
6
 
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Deadpipe - LLM observability that answers one question:
3
- * "Is this prompt behaving the same as when it was last safe?"
3
+ * "Is this prompt still behaving safely?"
4
4
  *
5
5
  * Supports: OpenAI, Anthropic, Google AI (Gemini), Mistral, Cohere
6
6
  *
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Deadpipe - LLM observability that answers one question:
3
- * "Is this prompt behaving the same as when it was last safe?"
3
+ * "Is this prompt still behaving safely?"
4
4
  *
5
5
  * Supports: OpenAI, Anthropic, Google AI (Gemini), Mistral, Cohere
6
6
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "deadpipe",
3
- "version": "3.0.0",
4
- "description": "LLM observability that answers: Is this prompt behaving the same as when it was last safe?",
3
+ "version": "3.0.1",
4
+ "description": "LLM observability that answers: Is this prompt still behaving safely?",
5
5
  "keywords": [
6
6
  "llm",
7
7
  "openai",