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

chore(orchestration): serialize error #6967

Merged
merged 5 commits into from
Apr 6, 2024

Conversation

carlos-r-l-rodrigues
Copy link
Contributor

What:

Serialize Error instances to object.
This will have the correct behavior when JSON.stringify(error) is used to store it.

Copy link

changeset-bot bot commented Apr 5, 2024

🦋 Changeset detected

Latest commit: 79f0cee

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@medusajs/orchestration Patch

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

Copy link

vercel bot commented Apr 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
medusa-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 4:18pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
api-reference ⬜️ Ignored (Inspect) Apr 5, 2024 4:18pm
docs-ui ⬜️ Ignored (Inspect) Visit Preview Apr 5, 2024 4:18pm
medusa-docs ⬜️ Ignored (Inspect) Visit Preview Apr 5, 2024 4:18pm

@carlos-r-l-rodrigues
Copy link
Contributor Author

/snapshot-this

Copy link
Contributor

github-actions bot commented Apr 5, 2024

🚀 A snapshot release has been made for this PR

Test the snapshots by updating your package.json with the newly published versions:

yarn add @medusajs/admin@7.1.13-snapshot-20240405154416
yarn add @medusajs/admin-ui@2.1.14-snapshot-20240405154416
yarn add @medusajs/api-key@0.1.2-snapshot-20240405154416
yarn add @medusajs/cache-redis@1.9.1-snapshot-20240405154416
yarn add @medusajs/core-flows@0.0.9-snapshot-20240405154416
yarn add create-medusa-app@1.2.8-snapshot-20240405154416
yarn add @medusajs/currency@0.1.2-snapshot-20240405154416
yarn add @medusajs/event-bus-redis@1.8.13-snapshot-20240405154416
yarn add @medusajs/file@0.0.1
yarn add @medusajs/link-modules@0.2.11-snapshot-20240405154416
yarn add @medusajs/medusa@1.21.0-snapshot-20240405154416
yarn add medusa-react@9.0.17-snapshot-20240405154416
yarn add medusa-test-utils@1.1.44-snapshot-20240405154416
yarn add @medusajs/modules-sdk@1.12.11-snapshot-20240405154416
yarn add @medusajs/orchestration@0.5.7-snapshot-20240405154416
yarn add @medusajs/payment@0.0.3-snapshot-20240405154416
yarn add @medusajs/pricing@0.2.0-snapshot-20240405154416
yarn add @medusajs/product@0.4.0-snapshot-20240405154416
yarn add @medusajs/promotion@0.0.4-snapshot-20240405154416
yarn add @medusajs/stock-location-next@0.0.3-snapshot-20240405154416
yarn add @medusajs/types@1.12.0-snapshot-20240405154416
yarn add @medusajs/utils@1.12.0-snapshot-20240405154416
yarn add @medusajs/workflow-engine-inmemory@0.0.4-snapshot-20240405154416
yarn add @medusajs/workflow-engine-redis@0.0.4-snapshot-20240405154416
yarn add @medusajs/workflows-sdk@0.1.6-snapshot-20240405154416

Latest commit: 5ba74ec

@@ -0,0 +1,5 @@
---
"@medusajs/orchestration": patch
Copy link
Member

Choose a reason for hiding this comment

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

todo: we should add the workflow sdk

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just the test has changed there.

@carlos-r-l-rodrigues carlos-r-l-rodrigues merged commit d333db0 into develop Apr 6, 2024
24 checks passed
@github-actions github-actions bot mentioned this pull request Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants