@eigenpal/sdk 0.0.0-placeholder → 0.4.10

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/CHANGELOG.md +1 -1
  2. package/package.json +15 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @eigenpal/sdk
2
2
 
3
- ## Unreleased
3
+ ## 0.4.10
4
4
 
5
5
  - Initial release.
6
6
  - Coverage: workflow trigger (sync + async), execution polling, cancel, workflow & version listing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eigenpal/sdk",
3
- "version": "0.0.0-placeholder",
3
+ "version": "0.4.10",
4
4
  "description": "Official TypeScript SDK for the EigenPal API",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -32,6 +32,11 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
+ "author": {
36
+ "name": "EigenPal",
37
+ "email": "support@eigenpal.com",
38
+ "url": "https://eigenpal.com"
39
+ },
35
40
  "repository": {
36
41
  "type": "git",
37
42
  "url": "git+https://github.com/eigenpal/sdk-typescript.git"
@@ -46,6 +51,14 @@
46
51
  "sdk",
47
52
  "api",
48
53
  "client",
49
- "workflow"
54
+ "typescript",
55
+ "workflow",
56
+ "workflows",
57
+ "automation",
58
+ "document-extraction",
59
+ "document-understanding",
60
+ "ocr",
61
+ "ai",
62
+ "llm"
50
63
  ]
51
64
  }