Skip to content

chore: version packages#2870

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Closed

chore: version packages#2870
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@objectstack/hono@14.5.1

Patch Changes

  • @objectstack/plugin-hono-server@14.5.1
  • @objectstack/runtime@14.5.1
  • @objectstack/types@14.5.1

@objectstack/account@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1

@objectstack/setup@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1

@objectstack/studio@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1

@objectstack/cli@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
  • Updated dependencies [160d565]
  • Updated dependencies [b42ae3d]
  • Updated dependencies [e4cf774]
  • Updated dependencies [6e2b8ae]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/plugin-auth@14.5.1
    • @objectstack/console@14.5.1
    • @objectstack/client@14.5.1
    • @objectstack/plugin-security@14.5.1
    • @objectstack/account@14.5.1
    • @objectstack/setup@14.5.1
    • @objectstack/cloud-connection@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/formula@14.5.1
    • @objectstack/lint@14.5.1
    • @objectstack/mcp@14.5.1
    • @objectstack/metadata@14.5.1
    • @objectstack/objectql@14.5.1
    • @objectstack/observability@14.5.1
    • @objectstack/driver-memory@14.5.1
    • @objectstack/driver-mongodb@14.5.1
    • @objectstack/driver-sql@14.5.1
    • @objectstack/driver-sqlite-wasm@14.5.1
    • @objectstack/plugin-approvals@14.5.1
    • @objectstack/plugin-audit@14.5.1
    • @objectstack/plugin-email@14.5.1
    • @objectstack/plugin-hono-server@14.5.1
    • @objectstack/plugin-reports@14.5.1
    • @objectstack/plugin-sharing@14.5.1
    • @objectstack/plugin-webhooks@14.5.1
    • @objectstack/rest@14.5.1
    • @objectstack/runtime@14.5.1
    • @objectstack/service-analytics@14.5.1
    • @objectstack/service-automation@14.5.1
    • @objectstack/service-cache@14.5.1
    • @objectstack/service-datasource@14.5.1
    • @objectstack/service-job@14.5.1
    • @objectstack/service-messaging@14.5.1
    • @objectstack/service-package@14.5.1
    • @objectstack/service-queue@14.5.1
    • @objectstack/service-realtime@14.5.1
    • @objectstack/service-settings@14.5.1
    • @objectstack/service-sms@14.5.1
    • @objectstack/service-storage@14.5.1
    • @objectstack/trigger-api@14.5.1
    • @objectstack/trigger-record-change@14.5.1
    • @objectstack/trigger-schedule@14.5.1
    • @objectstack/types@14.5.1
    • @objectstack/verify@14.5.1

@objectstack/client@14.5.1

Patch Changes

  • e4cf774: fix(auth): single-source Console page-URL construction; correct SMS + OAuth-callback landing paths

    Root-cause hardening after the invitation-link fixes. Every user-facing link
    to a Console page is ${origin}${uiBasePath}${path}, but that composition was
    hand-written at each call site — which is how the scheme / /_console prefix
    kept getting dropped one link at a time.

    plugin-auth

    • New single-source getConsolePageUrl(path) helper; loginPage,
      consentPage, device verificationUri and the invitation accept URL all
      compose through it, so future page links can't drift.
    • Phone-invite SMS now links to the actual Console sign-in page
      (${origin}${uiBasePath}/login) via a new {{loginUrl}} template variable
      instead of the bare origin. {{baseUrl}} is still provided for backward
      compatibility with tenant-overridden templates.

    client

    • signInWithProvider now defaults callbackURL to the current page
      (window.location.href) instead of a hard-coded origin + '/login'. The
      SDK cannot know the app's mount path (Console lives under /_console), so
      returning the user to where they started is the only base-path-correct
      default; it also mirrors linkSocial. Pass an explicit callbackURL to
      override.
  • Updated dependencies [609cb13]

    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/client-react@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
  • Updated dependencies [e4cf774]
    • @objectstack/spec@14.5.1
    • @objectstack/client@14.5.1
    • @objectstack/core@14.5.1

@objectstack/cloud-connection@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/runtime@14.5.1
    • @objectstack/types@14.5.1

