Version Packages#1290
Closed
tailor-platform-pr-trigger[bot] wants to merge 0 commit into
Closed
Conversation
⚡ pkg.pr.new@tailor-platform/sdk@tailor-platform/create-sdk
|
d8d52b9 to
0b27445
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
b3e4a5d to
c2af903
Compare
7a97118 to
48848a7
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Code Metrics Report (packages/sdk)
Details | | main (48848a7) | #1290 (3b04fd1) | +/- |
|--------------------|----------------|-----------------|------|
| Coverage | 64.5% | 64.5% | 0.0% |
| Files | 380 | 380 | 0 |
| Lines | 13144 | 13144 | 0 |
| Covered | 8484 | 8484 | 0 |
| Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 |
| Code | 87625 | 87625 | 0 |
| Test | 37565 | 37565 | 0 |SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
Code Metrics Report (packages/sdk)
Details | | main (48848a7) | #1290 (3b04fd1) | +/- |
|--------------------|----------------|-----------------|------|
| Coverage | 64.5% | 64.5% | 0.0% |
| Files | 380 | 380 | 0 |
| Lines | 13144 | 13144 | 0 |
| Covered | 8484 | 8484 | 0 |
| Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 |
| Code | 87625 | 87625 | 0 |
| Test | 37565 | 37565 | 0 |SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
171644c to
6ab0b6c
Compare
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.
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
@tailor-platform/sdk@1.54.0
Minor Changes
#1268
e6b2a23Thanks @toiroakr! - feat(auth): exposeenvin thebeforeLoginhook handlerThe
beforeLoginauth hook handler now receivesenvalongsideclaimsandidpConfigName, exposing the variables defined indefineConfig({ env })(the same values available viacontext.envin resolvers). This lets hooks branch on environment-specific configuration at runtime without relying onprocess.env, which is unavailable in the platform runtime.#1277
8d05f86Thanks @remiposo! - AddcreateKyselyMockto@tailor-platform/sdk/vitestfor unit-testing code that runs Kysely queries. It returns a real Kysely instance whose execution is mocked. You stage the rows each query returns, run your code, then assert what it did — the SQL and parameters of each query, how manyselects/inserts/updates/deletesran, and the value your code returned.#1269
a230ba6Thanks @toiroakr! - feat(migration): exposeenvin migration scriptsThe migration
mainfunction now receives an optional second argument{ env }: MigrationContextexposing the variables defined indefineConfig({ env })— the same values available viacontext.envin resolvers and{ env }in workflow jobs. The values are injected at bundle time and theMigrationContexttype is exported from the generated./db. Existingmain(trx)scripts continue to work unchanged.Patch Changes
#1285
239b146Thanks @renovate! - fix(deps): update @InQuirer#1288
02027b1Thanks @renovate! - fix(deps): update dependency @clack/prompts to v1.5.0#1291
6f52e3eThanks @renovate! - fix(deps): update dependency date-fns to v4.4.0@tailor-platform/create-sdk@1.54.0