release: v0.3.1

This commit is contained in:
Acbox
2026-03-05 00:44:50 +08:00
parent 707e04fd38
commit 387ac50030
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/agent-gateway", "name": "@memoh/agent-gateway",
"version": "0.3.0", "version": "0.3.1",
"scripts": { "scripts": {
"dev": "bun run --watch src/index.ts", "dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify", "build": "bun build src/index.ts --outfile dist/index.js --target bun --minify",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/docs", "name": "@memoh/docs",
"version": "0.3.0", "version": "0.3.1",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@memoh/monorepo", "name": "@memoh/monorepo",
"private": true, "private": true,
"version": "0.3.0", "version": "0.3.1",
"scripts": { "scripts": {
"web:dev": "pnpm --filter @memoh/web dev", "web:dev": "pnpm --filter @memoh/web dev",
"web:build": "pnpm --filter @memoh/web build", "web:build": "pnpm --filter @memoh/web build",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/agent", "name": "@memoh/agent",
"version": "0.3.0", "version": "0.3.1",
"exports": { "exports": {
".": "./src/index.ts" ".": "./src/index.ts"
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/cli", "name": "@memoh/cli",
"version": "0.3.0", "version": "0.3.1",
"description": "Command line interface and core API for Memoh", "description": "Command line interface and core API for Memoh",
"exports": { "exports": {
".": "./src/index.ts", ".": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/config", "name": "@memoh/config",
"version": "0.3.0", "version": "0.3.1",
"exports": { "exports": {
".": "./src/index.ts" ".": "./src/index.ts"
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/sdk", "name": "@memoh/sdk",
"version": "0.3.0", "version": "0.3.1",
"description": "", "description": "",
"exports": { "exports": {
".": "./src/index.ts", ".": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@memoh/ui", "name": "@memoh/ui",
"version": "0.3.0", "version": "0.3.1",
"private": true, "private": true,
"type": "module", "type": "module",
"exports": { "exports": {
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@memoh/web", "name": "@memoh/web",
"private": true, "private": true,
"version": "0.3.0", "version": "0.3.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",