Merged
Conversation
commit: |
This comment has been minimized.
This comment has been minimized.
b165bd3 to
08b4d38
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6ff8a85 to
377362e
Compare
This comment has been minimized.
This comment has been minimized.
Code Metrics Report (packages/sdk)
Details | | main (377362e) | #803 (a0dacb0) | +/- |
|--------------------|----------------|----------------|------|
| Coverage | 55.8% | 55.8% | 0.0% |
| Files | 324 | 324 | 0 |
| Lines | 10320 | 10320 | 0 |
| Covered | 5764 | 5764 | 0 |
| Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 |
| Code | 61641 | 61641 | 0 |
| Test | 24699 | 24699 | 0 |SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
toiroakr
approved these changes
Mar 23, 2026
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.30.0
Minor Changes
afe6f6fThanks @toiroakr! - Add organization and folder management CLI commands:organization list/get/update/treeandorganization folder list/get/create/update/deletewith programmatic API exportsPatch Changes
#800
3c60fdfThanks @dqn! - Use rolldownwrite: falseto keep bundle output in memory, eliminating unnecessary disk I/O in all bundlers#804
ee915c1Thanks @toiroakr! - Allowas constreadonly arrays to be passed directly todb.enum()andt.enum()without requiring a spread workaround@tailor-platform/create-sdk@1.30.0