@axonsdk/sdk 0.2.1 → 0.2.2

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 (1) hide show
  1. package/package.json +17 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axonsdk/sdk",
3
- "version": "0.2.1",
4
- "description": "Provider-abstracted SDK for deploying and calling confidential edge applications across DePIN compute networks (Acurast, Akash, Fluence, Koii).",
3
+ "version": "0.2.2",
4
+ "description": "Provider-abstracted SDK for routing AI inference across edge and cloud compute io.net, Akash, Acurast, Fluence, Koii, AWS, GCP, Azure, Cloudflare, and Fly.io.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -21,18 +21,24 @@
21
21
  "clean": "rm -rf dist"
22
22
  },
23
23
  "keywords": [
24
- "depin",
25
- "edge",
26
- "tee",
27
- "acurast",
24
+ "ai",
25
+ "inference",
26
+ "edge-compute",
27
+ "routing",
28
+ "sdk",
29
+ "llm",
30
+ "openai",
31
+ "gpu",
32
+ "ionet",
28
33
  "akash",
34
+ "acurast",
29
35
  "fluence",
30
36
  "koii",
31
- "decentralised-compute",
32
- "web3",
33
- "sdk",
34
- "routing",
35
- "confidential-computing"
37
+ "aws",
38
+ "cloudflare",
39
+ "multi-provider",
40
+ "tee",
41
+ "depin"
36
42
  ],
37
43
  "author": "Axon <hello@axon.dev>",
38
44
  "license": "Apache-2.0",