ultracontext 1.0.0 โ†’ 1.0.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 +12 -12
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <a href="https://ultracontext.ai">
3
- <img src="https://github.com/user-attachments/assets/874841ae-374d-46df-bc2a-388aff7cd024" alt="UltraContext" />
3
+ <img src="https://ultracontext.ai/og-node.png" alt="UltraContext" />
4
4
  </a>
5
5
  </p>
6
6
 
@@ -18,14 +18,14 @@
18
18
  <a href="https://www.npmjs.com/package/ultracontext">
19
19
  <img src="https://img.shields.io/npm/v/ultracontext" alt="npm version" />
20
20
  </a>
21
- <a href="https://github.com/ultracontext/ultracontext-node/blob/main/LICENSE">
22
- <img src="https://img.shields.io/npm/l/ultracontext" alt="license" />
21
+ <a href="https://github.com/ultracontext/ultracontext/blob/main/LICENSE">
22
+ <img src="https://img.shields.io/github/license/ultracontext/ultracontext" alt="license" />
23
23
  </a>
24
24
  </p>
25
25
 
26
26
  <br />
27
27
 
28
- <p align="center">๐Ÿ“š Guides</p>
28
+ <p align="center">Guides</p>
29
29
  <p align="center">
30
30
  <a href="https://ultracontext.ai/docs/guides/store-retrieve-contexts">Store & Retrieve</a>
31
31
  ยท
@@ -77,7 +77,7 @@ npm install ultracontext
77
77
 
78
78
  <br />
79
79
 
80
- ## ๐Ÿš€ Quick Start
80
+ ## Quick Start
81
81
 
82
82
  ```js
83
83
  import { UltraContext } from 'ultracontext';
@@ -123,17 +123,17 @@ await uc.delete(ctx.id, -1);
123
123
 
124
124
  <br />
125
125
 
126
- ## Documentation
126
+ ## Star History
127
127
 
128
- - [Quickstart](https://ultracontext.ai/docs/quickstart/nodejs) โ€” Get running in 2 minutes
129
- - [Guides](https://ultracontext.ai/docs/guides/store-retrieve-contexts) โ€” Practical patterns for common use cases
130
- - [API Reference](https://ultracontext.ai/docs/api-reference/introduction) โ€” Full endpoint documentation
128
+ [![Star History Chart](https://api.star-history.com/svg?repos=ultracontext/ultracontext&type=date&legend=top-left)](https://www.star-history.com/#ultracontext/ultracontext&type=date&legend=top-left)
131
129
 
132
130
  <br />
133
131
 
134
- ## License
132
+ ## Documentation
135
133
 
136
- MIT
134
+ - [Quickstart](https://ultracontext.ai/docs/quickstart/nodejs) โ€” Get running in 2 minutes
135
+ - [Guides](https://ultracontext.ai/docs/guides/store-retrieve-contexts) โ€” Practical patterns for common use cases
136
+ - [API Reference](https://ultracontext.ai/docs/api-reference/introduction) โ€” Full endpoint documentation
137
137
 
138
138
  ---
139
139
 
@@ -142,5 +142,5 @@ MIT
142
142
  ยท
143
143
  <a href="https://ultracontext.ai/docs">Docs</a>
144
144
  ยท
145
- <a href="https://github.com/ultracontext/ultracontext-node/issues">Issues</a>
145
+ <a href="https://github.com/ultracontext/ultracontext/issues">Issues</a>
146
146
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracontext",
3
- "description": "Node.js library for the UltraContext API",
3
+ "description": "JavaScript/TypeScript SDK for the UltraContext API",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=18"
@@ -10,17 +10,18 @@
10
10
  "dev": "tsc --watch",
11
11
  "prepare": "npm run build"
12
12
  },
13
- "version": "1.0.0",
13
+ "version": "1.0.2",
14
14
  "main": "./dist/index.js",
15
15
  "types": "./dist/index.d.ts",
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/ultracontext/ultracontext-node.git"
18
+ "url": "git+https://github.com/ultracontext/ultracontext.git",
19
+ "directory": "apps/js-sdk"
19
20
  },
20
21
  "author": "Ultracontext",
21
22
  "license": "MIT",
22
23
  "bugs": {
23
- "url": "https://github.com/ultracontext/ultracontext-node/issues"
24
+ "url": "https://github.com/ultracontext/ultracontext/issues"
24
25
  },
25
26
  "homepage": "https://ultracontext.ai",
26
27
  "keywords": [