Skip to content

Commit a1b1557

Browse files
authored
Merge pull request #60 from TrueNine/dev
Dev
2 parents f5c5d7a + 2cf39d3 commit a1b1557

14 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10303.11013",
3+
"version": "2026.10303.11050",
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.10303.11013",
3+
"version": "2026.10303.11050",
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.10303.11013",
3+
"version": "2026.10303.11050",
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.10303.11013",
3+
"version": "2026.10303.11050",
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.10303.11013",
3+
"version": "2026.10303.11050",
44
"os": [
55
"win32"
66
],

cli/package.json

Lines changed: 3 additions & 3 deletions
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.10303.11013",
4+
"version": "2026.10303.11050",
55
"description": "TrueNine Memory Synchronization CLI",
66
"author": "TrueNine",
77
"license": "AGPL-3.0-only",
@@ -49,9 +49,9 @@
4949
"registry": "https://registry.npmjs.org/"
5050
},
5151
"scripts": {
52-
"build": "run-s build:deps check bundle generate:schema",
52+
"build": "run-s build:deps build:napi bundle generate:schema check",
5353
"build:napi": "tsx ../scripts/copy-napi.ts",
54-
"build:deps": "pnpm exec turbo run build --filter=...@truenine/memory-sync-cli --filter=!@truenine/memory-sync-cli",
54+
"build:deps": "pnpm -F @truenine/logger -F @truenine/md-compiler run build",
5555
"bundle": "pnpm exec tsdown",
5656
"check": "run-p typecheck lint",
5757
"generate:schema": "tsx scripts/generate-schema.ts",

doc/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-docs",
3-
"version": "2026.10303.11013",
3+
"version": "2026.10303.11050",
44
"private": true,
55
"description": "Documentation site for @truenine/memory-sync, built with Next.js 16 and MDX.",
66
"engines": {

gui/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-gui",
3-
"version": "2026.10303.11013",
3+
"version": "2026.10303.11050",
44
"private": true,
55
"engines": {
66
"node": ">=25.2.1",

gui/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memory-sync-gui"
3-
version = "2026.10303.11013"
3+
version = "2026.10303.11050"
44
description = "Memory Sync desktop GUI application"
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)