Skip to content

Commit 467f402

Browse files
authored
Add repository field to all packages and bump versions (#71)
1 parent e4c4dbc commit 467f402

6 files changed

Lines changed: 29 additions & 6 deletions

File tree

packages/core/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lithium-ai/core",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Hierarchical versioned content store for structured context.",
55
"keywords": [
66
"ai",
@@ -28,6 +28,11 @@
2828
"model-context-protocol",
2929
"retrieval"
3030
],
31+
"repository": {
32+
"type": "git",
33+
"url": "https://github.com/0xJaksun/lithium-core",
34+
"directory": "packages/core"
35+
},
3136
"type": "module",
3237
"license": "MIT",
3338
"main": "./dist/index.cjs",

packages/drizzle/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lithium-ai/drizzle",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Drizzle ORM adapter for @lithium-ai/core.",
55
"keywords": [
66
"lithium",
@@ -16,6 +16,11 @@
1616
"ai-infrastructure",
1717
"typescript"
1818
],
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/0xJaksun/lithium-core",
22+
"directory": "packages/drizzle"
23+
},
1924
"type": "module",
2025
"license": "MIT",
2126
"main": "./dist/index.cjs",

packages/kit/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ Add custom MCP tools. Swap adapters. Wire up auth. The scaffolded server is a st
154154
| [`@lithium-ai/mcp`](https://www.npmjs.com/package/@lithium-ai/mcp) | MCP server | [![](https://img.shields.io/bundlephobia/minzip/@lithium-ai/mcp)](https://bundlephobia.com/package/@lithium-ai/mcp) |
155155
| **`@lithium-ai/kit`** | **CLI toolbox** | **You are here** |
156156

157-
[GitHub](https://github.com/0xJaksun/lithium-core)
158-
159157
## License
160158

161159
MIT

packages/kit/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"postgres",
2020
"ltree"
2121
],
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/0xJaksun/lithium-core",
25+
"directory": "packages/kit"
26+
},
2227
"type": "module",
2328
"license": "MIT",
2429
"bin": "./dist/index.js",

packages/mcp/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lithium-ai/mcp",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "MCP server for structured hierarchical memory. Connect @lithium-ai/core to Claude and other AI tools.",
55
"keywords": [
66
"lithium",
@@ -20,6 +20,11 @@
2020
"developer-tools",
2121
"typescript"
2222
],
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/0xJaksun/lithium-core",
26+
"directory": "packages/mcp"
27+
},
2328
"type": "module",
2429
"license": "MIT",
2530
"main": "./dist/index.cjs",

packages/postgres/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lithium-ai/postgres",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "PostgreSQL adapter for @lithium-ai/core.",
55
"keywords": [
66
"lithium",
@@ -17,6 +17,11 @@
1717
"ai-infrastructure",
1818
"typescript"
1919
],
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/0xJaksun/lithium-core",
23+
"directory": "packages/postgres"
24+
},
2025
"type": "module",
2126
"license": "MIT",
2227
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)