Skip to content

chore: version packages - #1289

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

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

Conversation

@github-actions

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/service-settings@6.3.0

Minor Changes

  • 97efe3b: InMemoryCryptoProvider now auto-detects WebContainer (StackBlitz) and swaps node:crypto's AES-256-GCM for a pure-JS implementation from @noble/ciphers/aes.js.

    Why: WebContainer's node:crypto ships createCipheriv/createDecipheriv stubs that throw TypeError: y.run is not a function when called with 'aes-256-gcm'. Any code path that persists an encrypted setting through sys_secret would crash on StackBlitz.

    How it works:

    • Detection: process.versions.webcontainer / SHELL=jsh / STACKBLITZ env.
    • The ciphertext layout iv(12) || tag(16) || cipher is preserved, so handles written on one runtime decrypt cleanly on the other.
    • AAD binding (namespace|key) and digest() are unchanged.
    • In non-WebContainer runtimes the code path is identical to before.

    If @noble/ciphers cannot be loaded for any reason, the provider falls back to node:crypto and lets it throw, surfacing the misconfiguration clearly.

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/account@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/client@6.3.0
  • @objectstack/client-react@6.3.0

@objectstack/hono@6.3.0

Patch Changes

  • @objectstack/plugin-hono-server@6.3.0

@objectstack/cli@6.3.0

Patch Changes

  • Updated dependencies [97efe3b]
    • @objectstack/service-settings@6.3.0
    • @objectstack/spec@6.3.0
    • @objectstack/core@6.3.0
    • @objectstack/client@6.3.0
    • @objectstack/objectql@6.3.0
    • @objectstack/observability@6.3.0
    • @objectstack/runtime@6.3.0
    • @objectstack/rest@6.3.0
    • @objectstack/driver-memory@6.3.0
    • @objectstack/driver-sql@6.3.0
    • @objectstack/driver-turso@6.3.0
    • @objectstack/driver-mongodb@6.3.0
    • @objectstack/driver-sqlite-wasm@6.3.0
    • @objectstack/plugin-approvals@6.3.0
    • @objectstack/plugin-audit@6.3.0
    • @objectstack/plugin-auth@6.3.0
    • @objectstack/plugin-email@6.3.0
    • @objectstack/plugin-hono-server@6.3.0
    • @objectstack/plugin-mcp-server@6.3.0
    • @objectstack/plugin-reports@6.3.0
    • @objectstack/plugin-security@6.3.0
    • @objectstack/plugin-sharing@6.3.0
    • @objectstack/plugin-webhooks@6.3.0
    • @objectstack/service-ai@6.3.0
    • @objectstack/service-analytics@6.3.0
    • @objectstack/service-automation@6.3.0
    • @objectstack/service-cache@6.3.0
    • @objectstack/service-feed@6.3.0
    • @objectstack/service-job@6.3.0
    • @objectstack/service-package@6.3.0
    • @objectstack/service-queue@6.3.0
    • @objectstack/service-realtime@6.3.0
    • @objectstack/service-storage@6.3.0

@objectstack/client@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/client-react@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/client@6.3.0

@objectstack/core@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0

@objectstack/formula@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0

@objectstack/metadata@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/types@6.3.0
  • @objectstack/metadata-core@6.3.0
  • @objectstack/metadata-fs@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/metadata-fs@6.3.0

Patch Changes

  • @objectstack/metadata-core@6.3.0

@objectstack/objectql@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/types@6.3.0
  • @objectstack/metadata-core@6.3.0
  • @objectstack/formula@6.3.0

@objectstack/observability@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0

@objectstack/platform-objects@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0

@objectstack/driver-memory@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/driver-mongodb@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/driver-sql@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/driver-sqlite-wasm@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/driver-sql@6.3.0

@objectstack/driver-turso@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/driver-sql@6.3.0

@objectstack/plugin-approvals@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/metadata-core@6.3.0
  • @objectstack/formula@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/plugin-audit@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/plugin-auth@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/plugin-dev@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/plugin-email@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/plugin-hono-server@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/plugin-mcp-server@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/plugin-msw@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/types@6.3.0
  • @objectstack/objectql@6.3.0

@objectstack/plugin-reports@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/plugin-security@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/plugin-sharing@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/objectql@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/plugin-webhooks@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0
  • @objectstack/service-cluster@5.1.6

@objectstack/rest@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/service-package@6.3.0

@objectstack/runtime@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/types@6.3.0
  • @objectstack/observability@6.3.0
  • @objectstack/formula@6.3.0
  • @objectstack/rest@6.3.0
  • @objectstack/plugin-auth@6.3.0
  • @objectstack/plugin-security@6.3.0
  • @objectstack/service-i18n@6.3.0
  • @objectstack/service-cluster@5.1.6

@objectstack/service-ai@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/service-analytics@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/service-automation@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/formula@6.3.0

@objectstack/service-cache@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/observability@6.3.0

@objectstack/service-cluster@5.1.6

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/service-cluster-redis@5.1.6

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/service-cluster@5.1.6

@objectstack/service-feed@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/service-i18n@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/service-job@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/service-package@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0

@objectstack/service-queue@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/service-realtime@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/platform-objects@6.3.0

@objectstack/service-storage@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/core@6.3.0
  • @objectstack/observability@6.3.0

@objectstack/types@6.3.0

Patch Changes

  • @objectstack/spec@6.3.0

@objectstack/express@6.3.0

@objectstack/fastify@6.3.0

@objectstack/nestjs@6.3.0

@objectstack/nextjs@6.3.0

@objectstack/nuxt@6.3.0

@objectstack/sveltekit@6.3.0

create-objectstack@6.3.0

@objectstack/metadata-core@6.3.0

@objectstack/spec@6.3.0

objectstack-vscode@6.3.0

@objectstack/example-crm@4.0.16

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/runtime@6.3.0

@example/app-todo@4.0.16

Patch Changes

  • @objectstack/spec@6.3.0
  • @objectstack/client@6.3.0
  • @objectstack/metadata@6.3.0
  • @objectstack/objectql@6.3.0
  • @objectstack/runtime@6.3.0
  • @objectstack/driver-sqlite-wasm@6.3.0
  • @objectstack/service-ai@6.3.0

@vercel

vercelBot commented May 25, 2026

Copy link
Copy Markdown

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

ProjectDeploymentActionsUpdated (UTC)
specErrorErrorMay 25, 2026 4:11am

Request Review

Sign up for freeto 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

@hotlong