mirror of
https://github.com/directus/directus.git
synced 2026-02-18 13:01:32 -05:00
Mark shared packages as side effects free (#18365)
* Mark the constant and utils packages as side effects free * Add changeset * mark composables as side effect free * mark exceptions package as side effects free * updated changeset --------- Co-authored-by: Brainslug <tim@brainslug.nl>
This commit is contained in:
committed by
GitHub
parent
fc15ea0d65
commit
1d7eec9795
8
.changeset/loud-otters-destroy.md
Normal file
8
.changeset/loud-otters-destroy.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@directus/constants': patch
|
||||
'@directus/utils': patch
|
||||
'@directus/composables': patch
|
||||
'@directus/exceptions': patch
|
||||
---
|
||||
|
||||
Marked the `constant`, `utils`, `composables` and `exceptions` packages as side effects free to shrink size of API extensions using Typescript
|
||||
Reference in New Issue
Block a user