update npm package name

This commit is contained in:
Nicolò Boschi 2025-12-03 15:58:12 +01:00
parent b75c796557
commit 850d4036c3
3 changed files with 7 additions and 7 deletions

View file

@ -389,7 +389,7 @@ jobs:
- `hindsight-client` - Client library
### TypeScript/JavaScript
- `@hindsight/client` - TypeScript SDK
- `@vectorize-io/hindsight-client` - TypeScript SDK
### CLI Binaries
- `hindsight-linux-amd64` - Linux x86_64
@ -413,7 +413,7 @@ jobs:
### TypeScript/JavaScript
```bash
npm install @hindsight/client@${{ steps.get_version.outputs.VERSION }}
npm install @vectorize-io/hindsight-client@${{ steps.get_version.outputs.VERSION }}
```
### CLI
@ -458,7 +458,7 @@ jobs:
echo "" >> $GITHUB_STEP_SUMMARY
echo "## 📦 Components" >> $GITHUB_STEP_SUMMARY
echo "- ✅ Python packages (hindsight-all, hindsight-api, hindsight-client)" >> $GITHUB_STEP_SUMMARY
echo "- ✅ TypeScript Client (@hindsight/client)" >> $GITHUB_STEP_SUMMARY
echo "- ✅ TypeScript Client (@vectorize-io/hindsight-client)" >> $GITHUB_STEP_SUMMARY
echo "- ✅ Rust CLI (Linux amd64, macOS amd64, macOS arm64)" >> $GITHUB_STEP_SUMMARY
echo "- ✅ Docker images (standalone, API, Control Plane)" >> $GITHUB_STEP_SUMMARY
echo "- ✅ Helm chart" >> $GITHUB_STEP_SUMMARY

View file

@ -1,5 +1,5 @@
{
"name": "@hindsight/client",
"name": "@vectorize-io/hindsight-client",
"version": "0.0.10",
"description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking",
"main": "./dist/src/index.js",

View file

@ -1141,7 +1141,7 @@ provides-extras = ["test"]
[[package]]
name = "hindsight-api"
version = "0.0.9"
version = "0.0.10"
source = { editable = "hindsight-api" }
dependencies = [
{ name = "alembic" },
@ -1243,7 +1243,7 @@ dev = [
[[package]]
name = "hindsight-client"
version = "0.0.9"
version = "0.0.10"
source = { editable = "hindsight-clients/python" }
dependencies = [
{ name = "aiohttp" },
@ -1275,7 +1275,7 @@ provides-extras = ["test"]
[[package]]
name = "hindsight-dev"
version = "0.0.9"
version = "0.0.10"
source = { editable = "hindsight-dev" }
dependencies = [
{ name = "hindsight-api" },