@cowprotocol/cow-sdk
Version:
<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>
46 lines (24 loc) • 1.41 kB
Markdown
Removed specific Meteor handling that is no longer necessary as of Meteor 1.7.
BREAKING CHANGES: Do not update to this version if you are using this with a Meteor app that is on a version < 1.7. For non-Meteor uses, there are no breaking changes in the 3.0.0 release.
Add leading comment indicating original file path
Remove forgotten `debugger` statement in the built files [
Add support for Meteor projects.
Visit node on `exit` instead of `enter`. It allows other plugins like [babel-root-slash-import](https://github.com/mantrajs/babel-root-slash-import) to modify the import path before we load it.
Improve error for not found files.
Add forgotten `build` files to npm package.
Change approach. Replace `import` statements by inline content, instead of trying to export raw content according to JS standards.
Forks [babel-root-slash-import](https://github.com/mantrajs/babel-root-slash-import).
Try to wrap raw content and export it according to JS standards.
Didn't work well. Couldn't manage to stop Babel parsing raw content.
It can be accessed at [v1 branch](https://github.com/Quadric/babel-plugin-graphql-raw/tree/v1).
Forks [babel-plugin-iife-wrap](https://github.com/TrySound/babel-plugin-iife-wrap).