@neuledge/graph 0.3.3 → 0.3.4

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/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  const [, , command, ...args] = process.argv;
4
4
 
5
- const NEULEDGE_API_BASE_URL = "https://api.graph.neuledge.com/v1";
5
+ const NEULEDGE_API_BASE_URL = "https://api.graph.neuledge.com/v0";
6
6
 
7
7
  (async () => {
8
8
  switch (command) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuledge/graph",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Connect your LLM to live weather, stocks, and currency data without API integration work. Structured data in <100ms.",
5
5
  "keywords": [
6
6
  "llm",