mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
24 lines
702 B
Markdown
24 lines
702 B
Markdown
---
|
|
'@openstapps/projectmanagement': major
|
|
'@openstapps/es-mapping-generator': major
|
|
'@openstapps/minimal-connector': major
|
|
'@openstapps/collection-utils': major
|
|
'@openstapps/minimal-plugin': major
|
|
'@openstapps/api-plugin': major
|
|
'@openstapps/core-tools': major
|
|
'@openstapps/gitlab-api': major
|
|
'@openstapps/easy-ast': major
|
|
'@openstapps/api-cli': major
|
|
'@openstapps/backend': major
|
|
'@openstapps/logger': major
|
|
'@openstapps/proxy': major
|
|
'@openstapps/core': major
|
|
'@openstapps/api': major
|
|
---
|
|
|
|
Migrate build system to `tsup`
|
|
|
|
All packages now use an `index.ts` file to expose contents.
|
|
|
|
You will need to migrate paths from `import foo from '@scope/package/lib/foo` to `import foo from '@scope/package'`
|