Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to new middleware, bug fixes and maintenance #1435

Merged
merged 45 commits into from
Feb 7, 2022
Merged

Conversation

:key="bid.name"
:name="bid.name"
:balance="bid.nameFee"
:address="(bid.auction ?? bid.info).lastBid.tx.accountId"
Copy link
Collaborator

@CedrikNikita CedrikNikita Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vuejs/vue#11088

despite that nullish coalescing doesn't seems to parse, but a lot of sdk files are using it which results in
Module parse failed: Unexpected token (87:44) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.

"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"i18n:report": "vue-i18n-extract report --vueFiles './src/**/*.?(js|vue)' --languageFiles './src/locales/**/*.json'"
},
"dependencies": {
"@aeternity/aepp-sdk": "^8.1.0",
"@aeternity/aepp-sdk": "github:aeternity/aepp-sdk-js#develop",
Copy link
Collaborator

@CedrikNikita CedrikNikita Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like an idea to depend from the develop branch.
Also the installed package from the develop branch doesn't have a lot of prebuild files inside es folder.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not compatible with Windows, but it is the fastest way to make a release of Base aepp 🙃

@davidyuk davidyuk merged commit a0a0c06 into develop Feb 7, 2022
@davidyuk davidyuk deleted the feature/mdw branch February 7, 2022 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't depend on cors-anywhere.herokuapp.com
2 participants