@nestjs-shopify/auth
Advanced tools
Comparing version
# @nestjs-shopify/auth | ||
## 4.0.0 | ||
### Major Changes | ||
- 83687c1: Upgrade to `"@shopify/shopify-api": "^7.0.0"`. See changelog of `@shopify/shopify-api` for the required changes: https://github.com/Shopify/shopify-api-js/blob/main/CHANGELOG.md | ||
### Patch Changes | ||
- Updated dependencies [83687c1] | ||
- @nestjs-shopify/core@3.0.0 | ||
## 3.2.1 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@nestjs-shopify/auth", | ||
"version": "3.2.1", | ||
"version": "4.0.0", | ||
"type": "commonjs", | ||
@@ -17,6 +17,6 @@ "homepage": "https://github.com/nestjs-shopify/nestjs-shopify", | ||
"peerDependencies": { | ||
"@nestjs-shopify/core": "^2.0.0", | ||
"@nestjs-shopify/core": "^3.0.0", | ||
"@nestjs/common": "*", | ||
"@nestjs/core": "*", | ||
"@shopify/shopify-api": "^6.0.0", | ||
"@shopify/shopify-api": "^7.0.0", | ||
"tslib": "2.5.0" | ||
@@ -23,0 +23,0 @@ }, |
@@ -38,5 +38,3 @@ "use strict"; | ||
return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
const isOnline = this.accessMode === auth_interfaces_1.AccessMode.Online; | ||
const { headers = {}, session } = yield this.shopifyApi.auth.callback({ | ||
isOnline, | ||
rawRequest: req, | ||
@@ -43,0 +41,0 @@ rawResponse: res, |
Sorry, the diff of this file is not supported yet
57206
0.21%692
-0.29%