oblien 1.0.0 → 1.0.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 +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -453,3 +453,4 @@ MIT
453
453
  - [Website](https://oblien.com)
454
454
  - [React Chat Agent](https://npmjs.com/package/react-chat-agent) - Client-side chat component
455
455
  - [Agent Sandbox](https://npmjs.com/package/agent-sandbox) - Sandbox SDK
456
+ - [AI smart assets fetch](https://npmjs.com/package/assets-ai) - Assets AI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oblien",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Server-side SDK for Oblien AI Platform - Build AI-powered applications with chat, agents, and workflows",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -33,9 +33,9 @@
33
33
  "type": "git",
34
34
  "url": "git@github.com:oblien/oblien-core.git"
35
35
  },
36
- "homepage": "https://oblien.com/docs/core-sdk",
36
+ "homepage": "https://oblien.com/docs/core",
37
37
  "bugs": {
38
- "url": "https://github.com/oblien/oblien-core/issues"
38
+ "url": "https://github.com/oblien/core/issues"
39
39
  },
40
40
  "dependencies": {
41
41
  "node-cache": "^5.1.2"