Skip to content

Commit 3a96fc9

Browse files
os-zhuangclaude
andcommitted
chore(deps): upgrade @objectstack to 7.8.0 and bump ObjectOS One to 7.8.0
Bump all @objectstack/* dependencies in @objectos/server from ^7.7.0 to ^7.8.0, refresh the lockfile, and propagate the resolved cli version (7.8.0) to apps/objectos-one package.json, tauri.conf.json and Cargo.toml via sync-version. Smoke-tested: the bundled server boots clean on 7.8.0 (26 plugins, HTTP ready). This release also carries the pending shell fixes already on main: the macOS JIT-entitlement signing fix, and the orphaned-server / double-menu-dialog / update-feedback fixes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2e8a54b commit 3a96fc9

6 files changed

Lines changed: 346 additions & 346 deletions

File tree

apps/objectos-one/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectos/one",
3-
"version": "7.7.0",
3+
"version": "7.8.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"description": "ObjectOS One — all-in-one local distribution (Tauri shell + bundled Node runtime + DB).",

apps/objectos-one/src-tauri/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.

apps/objectos-one/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 = "objectos-one"
3-
version = "7.7.0"
3+
version = "7.8.0"
44
description = "ObjectOS One shell"
55
edition = "2021"
66
rust-version = "1.77"

apps/objectos-one/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "ObjectOS",
4-
"version": "7.7.0",
4+
"version": "7.8.0",
55
"identifier": "ai.objectstack.objectos",
66
"build": {
77
"frontendDist": "../src",

apps/objectos/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"type-check": "tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"@objectstack/cli": "^7.7.0",
17-
"@objectstack/core": "^7.7.0",
18-
"@objectstack/driver-memory": "^7.7.0",
19-
"@objectstack/driver-sql": "^7.7.0",
20-
"@objectstack/metadata": "^7.7.0",
21-
"@objectstack/objectql": "^7.7.0",
22-
"@objectstack/runtime": "^7.7.0",
23-
"@objectstack/spec": "^7.7.0"
16+
"@objectstack/cli": "^7.8.0",
17+
"@objectstack/core": "^7.8.0",
18+
"@objectstack/driver-memory": "^7.8.0",
19+
"@objectstack/driver-sql": "^7.8.0",
20+
"@objectstack/metadata": "^7.8.0",
21+
"@objectstack/objectql": "^7.8.0",
22+
"@objectstack/runtime": "^7.8.0",
23+
"@objectstack/spec": "^7.8.0"
2424
},
2525
"devDependencies": {
2626
"@types/node": "^25.9.1",

0 commit comments

Comments
 (0)