Closed aeworxet closed 3 months ago
@aeworxet the tests are currently not passing.
Bundler
v0.6.0 uses structuredClone()
, which was added only in Node 17.
Should it be stated in CLI's documentation that the minimal version of Node.js is v18 or is it too early to make users upgrade to v18 and I should rewrite Bundler's functionality with a polyfill or without structuredClone()
at all (good ol' JSON.parse(JSON.stringify())
) (downgrade?)
Well according to the website v20 is the current LTS version, but still v16 is still wildly used so I think we should still support v16 for some time in the near future.
Replaced in Bundler
native structuredClone()
with a polyfill to keep compatibility with Node.js v16.
I will update this PR as soon as https://github.com/asyncapi/bundler/pull/183 is merged and Bundler
v0.6.1
is released.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
/rtm
:tada: This PR is included in version 2.3.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR updates the
@asyncapi/bundler
package to version0.6.0
.