@objectstack/connector-mcp@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/connector-openapi@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/connector-rest@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/connector-slack@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/console@14.5.1

Patch Changes

  • b42ae3d: Console (objectui) refreshed to 2fb38edbeb12. Frontend changes in this range:

    Completes the create-user phone fix: resolveActionParams now carries the
    visible CEL predicate through to ActionParamDialog, so the phoneNumber
    field is hidden when the phoneNumber auth plugin is off
    (features.phoneNumber == false) instead of rendering a field the backend
    rejects.

    objectui range: 9138e68413f3...2fb38edbeb12

@objectstack/core@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1

@objectstack/formula@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1

@objectstack/lint@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/formula@14.5.1
    • @objectstack/sdui-parser@14.5.1

@objectstack/mcp@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/types@14.5.1

@objectstack/metadata@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/metadata-core@14.5.1
    • @objectstack/types@14.5.1
    • @objectstack/metadata-fs@14.5.1

@objectstack/metadata-core@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1

@objectstack/metadata-fs@14.5.1

Patch Changes

  • @objectstack/metadata-core@14.5.1

@objectstack/metadata-protocol@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/formula@14.5.1
    • @objectstack/metadata-core@14.5.1
    • @objectstack/types@14.5.1

@objectstack/objectql@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/formula@14.5.1
    • @objectstack/metadata-core@14.5.1
    • @objectstack/metadata-protocol@14.5.1
    • @objectstack/types@14.5.1

@objectstack/observability@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1

@objectstack/platform-objects@14.5.1

Patch Changes

  • 609cb13: Action params gain a visible predicate; the create-user phoneNumber param is gated on features.phoneNumber.

    ActionParamSchema gains an optional visible (CEL, ExpressionInputSchema) evaluated against the same scope as action visible (current_user/app/data/features); a UI that honors it omits the param when it's false. The sys_user create_user action's phoneNumber param now carries visible: 'features.phoneNumber == true', so the form no longer offers a Phone Number field when the opt-in phoneNumber auth plugin is off — otherwise the endpoint rejects it with "Phone numbers require the phoneNumber auth plugin". Pairs with the objectui ActionParamDialog change that evaluates param.visible.

  • Updated dependencies [609cb13]

    • @objectstack/spec@14.5.1
    • @objectstack/metadata-core@14.5.1

@objectstack/driver-memory@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/driver-mongodb@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/driver-sql@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/types@14.5.1

@objectstack/driver-sqlite-wasm@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/driver-sql@14.5.1

@objectstack/embedder-openai@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1

@objectstack/knowledge-memory@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/service-knowledge@14.5.1

@objectstack/knowledge-ragflow@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/service-knowledge@14.5.1

@objectstack/plugin-approvals@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/formula@14.5.1
    • @objectstack/metadata-core@14.5.1

@objectstack/plugin-audit@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1

@objectstack/plugin-auth@14.5.1

