From 48e8eea4355b2c2f06dc70776633743f33e35f22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:02:12 +0000 Subject: [PATCH] chore(main): release 6.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 26 +++++++++++++------------- package.json | 2 +- src/core/info/version.ts | 2 +- 5 files changed, 30 insertions(+), 16 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1e352c1..5c753b44 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0" + ".": "6.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 491bde40..7ee8283a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.3.0](https://github.com/globus/globus-sdk-javascript/compare/v6.2.0...v6.3.0) (2026-01-29) + + +### Features + +* **Developers:** Add support for Globus Auth Developer Resource API (https://docs.globus.org/api/auth/reference/#clients_and_scopes_api) ([#698](https://github.com/globus/globus-sdk-javascript/issues/698)) ([9181bc2](https://github.com/globus/globus-sdk-javascript/commit/9181bc252b9060ac79d75720a2d5a28b7ac040dd)) + + +### Bug Fixes + +* **Streams:** Ensures `payload` wrapper is not included in Tunnel RPC methods payload processing. ([#721](https://github.com/globus/globus-sdk-javascript/issues/721)) ([8eef7eb](https://github.com/globus/globus-sdk-javascript/commit/8eef7eb533ed169a37a343d3f4c005dc46671c8e)) +* **Transfer:** Updates Transfer API host to transfer.api.globus.org ([#732](https://github.com/globus/globus-sdk-javascript/issues/732)) ([2afde47](https://github.com/globus/globus-sdk-javascript/commit/2afde472d99808fde7d88e2e84342fdb25d913c5)) +* **Typescript:** use BaseServiceMethodOptions in ServiceMethodDynamicSegments ([#713](https://github.com/globus/globus-sdk-javascript/issues/713)) ([0fb2315](https://github.com/globus/globus-sdk-javascript/commit/0fb231578ed33d57f046e7eb6509cfb6c9e2139d)) + ## [6.2.0](https://github.com/globus/globus-sdk-javascript/compare/v6.1.0...v6.2.0) (2025-11-18) diff --git a/package-lock.json b/package-lock.json index 81660bad..b4c6f8e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@globus/sdk", - "version": "6.2.0", + "version": "6.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@globus/sdk", - "version": "6.2.0", + "version": "6.3.0", "license": "Apache-2.0", "dependencies": { "cross-fetch": "^4.0.0", @@ -1994,13 +1994,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.0.tgz", - "integrity": "sha512-fWza+Lpbj6SkQKCrU6si4iu+fD2dD3gxNHFhUPxsfXBPhnv3rRSQVd0NtBUT9Z/RhF/boCBcuUaMUSTRTopjZg==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz", + "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.58.0" + "playwright": "1.57.0" }, "bin": { "playwright": "cli.js" @@ -7571,13 +7571,13 @@ } }, "node_modules/playwright": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.0.tgz", - "integrity": "sha512-2SVA0sbPktiIY/MCOPX8e86ehA/e+tDNq+e5Y8qjKYti2Z/JG7xnronT/TXTIkKbYGWlCbuucZ6dziEgkoEjQQ==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz", + "integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.58.0" + "playwright-core": "1.57.0" }, "bin": { "playwright": "cli.js" @@ -7590,9 +7590,9 @@ } }, "node_modules/playwright-core": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.0.tgz", - "integrity": "sha512-aaoB1RWrdNi3//rOeKuMiS65UCcgOVljU46At6eFcOFPFHWtd2weHRRow6z/n+Lec0Lvu0k9ZPKJSjPugikirw==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz", + "integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 7ffe0b1f..6136d64d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globus/sdk", - "version": "6.2.0", + "version": "6.3.0", "description": "The Globus SDK for JavaScript", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/src/core/info/version.ts b/src/core/info/version.ts index 430dc729..789cb674 100644 --- a/src/core/info/version.ts +++ b/src/core/info/version.ts @@ -1,3 +1,3 @@ // x-release-please-start-version -export const VERSION = '6.2.0'; +export const VERSION = '6.3.0'; // x-release-please-end