Skip to content

Commit 8f50e9e

Browse files
committed
chore: release 2026.10322.104
1 parent f52adc4 commit 8f50e9e

File tree

19 files changed

+25
-25
lines changed

19 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "2026.10319.10359"
12+
version = "2026.10322.104"
1313
edition = "2024"
1414
license = "AGPL-3.0-only"
1515
authors = ["TrueNine"]

cli/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truenine/memory-sync-cli-darwin-arm64",
3-
"version": "2026.10319.10359",
3+
"version": "2026.10322.104",
44
"os": [
55
"darwin"
66
],

cli/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truenine/memory-sync-cli-darwin-x64",
3-
"version": "2026.10319.10359",
3+
"version": "2026.10322.104",
44
"os": [
55
"darwin"
66
],

cli/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truenine/memory-sync-cli-linux-arm64-gnu",
3-
"version": "2026.10319.10359",
3+
"version": "2026.10322.104",
44
"os": [
55
"linux"
66
],

cli/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truenine/memory-sync-cli-linux-x64-gnu",
3-
"version": "2026.10319.10359",
3+
"version": "2026.10322.104",
44
"os": [
55
"linux"
66
],

cli/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truenine/memory-sync-cli-win32-x64-msvc",
3-
"version": "2026.10319.10359",
3+
"version": "2026.10322.104",
44
"os": [
55
"win32"
66
],

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@truenine/memory-sync-cli",
33
"type": "module",
4-
"version": "2026.10319.10359",
4+
"version": "2026.10322.104",
55
"description": "TrueNine Memory Synchronization CLI",
66
"author": "TrueNine",
77
"license": "AGPL-3.0-only",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default {
2-
'index': '概览',
3-
'manifesto': '为什么要做这个工具'
2+
index: '概览',
3+
manifesto: '为什么要做这个工具'
44
}

doc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truenine/memory-sync-docs",
3-
"version": "2026.10319.10359",
3+
"version": "2026.10322.104",
44
"private": true,
55
"description": "Chinese-first manifesto-led documentation site for @truenine/memory-sync.",
66
"engines": {
@@ -12,7 +12,7 @@
1212
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
1313
"check": "run-p lint typecheck",
1414
"validate:content": "tsx scripts/validate-content.ts",
15-
"typecheck": "tsc --noEmit",
15+
"typecheck": "next typegen && tsc --noEmit --incremental false",
1616
"start": "next start",
1717
"lint": "pnpm run validate:content && eslint ."
1818
},

0 commit comments

Comments
 (0)