Skip to content

Commit 32894a5

Browse files
os-zhuangclaude
andcommitted
chore(deps): upgrade @objectstack/* to 7.6.0 and bump One to 7.6.0
Bump the bundled runtime dependencies (cli/core/runtime/metadata/objectql/ spec/driver-sql/driver-memory) from ^7.4.1 to ^7.6.0 and sync the ObjectOS One release version (package.json, tauri.conf.json, Cargo.toml) to match. Server type-check passes and the offline artifact compiles clean against 7.6.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8b4d0b2 commit 32894a5

5 files changed

Lines changed: 410 additions & 407 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.4.1",
3+
"version": "7.6.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.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.4.1"
3+
version = "7.6.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.4.1",
4+
"version": "7.6.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.4.1",
17-
"@objectstack/core": "^7.4.1",
18-
"@objectstack/driver-memory": "^7.4.1",
19-
"@objectstack/driver-sql": "^7.4.1",
20-
"@objectstack/metadata": "^7.4.1",
21-
"@objectstack/objectql": "^7.4.1",
22-
"@objectstack/runtime": "^7.4.1",
23-
"@objectstack/spec": "^7.4.1"
16+
"@objectstack/cli": "^7.6.0",
17+
"@objectstack/core": "^7.6.0",
18+
"@objectstack/driver-memory": "^7.6.0",
19+
"@objectstack/driver-sql": "^7.6.0",
20+
"@objectstack/metadata": "^7.6.0",
21+
"@objectstack/objectql": "^7.6.0",
22+
"@objectstack/runtime": "^7.6.0",
23+
"@objectstack/spec": "^7.6.0"
2424
},
2525
"devDependencies": {
2626
"@types/node": "^25.9.1",

0 commit comments

Comments
 (0)