Patch Changes

  • 160d565: fix(auth): guarantee an absolute https origin for every user-facing auth URL

    Follow-up to the invitation-link fix. Several other user-facing links were
    built from the raw config.baseUrl with no scheme guarantee, so a bare-host
    baseUrl (e.g. cloud.objectos.ai) produced relative-looking, unclickable
    links. All now flow through the hardened getCanonicalOrigin() (prepends
    https:// when the scheme is missing, trims a trailing slash):

    • better-auth baseURL — the reset-password, verify-email and magic-link
      email links are derived from it.
    • OAuth loginPage / consentPage redirect targets.
    • Device-authorization verificationUri.
    • The phone-invite SMS {{baseUrl}}.

    Deployments that already configure an absolute baseUrl are unaffected.

  • e4cf774: fix(auth): single-source Console page-URL construction; correct SMS + OAuth-callback landing paths

    Root-cause hardening after the invitation-link fixes. Every user-facing link
    to a Console page is ${origin}${uiBasePath}${path}, but that composition was
    hand-written at each call site — which is how the scheme / /_console prefix
    kept getting dropped one link at a time.

    plugin-auth

    • New single-source getConsolePageUrl(path) helper; loginPage,
      consentPage, device verificationUri and the invitation accept URL all
      compose through it, so future page links can't drift.
    • Phone-invite SMS now links to the actual Console sign-in page
      (${origin}${uiBasePath}/login) via a new {{loginUrl}} template variable
      instead of the bare origin. {{baseUrl}} is still provided for backward
      compatibility with tenant-overridden templates.

    client

    • signInWithProvider now defaults callbackURL to the current page
      (window.location.href) instead of a hard-coded origin + '/login'. The
      SDK cannot know the app's mount path (Console lives under /_console), so
      returning the user to where they started is the only base-path-correct
      default; it also mirrors linkSocial. Pass an explicit callbackURL to
      override.
  • Updated dependencies [609cb13]

    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/rest@14.5.1
    • @objectstack/types@14.5.1

@objectstack/plugin-dev@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
  • Updated dependencies [160d565]
  • Updated dependencies [e4cf774]
  • Updated dependencies [6e2b8ae]
    • @objectstack/spec@14.5.1
    • @objectstack/plugin-auth@14.5.1
    • @objectstack/plugin-security@14.5.1
    • @objectstack/account@14.5.1
    • @objectstack/setup@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/objectql@14.5.1
    • @objectstack/driver-memory@14.5.1
    • @objectstack/plugin-hono-server@14.5.1
    • @objectstack/rest@14.5.1
    • @objectstack/runtime@14.5.1
    • @objectstack/service-i18n@14.5.1
    • @objectstack/types@14.5.1

@objectstack/plugin-email@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/formula@14.5.1

@objectstack/plugin-hono-server@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/observability@14.5.1
    • @objectstack/types@14.5.1

@objectstack/plugin-reports@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1

@objectstack/plugin-security@14.5.1

Patch Changes

  • 6e2b8ae: Project env-scope permission-set edits onto the sys_permission_set record (sys_permission_set: env-scope permission metadata saves don't project onto the queryable data record #2857).

    A sys_permission_set has two representations: the authoritative metadata the
    structured editor writes, and the queryable data record (snake_case
    JSON-string columns) the admin/Setup surface reads. The metadata→record
    projection (toRowFields / upsertPackagePermissionSet) ran only at boot and
    on publish (package door), and the publish path refuses env-authored rows —
    so an environment-scope save('permission', …) updated the sys_metadata
    overlay (and the layered read) but left the sys_permission_set record stale
    (split-brain). Enforcement reads the authoritative metadata so access stayed
    correct, but the admin surface showed old values.

    Adds the environment door: subscribeEnvPermissionProjection hooks the
    protocol's post-persistence onMetadataMutation choke point; on an active
    (non-draft) permission save it re-reads the fresh effective body via the
    layered read (the boot-cached metadata registry would return a stale declared
    body) and upsertEnvPermissionSet projects the six facets onto the record.
    Ownership is decided by the record's managed_by — env-authored rows
    (platform/user/absent) are projected; a package-owned record's baseline is left
    to boot re-seed / publish, so the two doors never fight. Mirrors the existing
    authored-translation-sync mutation-listener pattern.

  • Updated dependencies [609cb13]

    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/formula@14.5.1

@objectstack/plugin-sharing@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/formula@14.5.1
    • @objectstack/objectql@14.5.1

@objectstack/plugin-webhooks@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/service-messaging@14.5.1

@objectstack/rest@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/service-package@14.5.1
    • @objectstack/types@14.5.1

@objectstack/runtime@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
  • Updated dependencies [160d565]
  • Updated dependencies [e4cf774]
  • Updated dependencies [6e2b8ae]
    • @objectstack/spec@14.5.1
    • @objectstack/plugin-auth@14.5.1
    • @objectstack/plugin-security@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/formula@14.5.1
    • @objectstack/metadata@14.5.1
    • @objectstack/objectql@14.5.1
    • @objectstack/observability@14.5.1
    • @objectstack/driver-memory@14.5.1
    • @objectstack/driver-sql@14.5.1
    • @objectstack/driver-sqlite-wasm@14.5.1
    • @objectstack/rest@14.5.1
    • @objectstack/service-cluster@14.5.1
    • @objectstack/service-datasource@14.5.1
    • @objectstack/service-i18n@14.5.1
    • @objectstack/types@14.5.1

@objectstack/service-analytics@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-automation@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/formula@14.5.1

@objectstack/service-cache@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/observability@14.5.1

@objectstack/service-cluster@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-cluster-redis@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/service-cluster@14.5.1

@objectstack/service-datasource@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-i18n@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-job@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-knowledge@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-messaging@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-package@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-queue@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-realtime@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-settings@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/types@14.5.1

@objectstack/service-sms@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/service-storage@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/platform-objects@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/observability@14.5.1

@objectstack/spec@14.5.1

Patch Changes

  • 609cb13: Action params gain a visible predicate; the create-user phoneNumber param is gated on features.phoneNumber.

    ActionParamSchema gains an optional visible (CEL, ExpressionInputSchema) evaluated against the same scope as action visible (current_user/app/data/features); a UI that honors it omits the param when it's false. The sys_user create_user action's phoneNumber param now carries visible: 'features.phoneNumber == true', so the form no longer offers a Phone Number field when the opt-in phoneNumber auth plugin is off — otherwise the endpoint rejects it with "Phone numbers require the phoneNumber auth plugin". Pairs with the objectui ActionParamDialog change that evaluates param.visible.

@objectstack/trigger-api@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/trigger-record-change@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/trigger-schedule@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/core@14.5.1

@objectstack/types@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1

@objectstack/verify@14.5.1

Patch Changes

  • Updated dependencies [609cb13]
  • Updated dependencies [160d565]
  • Updated dependencies [e4cf774]
  • Updated dependencies [6e2b8ae]
    • @objectstack/spec@14.5.1
    • @objectstack/plugin-auth@14.5.1
    • @objectstack/plugin-security@14.5.1
    • @objectstack/core@14.5.1
    • @objectstack/objectql@14.5.1
    • @objectstack/driver-sqlite-wasm@14.5.1
    • @objectstack/plugin-hono-server@14.5.1
    • @objectstack/plugin-sharing@14.5.1
    • @objectstack/rest@14.5.1
    • @objectstack/runtime@14.5.1
    • @objectstack/service-analytics@14.5.1
    • @objectstack/service-automation@14.5.1
    • @objectstack/service-datasource@14.5.1
    • @objectstack/service-settings@14.5.1

create-objectstack@14.5.1

@objectstack/sdui-parser@14.5.1

objectstack-vscode@14.5.1

@objectstack/example-crm@4.0.84

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/runtime@14.5.1

@objectstack/example-showcase@0.3.6

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/cloud-connection@14.5.1
    • @objectstack/connector-rest@14.5.1
    • @objectstack/connector-slack@14.5.1
    • @objectstack/driver-sql@14.5.1
    • @objectstack/runtime@14.5.1

@objectstack/example-todo@4.0.84

Patch Changes

  • Updated dependencies [609cb13]
  • Updated dependencies [e4cf774]
    • @objectstack/spec@14.5.1
    • @objectstack/client@14.5.1
    • @objectstack/mcp@14.5.1
    • @objectstack/metadata@14.5.1
    • @objectstack/objectql@14.5.1
    • @objectstack/driver-sqlite-wasm@14.5.1
    • @objectstack/knowledge-memory@14.5.1
    • @objectstack/runtime@14.5.1
    • @objectstack/service-knowledge@14.5.1

@objectstack/example-embed-objectql@0.0.24

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1
    • @objectstack/objectql@14.5.1
    • @objectstack/driver-memory@14.5.1

@objectstack/dogfood@0.0.32

Patch Changes

  • Updated dependencies [609cb13]
  • Updated dependencies [6e2b8ae]
    • @objectstack/spec@14.5.1
    • @objectstack/plugin-security@14.5.1
    • @objectstack/example-crm@4.0.84
    • @objectstack/example-showcase@0.3.6
    • @objectstack/objectql@14.5.1
    • @objectstack/verify@14.5.1

@objectstack/downstream-contract@0.0.30

Patch Changes

  • Updated dependencies [609cb13]
    • @objectstack/spec@14.5.1

@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Jul 13, 2026 6:00am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant