@cynodia/axiom-agent-api 0.6.0-alpha.1 → 0.6.2-alpha.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,13 +15,13 @@ Main exports: `AgentAPI`, `GraphQueries`, `PresentationQueries`, `Transaction`,
15
15
  ## Installation
16
16
 
17
17
  ```bash
18
- npm install @cynodia/axiom-agent-api@alpha
18
+ npm install @cynodia/axiom-agent-api
19
19
  ```
20
20
 
21
21
  Most applications should install the facade package instead, which re-exports this one:
22
22
 
23
23
  ```bash
24
- npm install @cynodia/axiom@alpha
24
+ npm install @cynodia/axiom
25
25
  ```
26
26
 
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cynodia/axiom-agent-api",
3
- "version": "0.6.0-alpha.1",
3
+ "version": "0.6.2-alpha.1",
4
4
  "description": "Semantic queries and transactional graph transformations for AI agents.",
5
5
  "license": "MIT",
6
6
  "author": "AskTech AS",
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@cynodia/axiom-core": "0.6.0-alpha.1"
34
+ "@cynodia/axiom-core": "0.6.2-alpha.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsc -b tsconfig.json tsconfig.test.json",