@receptron/graphai_cli 0.6.10 → 1.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -34,6 +34,7 @@ Options:
34
34
  ### Run GraphAI 🔥
35
35
 
36
36
  ```
37
+ # Run test_yaml/test_base.yml (Make sure you are in the correct directory)
37
38
  graphai test_yaml/test_base.yml
38
39
  ```
39
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@receptron/graphai_cli",
3
- "version": "0.6.10",
3
+ "version": "1.0.1",
4
4
  "description": "GraphAI command line tools.",
5
5
  "main": "lib/graphai_cli.js",
6
6
  "bin": {
@@ -35,10 +35,10 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@graphai/agent_filters": "^0.2.2",
38
- "@graphai/agents": "^0.2.10",
39
- "@receptron/test_utils": "^0.2.6",
38
+ "@graphai/agents": "^1.0.0",
39
+ "@receptron/test_utils": "^1.0.1",
40
40
  "dotenv": "^16.4.7",
41
- "graphai": "^0.6.23",
41
+ "graphai": "^1.0.0",
42
42
  "yargs": "^17.7.2"
43
43
  },
44
44
  "types": "./lib/graphai_cli.d.ts",