Skip to content

Commit

Permalink
feat: improve error handling (#1620)
Browse files Browse the repository at this point in the history
* feat: improve error handling and displaying API errors

* chore: bump nuxt versions

* fix: updated breadcrumbs schema

* chore: fix tests
  • Loading branch information
patzick authored Jan 22, 2025
1 parent 06dc7f4 commit 7f000d1
Show file tree
Hide file tree
Showing 34 changed files with 9,358 additions and 4,570 deletions.
1,200 changes: 838 additions & 362 deletions examples/adyen-dropin-component/api-types/storeApiTypes.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/adyen-dropin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@shopware/api-gen": "canary",
"@unocss/nuxt": "0.65.1",
"@vueuse/nuxt": "12.0.0",
"nuxt": "3.14.1592",
"nuxt": "3.15.2",
"vue-tsc": "2.1.10"
}
}
6 changes: 3 additions & 3 deletions examples/amazon-pay-button-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"prepare": "nuxt-module-build prepare"
},
"dependencies": {
"@nuxt/kit": "3.14.1592"
"@nuxt/kit": "3.15.2"
},
"devDependencies": {
"@amazonpay/amazon-pay-api-sdk-nodejs": "2.3.1",
"@biomejs/biome": "1.8.3",
"@nuxt/devtools": "1.6.3",
"@nuxt/module-builder": "0.8.4",
"@nuxt/schema": "3.14.1592",
"@nuxt/schema": "3.15.2",
"@shopware/composables": "canary",
"@shopware/api-client": "canary",
"@shopware/nuxt-module": "canary",
"@types/node": "22.10.0",
"nuxt": "3.14.1592",
"nuxt": "3.15.2",
"typescript": "5.6.3",
"vue-tsc": "2.1.10"
}
Expand Down
Loading

0 comments on commit 7f000d1

Please sign in to comment.