Uh oh!
There was an error while loading. Please reload this page.
chore: version packages - #1290
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
InMemoryCryptoProvidernow auto-detects WebContainer (StackBlitz) and swapsnode:crypto's AES-256-GCM for a pure-JS implementation from@noble/ciphers/aes.js.Why: WebContainer's
node:cryptoshipscreateCipheriv/createDecipherivstubs that throwTypeError: y.run is not a functionwhen called with'aes-256-gcm'. Any code path that persists an encrypted setting throughsys_secretwould crash on StackBlitz.How it works:
process.versions.webcontainer/SHELL=jsh/STACKBLITZenv.iv(12) || tag(16) || cipheris preserved, so handles written on one runtime decrypt cleanly on the other.namespace|key) anddigest()are unchanged.If
@noble/cipherscannot be loaded for any reason, the provider falls back tonode:cryptoand lets it throw, surfacing the misconfiguration clearly.Patch Changes
@objectstack/account@6.3.0
Patch Changes
@objectstack/hono@6.3.0
Patch Changes
@objectstack/cli@6.3.0
Patch Changes
@objectstack/client@6.3.0
Patch Changes
@objectstack/client-react@6.3.0
Patch Changes
@objectstack/core@6.3.0
Patch Changes
@objectstack/formula@6.3.0
Patch Changes
@objectstack/metadata@6.3.0
Patch Changes
@objectstack/metadata-fs@6.3.0
Patch Changes
@objectstack/objectql@6.3.0
Patch Changes
@objectstack/observability@6.3.0
Patch Changes
@objectstack/platform-objects@6.3.0
Patch Changes
@objectstack/driver-memory@6.3.0
Patch Changes
@objectstack/driver-mongodb@6.3.0
Patch Changes
@objectstack/driver-sql@6.3.0
Patch Changes
@objectstack/driver-sqlite-wasm@6.3.0
Patch Changes
@objectstack/driver-turso@6.3.0
Patch Changes
@objectstack/plugin-approvals@6.3.0
Patch Changes
@objectstack/plugin-audit@6.3.0
Patch Changes
@objectstack/plugin-auth@6.3.0
Patch Changes
@objectstack/plugin-dev@6.3.0
Patch Changes
@objectstack/plugin-email@6.3.0
Patch Changes
@objectstack/plugin-hono-server@6.3.0
Patch Changes
@objectstack/plugin-mcp-server@6.3.0
Patch Changes
@objectstack/plugin-msw@6.3.0
Patch Changes
@objectstack/plugin-reports@6.3.0
Patch Changes
@objectstack/plugin-security@6.3.0
Patch Changes
@objectstack/plugin-sharing@6.3.0
Patch Changes
@objectstack/plugin-webhooks@6.3.0
Patch Changes
@objectstack/rest@6.3.0
Patch Changes
@objectstack/runtime@6.3.0
Patch Changes
@objectstack/service-ai@6.3.0
Patch Changes
@objectstack/service-analytics@6.3.0
Patch Changes
@objectstack/service-automation@6.3.0
Patch Changes
@objectstack/service-cache@6.3.0
Patch Changes
@objectstack/service-cluster@5.1.6
Patch Changes
@objectstack/service-cluster-redis@5.1.6
Patch Changes
@objectstack/service-feed@6.3.0
Patch Changes
@objectstack/service-i18n@6.3.0
Patch Changes
@objectstack/service-job@6.3.0
Patch Changes
@objectstack/service-package@6.3.0
Patch Changes
@objectstack/service-queue@6.3.0
Patch Changes
@objectstack/service-realtime@6.3.0
Patch Changes
@objectstack/service-storage@6.3.0
Patch Changes
@objectstack/types@6.3.0
Patch Changes
@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
@example/app-todo@4.0.16
Patch Changes