@123toto/ai-app-assistant-server 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -85,4 +85,4 @@ OpenAI, Anthropic, Mistral, Google/Gemini and Ollama are supported through `prov
85
85
 
86
86
  The managed server records counts, durations, token usage and normalized failures. It never records questions, HTML, user identities or credentials. Redis persistence is selected automatically when managed Redis storage is configured; use `telemetry: false` to disable it.
87
87
 
88
- Full documentation: [github.com/123toto/ai-docs-asker](https://github.com/123toto/ai-docs-asker)
88
+ Full documentation: [github.com/123toto/ai-app-assistant](https://github.com/123toto/ai-app-assistant)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@123toto/ai-app-assistant-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
5
  "description": "Framework-neutral Node.js backend for contextual in-app AI assistants",
6
6
  "engines": {
@@ -8,12 +8,12 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/123toto/ai-docs-asker.git",
11
+ "url": "git+https://github.com/123toto/ai-app-assistant.git",
12
12
  "directory": "packages/server"
13
13
  },
14
- "homepage": "https://github.com/123toto/ai-docs-asker#readme",
14
+ "homepage": "https://github.com/123toto/ai-app-assistant#readme",
15
15
  "bugs": {
16
- "url": "https://github.com/123toto/ai-docs-asker/issues"
16
+ "url": "https://github.com/123toto/ai-app-assistant/issues"
17
17
  },
18
18
  "keywords": [
19
19
  "ai",
@@ -77,7 +77,7 @@
77
77
  "@ai-sdk/openai": "^3.0.0",
78
78
  "ai": "^6.0.0",
79
79
  "zod": "^4.0.0",
80
- "@123toto/ai-app-assistant-contracts": "0.1.0"
80
+ "@123toto/ai-app-assistant-contracts": "0.1.1"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@nestjs/common": "~11.1.29",