Conversation
Complete migration of the monorepo from Effect v3 (effect@^3.19.14) to v4 beta (effect@4.0.0-beta.23). All 4 packages pass typecheck with zero errors. Major changes: - Updated root catalog versions: effect@4.0.0-beta.23, @effect/platform-node@4.0.0-beta.23, @effect/platform-bun@4.0.0-beta.23, @effect/vitest@4.0.0-beta.23 - Added pnpm.overrides to force effect@4.0.0-beta.23 across all workspace packages - HTTP modules moved to effect/unstable/httpapi and effect/unstable/http - CLI modules moved to effect/unstable/cli - API renames: Effect.catchAll→Effect.catch, Effect.dieMessage→Effect.die, Context.Tag→ServiceMap.Service, Schema.TaggedError→Schema.TaggedErrorClass, Effect.fork→Effect.forkChild, Schema.decodeUnknown→Schema.decodeUnknownEffect, ParseError→SchemaError, Effect.either→Effect.exit, BadArgument/SystemError→PlatformError - HttpApiEndpoint complete API rewrite: tagged template literals → function calls with options - Layer.scoped→Layer.effect, Effect.orElse→Effect.catch, PubSub.publish→PubSub.publish(pubsub, value) - Fixed Cause API: Cause.failures→cause.reasons, Cause.isEmpty→check reasons.length, Cause.pretty(cause, opts)→Cause.pretty(cause) - Effect.catch handlers must return Effect.fail(error) not raw errors - Fixed type utilities: Effect.Effect.Success<T>→Effect.Success<T> - Rebased onto origin/preview and resolved conflicts with new analytics features Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
- scaffold new browser-first `@voidhash/web` package with core client/runtime modules - implement analytics queue/dispatcher, feature flag services, identity/cache/platform layers, and React provider/hooks - add web SDK tests/docs and update `@voidhash/api-spec` schema + lockfile for new contract/deps
# Conflicts: # pnpm-lock.yaml
* feat: serveer sdk wip * chore: improve
* feat: serveer sdk wip * chore: improve * wip * wip * feat: publishing
Feat/move to server first
Feat/move to server first
feat: redesign website and studio experience
|
Too many files changed for review. ( |
|
Thank you for following the naming conventions for pull request titles! 🙏 |
|
Install the packages built from fe93f80: @voidhash/paywalls pnpm add @voidhash/paywalls@https://pkg.voidha.sh/paywalls/fe93f80@voidhash/node pnpm add @voidhash/node@https://pkg.voidha.sh/node/fe93f80@voidhash/web pnpm add @voidhash/web@https://pkg.voidha.sh/web/fe93f80voidhash-cli pnpm add voidhash-cli@https://pkg.voidha.sh/cli/fe93f80@voidhash/react-native pnpm add @voidhash/react-native@https://pkg.voidha.sh/react-native/fe93f80Internal workspace deps (generated-clients, shared, studio) are published at the same sha and resolved automatically. Replace the sha with |
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 free
to 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.
No description provided.