oceum 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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -147,7 +147,7 @@ const valid = Oceum.verifyWebhookSignature(rawBody, signature, secret);
147
147
 
148
148
  ## Docs
149
149
 
150
- Full documentation: [oceum.ai/docs](https://oceum.ai/docs.html)
150
+ Full documentation: [oceum.ai/docs-public](https://oceum.ai/docs-public)
151
151
 
152
152
  ## License
153
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceum",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Official SDK for Oceum — the management platform for AI agents. Monitor, log, and orchestrate your agents from one dashboard.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -23,9 +23,9 @@
23
23
  ],
24
24
  "author": "Oceum <hello@oceum.ai>",
25
25
  "license": "MIT",
26
- "homepage": "https://oceum.ai/docs",
26
+ "homepage": "https://oceum.ai/docs-public",
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/milo898/oceum"
29
+ "url": "https://oceum.ai/docs-public"
30
30
  }
31
31
  }