@incanta/node-paddle-sdk
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -55,3 +55,3 @@ "use strict"; | ||
headers: { | ||
Authorization: `Bearer ${this.vendorAuthCode}}`, | ||
Authorization: `Bearer ${this.vendorAuthCode}`, | ||
}, | ||
@@ -58,0 +58,0 @@ }; |
@@ -35,3 +35,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
headers: { | ||
Authorization: `Bearer ${this.vendorAuthCode}}`, | ||
Authorization: `Bearer ${this.vendorAuthCode}`, | ||
}, | ||
@@ -38,0 +38,0 @@ }; |
{ | ||
"name": "@incanta/node-paddle-sdk", | ||
"private": false, | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A fully typed NodeJS library for integration with Paddle.", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -51,3 +51,3 @@ import got, { OptionsOfTextResponseBody } from 'got'; | ||
headers: { | ||
Authorization: `Bearer ${this.vendorAuthCode}}`, | ||
Authorization: `Bearer ${this.vendorAuthCode}`, | ||
}, | ||
@@ -54,0 +54,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
198924