Closed ZaLiTHkA closed 8 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
trapeze | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 28, 2024 0:49am |
closing this PR as Max has left the Ionic Team and it seems that nobody else was actively maintaining this project.
this PR includes two changes:
packageManager
string in rootpackage.json
file, as this ended up with a letter in the SemVer string.fs-extra
to theproject
package, as this is imported into thexml.ts
file. associated@types
package updated to match on major version.based on the
@types/fs-extra
that was already there, it seems like this was originally used at major version9
. so please do let me know if upgrading to11
turns out to be a problem.executing
npm run test
in the root of the repo passed all tests. I've also installed this from a local folder path and used it successfully in a personal project to confirm.