Closed avatarneil closed 2 years ago
Latest commit: cbe3ba3c2a12fecf34a7237631c0d9ddfc9aafc7
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
[Click here if you're a maintainer who wants to add another changeset to this PR](https://github.com/lacuna-tech/mds-core/new/bugfix/neil/single-parser-bad-type?filename=.changeset/dirty-socks-destroy.md&value=---%0A%22%40mds-core%2Fmds-api-helpers%22%3A%20patch%0A%22%40mds-core%2Fmds-audit-api%22%3A%20patch%0A%22%40mds-core%2Fmds-compliance-api%22%3A%20patch%0A%22%40mds-core%2Fmds-policy%22%3A%20patch%0A%22%40mds-core%2Fmds-transaction-api%22%3A%20patch%0A---%0A%0AFix%20SingleParser%20typedef%20so%20that%20parsers%20like%20JSON.parse()%20won't%20fail%0A)
📚 Purpose
Fixes a minor bug I introduced in a previous PR that only appeared when running
pnpm bundle
, and didn't present in thepnpm build
step. Fun!👌 Resolves:
Broken support for
JSON.parse()
parsers📦 Impacts:
See changesets
✅ PR Checklist
Tested
pnpm bundle
and it's working now, yay