@nhost/nhost-js
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -70,3 +70,3 @@ "use strict"; | ||
case 0: | ||
headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), this.generateAccessTokenHeaders()); | ||
headers = __assign(__assign({}, this.generateAccessTokenHeaders()), config === null || config === void 0 ? void 0 : config.headers); | ||
_a.label = 1; | ||
@@ -73,0 +73,0 @@ case 1: |
@@ -64,3 +64,3 @@ var __assign = (this && this.__assign) || function () { | ||
case 0: | ||
headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), this.generateAccessTokenHeaders()); | ||
headers = __assign(__assign({}, this.generateAccessTokenHeaders()), config === null || config === void 0 ? void 0 : config.headers); | ||
_a.label = 1; | ||
@@ -67,0 +67,0 @@ case 1: |
{ | ||
"name": "@nhost/nhost-js", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Nhost JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49147