@semiont/api-client 0.1.0-build.6 → 0.1.0-build.7

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @semiont/api-client
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@semiont/api-client.svg)](https://www.npmjs.com/package/@semiont/api-client)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@semiont/api-client.svg)](https://www.npmjs.com/package/@semiont/api-client)
5
+ [![License](https://img.shields.io/npm/l/@semiont/api-client.svg)](https://github.com/The-AI-Alliance/semiont/blob/main/LICENSE)
6
+
3
7
  TypeScript SDK for [Semiont](https://github.com/The-AI-Alliance/semiont) - a knowledge management system for semantic annotations, AI-powered entity detection, and collaborative document analysis.
4
8
 
5
9
  ## What is Semiont?
@@ -17,10 +21,18 @@ Semiont lets you:
17
21
 
18
22
  ## Installation
19
23
 
24
+ Install the latest stable release from npm:
25
+
20
26
  ```bash
21
27
  npm install @semiont/api-client
22
28
  ```
23
29
 
30
+ Or install the latest development build:
31
+
32
+ ```bash
33
+ npm install @semiont/api-client@dev
34
+ ```
35
+
24
36
  **Prerequisites**: Semiont backend running. See [Running the Backend](../../apps/backend/README.md#quick-start) for setup.
25
37
 
26
38
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/api-client",
3
- "version": "0.1.0-build.6",
3
+ "version": "0.1.0-build.7",
4
4
  "description": "Semiont API SDK - types, client, and utilities",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",