mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
14 lines
362 B
Markdown
14 lines
362 B
Markdown
---
|
|
'@openstapps/core': major
|
|
---
|
|
|
|
Migrate away from [ts-optchain](https://www.npmjs.com/package/ts-optchain)
|
|
|
|
The package has been deprecated with the last releast being 4 years ago.
|
|
|
|
TypeScript as well as ECMAScript have native support for optional
|
|
chaining with the `?.` operator now.
|
|
|
|
You will need to update any packages that rely on the translator
|
|
module.
|