@arizeai/phoenix-cli 1.4.0 → 1.4.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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -624,3 +624,4 @@ Trace JSON structure:
624
624
  - 🌟 [GitHub](https://github.com/Arize-ai/phoenix)
625
625
  - 🐞 [Report bugs](https://github.com/Arize-ai/phoenix/issues)
626
626
  - 𝕏 [@ArizePhoenix](https://twitter.com/ArizePhoenix)
627
+ - 💼 [LinkedIn](https://www.linkedin.com/showcase/113218220)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arizeai/phoenix-cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A command-line interface for Phoenix",
5
5
  "keywords": [
6
6
  "arize",
@@ -34,8 +34,8 @@
34
34
  "@clack/prompts": "^1.0.1",
35
35
  "commander": "^12.1.0",
36
36
  "zod": "^4.0.14",
37
- "@arizeai/phoenix-client": "6.9.0",
38
- "@arizeai/phoenix-config": "0.1.3"
37
+ "@arizeai/phoenix-client": "6.9.1",
38
+ "@arizeai/phoenix-config": "0.1.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^22.12.0",