@ribpay/oxlin
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
# Changelog | ||
## 1.0.0-beta.2 (2024-05-22) | ||
Full Changelog: [v1.0.0-beta.1...v1.0.0-beta.2](https://github.com/fortaine/oxlin-node/compare/v1.0.0-beta.1...v1.0.0-beta.2) | ||
### Features | ||
* refactor ([9b128e9](https://github.com/fortaine/oxlin-node/commit/9b128e93d47586538b366db259f06d86b081d603)) | ||
## 1.0.0-beta.1 (2024-05-22) | ||
@@ -4,0 +12,0 @@ |
@@ -112,3 +112,4 @@ "use strict"; | ||
} | ||
headers.set('x-fwd-request-id', headers.get('x-fwd-request-id') ?? (0, node_crypto_1.randomUUID)()); | ||
if (!headers.has('x-fwd-request-id')) | ||
headers.set('x-fwd-request-id', (0, node_crypto_1.randomUUID)()); | ||
const response = await fetchWrapper.fetch(url, { | ||
@@ -115,0 +116,0 @@ ...init, |
{ | ||
"name": "@ribpay/oxlin", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "The official TypeScript library for the Oxlin API", | ||
@@ -5,0 +5,0 @@ "author": "Oxlin <support@oxlin.zendesk.com>", |
@@ -183,3 +183,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
headers.set('x-fwd-request-id', headers.get('x-fwd-request-id') ?? randomUUID()); | ||
if (!headers.has('x-fwd-request-id')) headers.set('x-fwd-request-id', randomUUID()); | ||
@@ -186,0 +186,0 @@ const response = await fetchWrapper.fetch(url, { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '1.0.0-beta.1'; // x-release-please-version | ||
export const VERSION = '1.0.0-beta.2'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.0.0-beta.1"; | ||
export declare const VERSION = "1.0.0-beta.2"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '1.0.0-beta.1'; // x-release-please-version | ||
exports.VERSION = '1.0.0-beta.2'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
769818
14566
4