Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/release-oc-memwal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,21 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '24'
cache: pnpm
registry-url: 'https://registry.npmjs.org'

- name: Upgrade npm for OIDC Trusted Publishing
run: npm install -g npm@latest

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build SDK (dependency)
run: pnpm build:sdk

- name: Typecheck
run: cd packages/openclaw-memory-memwal && npm run typecheck
run: pnpm --filter @mysten-incubation/oc-memwal typecheck

- name: Build plugin
run: cd packages/openclaw-memory-memwal && npm run build
run: pnpm --filter @mysten-incubation/oc-memwal build

# ── main branch → changeset version + stable release (latest) ──
- name: Apply changesets (update version & CHANGELOG)
Expand Down
6 changes: 6 additions & 0 deletions docs/openclaw/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Track what's new, changed, and fixed in `@mysten-incubation/oc-memwal`.

For the latest version, see the [npm package page](https://www.npmjs.com/package/@mysten-incubation/oc-memwal).

## 0.0.2

### Internal

- Update `@mysten-incubation/memwal` dependency to `^0.0.2`

## 0.0.1

### Initial Release
Expand Down
6 changes: 6 additions & 0 deletions packages/openclaw-memory-memwal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten-incubation/oc-memwal

## 0.0.2

### Internal

- Update `@mysten-incubation/memwal` dependency to `^0.0.2`

## 0.0.1

### Initial Release
Expand Down
4 changes: 2 additions & 2 deletions packages/openclaw-memory-memwal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten-incubation/oc-memwal",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "NemoClaw/OpenClaw memory plugin — encrypted, decentralized long-term memory via MemWal + Walrus",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"@mysten-incubation/memwal": "^0.0.1",
"@mysten-incubation/memwal": "^0.0.2",
"@sinclair/typebox": "0.34.48",
"zod": "^3.23.0"
},
Expand Down
18 changes: 7 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading