Skip to content

Commit 360f7e6

Browse files
os-zhuangclaude
andcommitted
chore(deps): upgrade @objectstack/* to 7.4.1 and bump One to 7.4.1
Bump the bundled runtime dependencies (cli/core/runtime/metadata/objectql/ spec/driver-sql/driver-memory) from ^7.3.0 to ^7.4.1 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.4.1 (adds the external_catalog metadata type; cloud URL now objectos.ai). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c8efca2 commit 360f7e6

5 files changed

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

0 commit comments

Comments
 (0)