From 0df1f91177184d58f6c50ea430174e3ba9e05b92 Mon Sep 17 00:00:00 2001 From: Jonathan Remy Date: Wed, 23 Jul 2025 16:51:32 +0200 Subject: [PATCH 1/2] chore: add extension for nodenext --- package.json | 4 +- packages/client/src/bridge.ts | 22 +- .../__tests__/is-browser.browser.test.ts | 2 +- .../helpers/__tests__/is-browser.node.test.ts | 2 +- .../client/src/helpers/__tests__/json.test.ts | 2 +- .../src/helpers/__tests__/marshalling.test.ts | 4 +- packages/client/src/index.ts | 32 +- .../async/__tests__/interval-retrier.test.ts | 4 +- .../internal/async/__tests__/sleep.test.ts | 2 +- .../src/internal/async/interval-retrier.ts | 2 +- .../interceptors/__tests__/composer.test.ts | 2 +- .../interceptors/__tests__/helpers.test.ts | 2 +- .../src/internal/interceptors/composer.ts | 2 +- .../src/internal/interceptors/helpers.ts | 2 +- .../internal/logger/__tests__/index.test.ts | 4 +- .../src/internal/logger/console-logger.ts | 6 +- packages/client/src/internal/logger/index.ts | 6 +- packages/client/src/internal/logger/logger.ts | 2 +- .../__tests__/string-validation.test.ts | 2 +- packages/client/src/internals.ts | 20 +- packages/client/src/scw/__tests__/api.test.ts | 4 +- .../client/src/scw/__tests__/auth.test.ts | 4 +- .../scw/__tests__/client-ini-factory.test.ts | 8 +- .../scw/__tests__/client-ini-profile.test.ts | 2 +- .../src/scw/__tests__/client-settings.test.ts | 4 +- .../client/src/scw/__tests__/client.test.ts | 8 +- .../scw/__tests__/custom-marshalling.test.ts | 4 +- packages/client/src/scw/api.ts | 2 +- packages/client/src/scw/auth.ts | 10 +- packages/client/src/scw/client-ini-factory.ts | 10 +- packages/client/src/scw/client-ini-profile.ts | 4 +- packages/client/src/scw/client-settings.ts | 6 +- packages/client/src/scw/client.ts | 14 +- packages/client/src/scw/custom-marshalling.ts | 11 +- .../scw/errors/__tests__/scw-error.test.ts | 4 +- .../src/scw/errors/__tests__/types.test.ts | 2 +- .../client/src/scw/errors/error-parser.ts | 34 +- .../non-standard/__tests__/index.test.ts | 58 +- .../non-standard/invalid-request-mapper.ts | 10 +- .../non-standard/unknown-resource-mapper.ts | 8 +- .../src/scw/errors/scw-error-from-json.ts | 4 +- packages/client/src/scw/errors/scw-error.ts | 6 +- .../errors/standard/__tests__/index.test.ts | 28 +- .../errors/standard/already-exists-error.ts | 4 +- .../standard/denied-authentication-error.ts | 4 +- .../client/src/scw/errors/standard/index.ts | 34 +- .../standard/invalid-arguments-error.ts | 6 +- .../scw/errors/standard/out-of-stock-error.ts | 4 +- .../standard/permissions-denied-error.ts | 6 +- .../standard/precondition-failed-error.ts | 4 +- .../errors/standard/quotas-exceeded-error.ts | 6 +- .../errors/standard/resource-expired-error.ts | 4 +- .../errors/standard/resource-locked-error.ts | 4 +- .../standard/resource-not-found-error.ts | 4 +- .../standard/too-many-requests-error.ts | 6 +- .../errors/standard/transient-state-error.ts | 4 +- packages/client/src/scw/errors/types.ts | 2 +- .../scw/fetch/__tests__/build-fetcher.test.ts | 10 +- .../scw/fetch/__tests__/http-dumper.test.ts | 8 +- .../fetch/__tests__/http-interceptors.test.ts | 6 +- .../__tests__/resource-paginator.test.ts | 7 +- .../fetch/__tests__/response-parser.test.ts | 8 +- .../client/src/scw/fetch/build-fetcher.ts | 16 +- .../client/src/scw/fetch/http-interceptors.ts | 9 +- .../client/src/scw/fetch/response-parser.ts | 10 +- .../src/__tests__/config-loader.test.ts | 6 +- .../src/__tests__/path-resolver.test.ts | 4 +- .../src/__tests__/yml-loader.test.ts | 2 +- .../configuration-loader/src/config-loader.ts | 8 +- packages/configuration-loader/src/index.ts | 4 +- .../configuration-loader/src/path-resolver.ts | 2 +- .../configuration-loader/src/yml-loader.ts | 2 +- packages/sdk/vite.config.ts | 2 +- packages_generated/account/src/v3/api.gen.ts | 4 +- .../account/src/v3/index.gen.ts | 8 +- .../account/src/v3/marshalling.gen.ts | 2 +- .../applesilicon/src/v1alpha1/api.gen.ts | 6 +- .../applesilicon/src/v1alpha1/content.gen.ts | 2 +- .../applesilicon/src/v1alpha1/index.gen.ts | 8 +- .../src/v1alpha1/marshalling.gen.ts | 2 +- .../audit_trail/src/v1alpha1/api.gen.ts | 4 +- .../audit_trail/src/v1alpha1/index.gen.ts | 8 +- .../src/v1alpha1/marshalling.gen.ts | 2 +- .../autoscaling/src/v1alpha1/api.gen.ts | 4 +- .../autoscaling/src/v1alpha1/index.gen.ts | 8 +- .../src/v1alpha1/marshalling.gen.ts | 2 +- .../baremetal/src/v1/api.gen.ts | 22 +- .../baremetal/src/v1/content.gen.ts | 2 +- .../baremetal/src/v1/index.gen.ts | 10 +- .../baremetal/src/v1/marshalling.gen.ts | 14 +- .../baremetal/src/v3/api.gen.ts | 6 +- .../baremetal/src/v3/content.gen.ts | 2 +- .../baremetal/src/v3/index.gen.ts | 8 +- .../baremetal/src/v3/marshalling.gen.ts | 2 +- .../billing/src/v2beta1/api.gen.ts | 4 +- .../billing/src/v2beta1/index.gen.ts | 6 +- .../billing/src/v2beta1/marshalling.gen.ts | 2 +- packages_generated/block/src/v1/api.gen.ts | 6 +- .../block/src/v1/content.gen.ts | 6 +- packages_generated/block/src/v1/index.gen.ts | 10 +- .../block/src/v1/marshalling.gen.ts | 2 +- .../block/src/v1alpha1/api.gen.ts | 6 +- .../block/src/v1alpha1/content.gen.ts | 6 +- .../block/src/v1alpha1/index.gen.ts | 10 +- .../block/src/v1alpha1/marshalling.gen.ts | 2 +- packages_generated/cockpit/src/v1/api.gen.ts | 4 +- .../cockpit/src/v1/index.gen.ts | 8 +- .../cockpit/src/v1/marshalling.gen.ts | 2 +- .../container/src/v1beta1/api.gen.ts | 6 +- .../container/src/v1beta1/content.gen.ts | 2 +- .../container/src/v1beta1/index.gen.ts | 10 +- .../container/src/v1beta1/marshalling.gen.ts | 2 +- packages_generated/dedibox/src/v1/api.gen.ts | 6 +- .../dedibox/src/v1/content.gen.ts | 2 +- .../dedibox/src/v1/index.gen.ts | 10 +- .../dedibox/src/v1/marshalling.gen.ts | 2 +- .../domain/src/v2beta1/api.gen.ts | 6 +- .../domain/src/v2beta1/content.gen.ts | 2 +- .../domain/src/v2beta1/index.gen.ts | 8 +- .../domain/src/v2beta1/marshalling.gen.ts | 2 +- .../edge_services/src/v1beta1/api.gen.ts | 6 +- .../edge_services/src/v1beta1/content.gen.ts | 2 +- .../edge_services/src/v1beta1/index.gen.ts | 10 +- .../src/v1beta1/marshalling.gen.ts | 2 +- .../file/src/v1alpha1/api.gen.ts | 6 +- .../file/src/v1alpha1/content.gen.ts | 2 +- .../file/src/v1alpha1/index.gen.ts | 10 +- .../file/src/v1alpha1/marshalling.gen.ts | 2 +- .../flexibleip/src/v1alpha1/api.gen.ts | 6 +- .../flexibleip/src/v1alpha1/content.gen.ts | 2 +- .../flexibleip/src/v1alpha1/index.gen.ts | 10 +- .../src/v1alpha1/marshalling.gen.ts | 2 +- .../function/src/v1beta1/api.gen.ts | 6 +- .../function/src/v1beta1/content.gen.ts | 2 +- .../function/src/v1beta1/index.gen.ts | 10 +- .../function/src/v1beta1/marshalling.gen.ts | 2 +- .../iam/src/v1alpha1/api.gen.ts | 22 +- .../iam/src/v1alpha1/index.gen.ts | 8 +- .../iam/src/v1alpha1/marshalling.gen.ts | 10 +- .../inference/src/v1/api.gen.ts | 6 +- .../inference/src/v1/content.gen.ts | 2 +- .../inference/src/v1/index.gen.ts | 10 +- .../inference/src/v1/marshalling.gen.ts | 2 +- .../inference/src/v1beta1/api.gen.ts | 6 +- .../inference/src/v1beta1/content.gen.ts | 2 +- .../inference/src/v1beta1/index.gen.ts | 10 +- .../inference/src/v1beta1/marshalling.gen.ts | 2 +- packages_generated/instance/src/v1/api.gen.ts | 14 +- .../instance/src/v1/api.utils.ts | 8 +- .../instance/src/v1/content.gen.ts | 2 +- .../instance/src/v1/index.gen.ts | 10 +- packages_generated/instance/src/v1/index.ts | 8 +- .../instance/src/v1/marshalling.gen.ts | 6 +- .../instance/src/v1/types.private.gen.ts | 2 +- .../instance/src/v1/types.utils.ts | 2 +- .../interlink/src/v1beta1/api.gen.ts | 6 +- .../interlink/src/v1beta1/content.gen.ts | 2 +- .../interlink/src/v1beta1/index.gen.ts | 10 +- .../interlink/src/v1beta1/marshalling.gen.ts | 2 +- packages_generated/iot/src/v1/api.gen.ts | 6 +- packages_generated/iot/src/v1/content.gen.ts | 2 +- packages_generated/iot/src/v1/index.gen.ts | 8 +- .../iot/src/v1/marshalling.gen.ts | 2 +- packages_generated/ipam/src/v1/api.gen.ts | 6 +- packages_generated/ipam/src/v1/index.gen.ts | 8 +- .../ipam/src/v1/marshalling.gen.ts | 2 +- .../jobs/src/v1alpha1/api.gen.ts | 4 +- .../jobs/src/v1alpha1/content.gen.ts | 2 +- .../jobs/src/v1alpha1/index.gen.ts | 10 +- .../jobs/src/v1alpha1/marshalling.gen.ts | 2 +- packages_generated/k8s/src/v1/api.gen.ts | 6 +- packages_generated/k8s/src/v1/api.utils.ts | 4 +- packages_generated/k8s/src/v1/content.gen.ts | 2 +- packages_generated/k8s/src/v1/index.gen.ts | 10 +- packages_generated/k8s/src/v1/index.ts | 8 +- .../k8s/src/v1/marshalling.gen.ts | 2 +- .../key_manager/src/v1alpha1/api.gen.ts | 6 +- .../key_manager/src/v1alpha1/index.gen.ts | 6 +- .../src/v1alpha1/marshalling.gen.ts | 2 +- packages_generated/lb/src/v1/api.gen.ts | 18 +- packages_generated/lb/src/v1/content.gen.ts | 2 +- packages_generated/lb/src/v1/index.gen.ts | 10 +- .../lb/src/v1/marshalling.gen.ts | 6 +- .../marketplace/src/v2/api.gen.ts | 4 +- .../marketplace/src/v2/index.gen.ts | 6 +- .../marketplace/src/v2/marshalling.gen.ts | 2 +- packages_generated/mnq/src/v1beta1/api.gen.ts | 4 +- .../mnq/src/v1beta1/index.gen.ts | 8 +- .../mnq/src/v1beta1/marshalling.gen.ts | 2 +- packages_generated/mongodb/src/v1/api.gen.ts | 6 +- .../mongodb/src/v1/content.gen.ts | 2 +- .../mongodb/src/v1/index.gen.ts | 10 +- .../mongodb/src/v1/marshalling.gen.ts | 2 +- .../mongodb/src/v1alpha1/api.gen.ts | 6 +- .../mongodb/src/v1alpha1/content.gen.ts | 2 +- .../mongodb/src/v1alpha1/index.gen.ts | 10 +- .../mongodb/src/v1alpha1/marshalling.gen.ts | 2 +- .../product_catalog/src/v2alpha1/api.gen.ts | 6 +- .../product_catalog/src/v2alpha1/index.gen.ts | 8 +- .../src/v2alpha1/marshalling.gen.ts | 2 +- .../qaas/src/v1alpha1/api.gen.ts | 6 +- .../qaas/src/v1alpha1/content.gen.ts | 2 +- .../qaas/src/v1alpha1/index.gen.ts | 10 +- .../qaas/src/v1alpha1/marshalling.gen.ts | 2 +- packages_generated/rdb/src/v1/api.gen.ts | 6 +- packages_generated/rdb/src/v1/content.gen.ts | 2 +- packages_generated/rdb/src/v1/index.gen.ts | 10 +- .../rdb/src/v1/marshalling.gen.ts | 2 +- packages_generated/redis/src/v1/api.gen.ts | 6 +- .../redis/src/v1/content.gen.ts | 2 +- packages_generated/redis/src/v1/index.gen.ts | 8 +- .../redis/src/v1/marshalling.gen.ts | 2 +- packages_generated/registry/src/v1/api.gen.ts | 6 +- .../registry/src/v1/content.gen.ts | 2 +- .../registry/src/v1/index.gen.ts | 8 +- .../registry/src/v1/marshalling.gen.ts | 2 +- .../secret/src/v1beta1/api.gen.ts | 4 +- .../secret/src/v1beta1/index.gen.ts | 8 +- .../secret/src/v1beta1/marshalling.gen.ts | 2 +- .../serverless_sqldb/src/v1alpha1/api.gen.ts | 6 +- .../src/v1alpha1/content.gen.ts | 2 +- .../src/v1alpha1/index.gen.ts | 10 +- .../src/v1alpha1/marshalling.gen.ts | 2 +- packages_generated/std/src/index.gen.ts | 2 +- packages_generated/std/vite.config.ts | 2 +- .../tem/src/v1alpha1/api.gen.ts | 6 +- .../tem/src/v1alpha1/content.gen.ts | 2 +- .../tem/src/v1alpha1/index.gen.ts | 10 +- .../tem/src/v1alpha1/marshalling.gen.ts | 2 +- packages_generated/test/src/v1/api.gen.ts | 6 +- packages_generated/test/src/v1/content.gen.ts | 2 +- packages_generated/test/src/v1/index.gen.ts | 8 +- .../test/src/v1/marshalling.gen.ts | 2 +- packages_generated/vpc/src/v2/api.gen.ts | 4 +- packages_generated/vpc/src/v2/index.gen.ts | 8 +- .../vpc/src/v2/marshalling.gen.ts | 2 +- packages_generated/vpcgw/src/v1/api.gen.ts | 6 +- .../vpcgw/src/v1/content.gen.ts | 2 +- packages_generated/vpcgw/src/v1/index.gen.ts | 8 +- .../vpcgw/src/v1/marshalling.gen.ts | 2 +- packages_generated/vpcgw/src/v2/api.gen.ts | 6 +- .../vpcgw/src/v2/content.gen.ts | 2 +- packages_generated/vpcgw/src/v2/index.gen.ts | 8 +- .../vpcgw/src/v2/marshalling.gen.ts | 2 +- .../webhosting/src/v1/api.gen.ts | 6 +- .../webhosting/src/v1/content.gen.ts | 2 +- .../webhosting/src/v1/index.gen.ts | 10 +- .../webhosting/src/v1/marshalling.gen.ts | 2 +- pnpm-lock.yaml | 3167 ++++++----------- scripts/fix-import-extensions.ts | 32 + scripts/generateAlias.ts | 4 +- 251 files changed, 1980 insertions(+), 2716 deletions(-) create mode 100644 scripts/fix-import-extensions.ts diff --git a/package.json b/package.json index 10926eaaf..7568542e1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,9 @@ "generatePackages": "pnpm dlx tsx ./scripts/generatePackages.ts", "generateGlobalSdkPackage": "pnpm dlx tsx ./scripts/updateGlobalSdkPackage.ts", "prebuild": "pnpm run generatePackages && pnpm run generateAlias && pnpm format", - "build": "pnpm turbo build", + "build:packages": "pnpm turbo run build", + "fix-import-extensions": "pnpm dlx tsx ./scripts/fix-import-extensions.ts", + "build": "pnpm run build:packages && pnpm run fix-import-extensions", "typecheck": "pnpm turbo typecheck", "build:profile": "cross-env PROFILE=true pnpm run build", "commit": "npx git-cz -a", diff --git a/packages/client/src/bridge.ts b/packages/client/src/bridge.ts index f43c30ba9..7832e63aa 100644 --- a/packages/client/src/bridge.ts +++ b/packages/client/src/bridge.ts @@ -1,16 +1,16 @@ /** List all helpers required by APIs */ -export { isJSONObject } from './helpers/json' -export { waitForResource } from './internal/async/interval-retrier' -export type { WaitForOptions } from './internal/async/interval-retrier' -export { API } from './scw/api' -export type { DefaultValues } from './scw/client-settings' +export { isJSONObject } from './helpers/json.js' +export { waitForResource } from './internal/async/interval-retrier.js' +export type { WaitForOptions } from './internal/async/interval-retrier.js' +export { API } from './scw/api.js' +export type { DefaultValues } from './scw/client-settings.js' export type { Money, ServiceInfo, ScwFile, TimeSeries, -} from './scw/custom-types' -export { Decimal } from './scw/custom-types' +} from './scw/custom-types.js' +export { Decimal } from './scw/custom-types.js' export { marshalScwFile, marshalMoney, @@ -23,9 +23,9 @@ export { unmarshalTimeSeries, unmarshalTimeSeriesPoint, unmarshalDecimal, -} from './scw/custom-marshalling' -export { enrichForPagination } from './scw/fetch/resource-paginator' -export type { Region, Zone } from './scw/locality' +} from './scw/custom-marshalling.js' +export { enrichForPagination } from './scw/fetch/resource-paginator.js' +export type { Region, Zone } from './scw/locality.js' export { resolveOneOf, unmarshalDate, @@ -33,4 +33,4 @@ export { unmarshalMapOfObject, urlParams, validatePathParam, -} from './helpers/marshalling' +} from './helpers/marshalling.js' diff --git a/packages/client/src/helpers/__tests__/is-browser.browser.test.ts b/packages/client/src/helpers/__tests__/is-browser.browser.test.ts index d7ace086d..f63a1bbcd 100644 --- a/packages/client/src/helpers/__tests__/is-browser.browser.test.ts +++ b/packages/client/src/helpers/__tests__/is-browser.browser.test.ts @@ -1,6 +1,6 @@ // @vitest-environment jsdom import { describe, expect, it } from 'vitest' -import { isBrowser } from '../is-browser' +import { isBrowser } from '../is-browser.js' describe('isBrowser', () => { it('returns true by default', () => { diff --git a/packages/client/src/helpers/__tests__/is-browser.node.test.ts b/packages/client/src/helpers/__tests__/is-browser.node.test.ts index 0597aca8f..d0486f9a2 100644 --- a/packages/client/src/helpers/__tests__/is-browser.node.test.ts +++ b/packages/client/src/helpers/__tests__/is-browser.node.test.ts @@ -1,7 +1,7 @@ // @vitest-environment node import { describe, expect, it } from 'vitest' -import { isBrowser } from '../is-browser' +import { isBrowser } from '../is-browser.js' describe('isBrowser', () => { it('returns false by default', () => { diff --git a/packages/client/src/helpers/__tests__/json.test.ts b/packages/client/src/helpers/__tests__/json.test.ts index e9b05e5a7..64f7003cb 100644 --- a/packages/client/src/helpers/__tests__/json.test.ts +++ b/packages/client/src/helpers/__tests__/json.test.ts @@ -1,5 +1,5 @@ import { describe, expect, test } from 'vitest' -import { isJSON, isJSONObject } from '../json' +import { isJSON, isJSONObject } from '../json.js' describe('isJSON', () => { test.each(['str', 200, true, null, [true, 'two', 3], { key: 'value' }])( diff --git a/packages/client/src/helpers/__tests__/marshalling.test.ts b/packages/client/src/helpers/__tests__/marshalling.test.ts index 5ad7df6a4..0cb834ba5 100644 --- a/packages/client/src/helpers/__tests__/marshalling.test.ts +++ b/packages/client/src/helpers/__tests__/marshalling.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest' -import { isJSONObject } from '../json' +import { isJSONObject } from '../json.js' import { resolveOneOf, unmarshalArrayOfObject, @@ -7,7 +7,7 @@ import { unmarshalMapOfObject, urlParams, validatePathParam, -} from '../marshalling' +} from '../marshalling.js' describe('validatePathParam', () => { it('returns parameter for a non-empty string', () => { diff --git a/packages/client/src/index.ts b/packages/client/src/index.ts index 75e02e2d4..c63fec32d 100644 --- a/packages/client/src/index.ts +++ b/packages/client/src/index.ts @@ -1,20 +1,20 @@ export type { WaitForOptions, WaitForStopCondition, -} from './internal/async/interval-retrier' +} from './internal/async/interval-retrier.js' export type { NetworkInterceptors, RequestInterceptor, ResponseInterceptor, ResponseErrorInterceptor, -} from './internal/interceptors/types' +} from './internal/interceptors/types.js' export { enableConsoleLogger, setLogger } from './internal/logger' -export type { Logger } from './internal/logger/logger' -export { createClient, createAdvancedClient } from './scw/client' -export { AUTH_HEADER_KEY, SESSION_HEADER_KEY } from './scw/constants' -export type { Client } from './scw/client' -export type { Profile } from './scw/client-ini-profile' -export type { Settings } from './scw/client-settings' +export type { Logger } from './internal/logger/logger.js' +export { createClient, createAdvancedClient } from './scw/client.js' +export { AUTH_HEADER_KEY, SESSION_HEADER_KEY } from './scw/constants.js' +export type { Client } from './scw/client.js' +export type { Profile } from './scw/client-ini-profile.js' +export type { Settings } from './scw/client-settings.js' export { withAdditionalInterceptors, withDefaultPageSize, @@ -22,12 +22,12 @@ export { withProfile, withUserAgent, withUserAgentSuffix, -} from './scw/client-ini-factory' -export type { ClientConfig } from './scw/client-ini-factory' -export { Decimal } from './scw/custom-types' -export type { Money, ScwFile, TimeSeries } from './scw/custom-types' +} from './scw/client-ini-factory.js' +export type { ClientConfig } from './scw/client-ini-factory.js' +export { Decimal } from './scw/custom-types.js' +export type { Money, ScwFile, TimeSeries } from './scw/custom-types.js' export * as Errors from './scw/errors/standard' -export type { Region, Zone } from './scw/locality' -export * from './internals' -export { toApiLocality } from './scw/locality' -export type { ApiLocality } from './scw/locality' +export type { Region, Zone } from './scw/locality.js' +export * from './internals.js' +export { toApiLocality } from './scw/locality.js' +export type { ApiLocality } from './scw/locality.js' diff --git a/packages/client/src/internal/async/__tests__/interval-retrier.test.ts b/packages/client/src/internal/async/__tests__/interval-retrier.test.ts index 03568cc65..7129f8362 100644 --- a/packages/client/src/internal/async/__tests__/interval-retrier.test.ts +++ b/packages/client/src/internal/async/__tests__/interval-retrier.test.ts @@ -5,8 +5,8 @@ import { createFixedIntervalStrategy, tryAtIntervals, waitForResource, -} from '../interval-retrier' -import { sleep } from '../sleep' +} from '../interval-retrier.js' +import { sleep } from '../sleep.js' describe('createFixedIntervalStrategy', () => { it('always returns the same interval', () => { diff --git a/packages/client/src/internal/async/__tests__/sleep.test.ts b/packages/client/src/internal/async/__tests__/sleep.test.ts index a868b8088..27ec796ea 100644 --- a/packages/client/src/internal/async/__tests__/sleep.test.ts +++ b/packages/client/src/internal/async/__tests__/sleep.test.ts @@ -1,5 +1,5 @@ import { afterAll, beforeAll, describe, expect, it, vi } from 'vitest' -import { sleep } from '../sleep' +import { sleep } from '../sleep.js' beforeAll(() => { vi.useFakeTimers() diff --git a/packages/client/src/internal/async/interval-retrier.ts b/packages/client/src/internal/async/interval-retrier.ts index 8ba18e780..5b22bffa4 100644 --- a/packages/client/src/internal/async/interval-retrier.ts +++ b/packages/client/src/internal/async/interval-retrier.ts @@ -1,4 +1,4 @@ -import { sleep } from './sleep' +import { sleep } from './sleep.js' const DEFAULT_TIMEOUT_SECONDS = 300 const DEFAULT_MIN_DELAY_SECONDS = 1 diff --git a/packages/client/src/internal/interceptors/__tests__/composer.test.ts b/packages/client/src/internal/interceptors/__tests__/composer.test.ts index 114aa8b12..389249083 100644 --- a/packages/client/src/internal/interceptors/__tests__/composer.test.ts +++ b/packages/client/src/internal/interceptors/__tests__/composer.test.ts @@ -2,7 +2,7 @@ import { describe, expect, it } from 'vitest' import { composeRequestInterceptors, composeResponseErrorInterceptors, -} from '../composer' +} from '../composer.js' describe('composeRequestInterceptors', () => { it('modifies the request header', async () => { diff --git a/packages/client/src/internal/interceptors/__tests__/helpers.test.ts b/packages/client/src/internal/interceptors/__tests__/helpers.test.ts index de6a705e0..568ac3dfb 100644 --- a/packages/client/src/internal/interceptors/__tests__/helpers.test.ts +++ b/packages/client/src/internal/interceptors/__tests__/helpers.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest' -import { addAsyncHeaderInterceptor, addHeaderInterceptor } from '../helpers' +import { addAsyncHeaderInterceptor, addHeaderInterceptor } from '../helpers.js' describe('addHeaderInterceptor', () => { it('insertsnothing if value is undefined', async () => { diff --git a/packages/client/src/internal/interceptors/composer.ts b/packages/client/src/internal/interceptors/composer.ts index 94373b5d7..0c31a218b 100644 --- a/packages/client/src/internal/interceptors/composer.ts +++ b/packages/client/src/internal/interceptors/composer.ts @@ -2,7 +2,7 @@ import type { RequestInterceptor, ResponseErrorInterceptor, ResponseInterceptor, -} from './types' +} from './types.js' /** * Composes request interceptors. diff --git a/packages/client/src/internal/interceptors/helpers.ts b/packages/client/src/internal/interceptors/helpers.ts index bff3af14b..2c70a7890 100644 --- a/packages/client/src/internal/interceptors/helpers.ts +++ b/packages/client/src/internal/interceptors/helpers.ts @@ -1,4 +1,4 @@ -import type { RequestInterceptor } from './types' +import type { RequestInterceptor } from './types.js' /** * Adds an header to a request through an interceptor. diff --git a/packages/client/src/internal/logger/__tests__/index.test.ts b/packages/client/src/internal/logger/__tests__/index.test.ts index ff254d8ce..b9f7d8afa 100644 --- a/packages/client/src/internal/logger/__tests__/index.test.ts +++ b/packages/client/src/internal/logger/__tests__/index.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it, vi } from 'vitest' import { enableConsoleLogger, getLogger, setLogger } from '..' -import { ConsoleLogger } from '../console-logger' -import type { LogLevel } from '../level-resolver' +import { ConsoleLogger } from '../console-logger.js' +import type { LogLevel } from '../level-resolver.js' const makeCallbackConsole = ( onMessage: (str: string) => void, diff --git a/packages/client/src/internal/logger/console-logger.ts b/packages/client/src/internal/logger/console-logger.ts index 9d4e173b7..3f26b7173 100644 --- a/packages/client/src/internal/logger/console-logger.ts +++ b/packages/client/src/internal/logger/console-logger.ts @@ -1,6 +1,6 @@ -import { LevelResolver, shouldLog } from './level-resolver' -import type { LogLevel } from './level-resolver' -import type { Logger } from './logger' +import { LevelResolver, shouldLog } from './level-resolver.js' +import type { LogLevel } from './level-resolver.js' +import type { Logger } from './logger.js' /** * A Logger using console output. diff --git a/packages/client/src/internal/logger/index.ts b/packages/client/src/internal/logger/index.ts index bfb7200e9..9348789e9 100644 --- a/packages/client/src/internal/logger/index.ts +++ b/packages/client/src/internal/logger/index.ts @@ -1,6 +1,6 @@ -import { ConsoleLogger } from './console-logger' -import type { LogLevel } from './level-resolver' -import type { Logger } from './logger' +import { ConsoleLogger } from './console-logger.js' +import type { LogLevel } from './level-resolver.js' +import type { Logger } from './logger.js' let sdkLogger: Logger = new ConsoleLogger('silent') diff --git a/packages/client/src/internal/logger/logger.ts b/packages/client/src/internal/logger/logger.ts index f0eb8f50c..572e79d61 100644 --- a/packages/client/src/internal/logger/logger.ts +++ b/packages/client/src/internal/logger/logger.ts @@ -1,4 +1,4 @@ -import type { LogLevel } from './level-resolver' +import type { LogLevel } from './level-resolver.js' /** * Logger. diff --git a/packages/client/src/internal/validations/__tests__/string-validation.test.ts b/packages/client/src/internal/validations/__tests__/string-validation.test.ts index 0280c8a0d..695a76dfa 100644 --- a/packages/client/src/internal/validations/__tests__/string-validation.test.ts +++ b/packages/client/src/internal/validations/__tests__/string-validation.test.ts @@ -9,7 +9,7 @@ import { isURL, isUUID, isZone, -} from '../string-validation' +} from '../string-validation.js' const validUUIDs = [ '00000000-0000-0000-0000-000000000000', diff --git a/packages/client/src/internals.ts b/packages/client/src/internals.ts index a8ce16265..99b979b01 100644 --- a/packages/client/src/internals.ts +++ b/packages/client/src/internals.ts @@ -1,15 +1,15 @@ -export { isJSONObject } from './helpers/json' +export { isJSONObject } from './helpers/json.js' export { createExponentialBackoffStrategy, tryAtIntervals, waitForResource, -} from './internal/async/interval-retrier' -export { addAsyncHeaderInterceptor } from './internal/interceptors/helpers' -export { API } from './scw/api' +} from './internal/async/interval-retrier.js' +export { addAsyncHeaderInterceptor } from './internal/interceptors/helpers.js' +export { API } from './scw/api.js' -export { authenticateWithSessionToken } from './scw/auth' +export { authenticateWithSessionToken } from './scw/auth.js' -export type { DefaultValues } from './scw/client-settings' +export type { DefaultValues } from './scw/client-settings.js' export { marshalBlobToScwFile, marshalDecimal, @@ -23,8 +23,8 @@ export { unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, -} from './scw/custom-marshalling' -export type { ServiceInfo } from './scw/custom-types' +} from './scw/custom-marshalling.js' +export type { ServiceInfo } from './scw/custom-types.js' export { resolveOneOf, unmarshalDate, @@ -32,5 +32,5 @@ export { unmarshalMapOfObject, urlParams, validatePathParam, -} from './helpers/marshalling' -export { enrichForPagination } from './scw/fetch/resource-paginator' +} from './helpers/marshalling.js' +export { enrichForPagination } from './scw/fetch/resource-paginator.js' diff --git a/packages/client/src/scw/__tests__/api.test.ts b/packages/client/src/scw/__tests__/api.test.ts index ddd37c9db..65a25afed 100644 --- a/packages/client/src/scw/__tests__/api.test.ts +++ b/packages/client/src/scw/__tests__/api.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest' -import { API } from '../api' -import { createClient } from '../client' +import { API } from '../api.js' +import { createClient } from '../client.js' class CustomAPI extends API { getBaseURL = (): string => { diff --git a/packages/client/src/scw/__tests__/auth.test.ts b/packages/client/src/scw/__tests__/auth.test.ts index 922118b84..94918ec6e 100644 --- a/packages/client/src/scw/__tests__/auth.test.ts +++ b/packages/client/src/scw/__tests__/auth.test.ts @@ -5,8 +5,8 @@ import { obfuscateAuthHeadersEntry, obfuscateToken, obfuscateUUID, -} from '../auth' -import type { AuthenticationSecrets } from '../client-ini-profile' +} from '../auth.js' +import type { AuthenticationSecrets } from '../client-ini-profile.js' describe('obfuscateToken', () => { it('hides anything after 5 characters', () => { diff --git a/packages/client/src/scw/__tests__/client-ini-factory.test.ts b/packages/client/src/scw/__tests__/client-ini-factory.test.ts index 3c90661fa..c6373ef87 100644 --- a/packages/client/src/scw/__tests__/client-ini-factory.test.ts +++ b/packages/client/src/scw/__tests__/client-ini-factory.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest' -import type { ClientConfig } from '../client-ini-factory' +import type { ClientConfig } from '../client-ini-factory.js' import { withAdditionalInterceptors, withDefaultPageSize, @@ -8,9 +8,9 @@ import { withProfile, withUserAgent, withUserAgentSuffix, -} from '../client-ini-factory' -import type { Profile } from '../client-ini-profile' -import type { Settings } from '../client-settings' +} from '../client-ini-factory.js' +import type { Profile } from '../client-ini-profile.js' +import type { Settings } from '../client-settings.js' const EMPTY_PROFILE: Profile = {} diff --git a/packages/client/src/scw/__tests__/client-ini-profile.test.ts b/packages/client/src/scw/__tests__/client-ini-profile.test.ts index 1c3e9e5fc..3b7ea46b9 100644 --- a/packages/client/src/scw/__tests__/client-ini-profile.test.ts +++ b/packages/client/src/scw/__tests__/client-ini-profile.test.ts @@ -2,7 +2,7 @@ import { describe, expect, it, test } from 'vitest' import { assertValidAuthenticationSecrets, hasAuthenticationSecrets, -} from '../client-ini-profile' +} from '../client-ini-profile.js' describe('hasAuthenticationSecrets', () => { it('confirms a non-empty payload', () => { diff --git a/packages/client/src/scw/__tests__/client-settings.test.ts b/packages/client/src/scw/__tests__/client-settings.test.ts index b759a5d8f..828509f9c 100644 --- a/packages/client/src/scw/__tests__/client-settings.test.ts +++ b/packages/client/src/scw/__tests__/client-settings.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest' -import type { Settings } from '../client-settings' -import { assertValidSettings } from '../client-settings' +import type { Settings } from '../client-settings.js' +import { assertValidSettings } from '../client-settings.js' const VALID_SETTINGS: Settings = { apiURL: 'https://api.scaleway.com', diff --git a/packages/client/src/scw/__tests__/client.test.ts b/packages/client/src/scw/__tests__/client.test.ts index 0fd241ad4..3dbadbfd5 100644 --- a/packages/client/src/scw/__tests__/client.test.ts +++ b/packages/client/src/scw/__tests__/client.test.ts @@ -1,8 +1,8 @@ import { describe, expect, it } from 'vitest' -import { createAdvancedClient, createClient } from '../client' -import { withProfile } from '../client-ini-factory' -import type { ClientConfig } from '../client-ini-factory' -import type { Settings } from '../client-settings' +import { withProfile } from '../client-ini-factory.js' +import type { ClientConfig } from '../client-ini-factory.js' +import type { Settings } from '../client-settings.js' +import { createAdvancedClient, createClient } from '../client.js' const withApiURL = (apiURL: string): ClientConfig => diff --git a/packages/client/src/scw/__tests__/custom-marshalling.test.ts b/packages/client/src/scw/__tests__/custom-marshalling.test.ts index d78c728f1..3f1ce83f2 100644 --- a/packages/client/src/scw/__tests__/custom-marshalling.test.ts +++ b/packages/client/src/scw/__tests__/custom-marshalling.test.ts @@ -10,8 +10,8 @@ import { unmarshalServiceInfo, unmarshalTimeSeries, unmarshalTimeSeriesPoint, -} from '../custom-marshalling' -import { Decimal } from '../custom-types' +} from '../custom-marshalling.js' +import { Decimal } from '../custom-types.js' describe('unmarshalMoney', () => { it('returns the proper object', () => { diff --git a/packages/client/src/scw/api.ts b/packages/client/src/scw/api.ts index 6b67c6365..6c46cd958 100644 --- a/packages/client/src/scw/api.ts +++ b/packages/client/src/scw/api.ts @@ -1,4 +1,4 @@ -import type { Client } from './client' +import type { Client } from './client.js' /** * Abstract class to instantiate API from a {@link Client}. diff --git a/packages/client/src/scw/auth.ts b/packages/client/src/scw/auth.ts index 75ff6b41f..c15c93c8b 100644 --- a/packages/client/src/scw/auth.ts +++ b/packages/client/src/scw/auth.ts @@ -1,11 +1,11 @@ import { addAsyncHeaderInterceptor, addHeaderInterceptor, -} from '../internal/interceptors/helpers' -import type { RequestInterceptor } from '../internal/interceptors/types' -import { assertValidAuthenticationSecrets } from './client-ini-profile' -import type { AuthenticationSecrets } from './client-ini-profile' -import { AUTH_HEADER_KEY, SESSION_HEADER_KEY } from './constants' +} from '../internal/interceptors/helpers.js' +import type { RequestInterceptor } from '../internal/interceptors/types.js' +import { assertValidAuthenticationSecrets } from './client-ini-profile.js' +import type { AuthenticationSecrets } from './client-ini-profile.js' +import { AUTH_HEADER_KEY, SESSION_HEADER_KEY } from './constants.js' interface TokenAccessor { (): Promise diff --git a/packages/client/src/scw/client-ini-factory.ts b/packages/client/src/scw/client-ini-factory.ts index db1c5b2ca..c8b42a465 100644 --- a/packages/client/src/scw/client-ini-factory.ts +++ b/packages/client/src/scw/client-ini-factory.ts @@ -1,8 +1,8 @@ -import type { NetworkInterceptors } from '../index' -import { authenticateWithSecrets } from './auth' -import { hasAuthenticationSecrets } from './client-ini-profile' -import type { Profile } from './client-ini-profile' -import type { Settings } from './client-settings' +import type { NetworkInterceptors } from '../index.js' +import { authenticateWithSecrets } from './auth.js' +import { hasAuthenticationSecrets } from './client-ini-profile.js' +import type { Profile } from './client-ini-profile.js' +import type { Settings } from './client-settings.js' /** * A factory to build {@link Settings}. diff --git a/packages/client/src/scw/client-ini-profile.ts b/packages/client/src/scw/client-ini-profile.ts index 5fe6a587e..51b501c6e 100644 --- a/packages/client/src/scw/client-ini-profile.ts +++ b/packages/client/src/scw/client-ini-profile.ts @@ -1,8 +1,8 @@ import { isAccessKey, isSecretKey, -} from '../internal/validations/string-validation' -import type { Region, Zone } from './locality' +} from '../internal/validations/string-validation.js' +import type { Region, Zone } from './locality.js' /** * Holds access key and secret key. diff --git a/packages/client/src/scw/client-settings.ts b/packages/client/src/scw/client-settings.ts index 47b10fc94..0a823aa7b 100644 --- a/packages/client/src/scw/client-settings.ts +++ b/packages/client/src/scw/client-settings.ts @@ -2,15 +2,15 @@ import type { NetworkInterceptors, RequestInterceptor, ResponseInterceptor, -} from '../internal/interceptors/types' +} from '../internal/interceptors/types.js' import { isOrganizationId, isProjectId, isRegion, isURL, isZone, -} from '../internal/validations/string-validation' -import type { Profile } from './client-ini-profile' +} from '../internal/validations/string-validation.js' +import type { Profile } from './client-ini-profile.js' /** * Holds default values of settings. diff --git a/packages/client/src/scw/client.ts b/packages/client/src/scw/client.ts index ef6e5b699..83d5c0d54 100644 --- a/packages/client/src/scw/client.ts +++ b/packages/client/src/scw/client.ts @@ -1,15 +1,15 @@ import { getLogger } from '../internal/logger' -import type { ClientConfig } from './client-ini-factory' +import type { ClientConfig } from './client-ini-factory.js' import { withAdditionalInterceptors, withLegacyInterceptors, withProfile, -} from './client-ini-factory' -import type { Settings } from './client-settings' -import { assertValidSettings } from './client-settings' -import { userAgent, version } from './constants' -import { buildFetcher } from './fetch/build-fetcher' -import type { Fetcher } from './fetch/build-fetcher' +} from './client-ini-factory.js' +import type { Settings } from './client-settings.js' +import { assertValidSettings } from './client-settings.js' +import { userAgent, version } from './constants.js' +import { buildFetcher } from './fetch/build-fetcher.js' +import type { Fetcher } from './fetch/build-fetcher.js' /** Default {@link Settings} values. */ const DEFAULT_SETTINGS: Settings = { diff --git a/packages/client/src/scw/custom-marshalling.ts b/packages/client/src/scw/custom-marshalling.ts index cfbd73786..431cd1b3d 100644 --- a/packages/client/src/scw/custom-marshalling.ts +++ b/packages/client/src/scw/custom-marshalling.ts @@ -1,5 +1,8 @@ -import { camelizeKeys, isJSONObject } from '../helpers/json' -import { unmarshalArrayOfObject, unmarshalDate } from '../helpers/marshalling' +import { camelizeKeys, isJSONObject } from '../helpers/json.js' +import { + unmarshalArrayOfObject, + unmarshalDate, +} from '../helpers/marshalling.js' import { fromByteArray } from '../vendor/base64' import type { Money, @@ -7,8 +10,8 @@ import type { ServiceInfo, TimeSeries, TimeSeriesPoint, -} from './custom-types' -import { Decimal } from './custom-types' +} from './custom-types.js' +import { Decimal } from './custom-types.js' /** * Unmarshals {@link Money} diff --git a/packages/client/src/scw/errors/__tests__/scw-error.test.ts b/packages/client/src/scw/errors/__tests__/scw-error.test.ts index 4d6ebb1ff..d76c9d083 100644 --- a/packages/client/src/scw/errors/__tests__/scw-error.test.ts +++ b/packages/client/src/scw/errors/__tests__/scw-error.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest' -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' describe('ScalewayError', () => { it('initializes from JSON', () => { diff --git a/packages/client/src/scw/errors/__tests__/types.test.ts b/packages/client/src/scw/errors/__tests__/types.test.ts index 794760ac7..6c1207d15 100644 --- a/packages/client/src/scw/errors/__tests__/types.test.ts +++ b/packages/client/src/scw/errors/__tests__/types.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest' -import { isRecordOfStringArray } from '../types' +import { isRecordOfStringArray } from '../types.js' describe('isRecordOfStringArray', () => { it('validates a proper object', () => { diff --git a/packages/client/src/scw/errors/error-parser.ts b/packages/client/src/scw/errors/error-parser.ts index e049133fc..692ac3346 100644 --- a/packages/client/src/scw/errors/error-parser.ts +++ b/packages/client/src/scw/errors/error-parser.ts @@ -1,20 +1,20 @@ -import type { JSONObject } from '../../helpers/json' -import { InvalidRequestMapper } from './non-standard/invalid-request-mapper' -import { UnknownResourceMapper } from './non-standard/unknown-resource-mapper' -import { ScalewayError } from './scw-error' -import type { ScalewayErrorFromJSONInitializer } from './scw-error-from-json' -import { AlreadyExistsError } from './standard/already-exists-error' -import { DeniedAuthenticationError } from './standard/denied-authentication-error' -import { InvalidArgumentsError } from './standard/invalid-arguments-error' -import { OutOfStockError } from './standard/out-of-stock-error' -import { PermissionsDeniedError } from './standard/permissions-denied-error' -import { PreconditionFailedError } from './standard/precondition-failed-error' -import { QuotasExceededError } from './standard/quotas-exceeded-error' -import { ResourceExpiredError } from './standard/resource-expired-error' -import { ResourceLockedError } from './standard/resource-locked-error' -import { ResourceNotFoundError } from './standard/resource-not-found-error' -import { TooManyRequestsError } from './standard/too-many-requests-error' -import { TransientStateError } from './standard/transient-state-error' +import type { JSONObject } from '../../helpers/json.js' +import { InvalidRequestMapper } from './non-standard/invalid-request-mapper.js' +import { UnknownResourceMapper } from './non-standard/unknown-resource-mapper.js' +import type { ScalewayErrorFromJSONInitializer } from './scw-error-from-json.js' +import { ScalewayError } from './scw-error.js' +import { AlreadyExistsError } from './standard/already-exists-error.js' +import { DeniedAuthenticationError } from './standard/denied-authentication-error.js' +import { InvalidArgumentsError } from './standard/invalid-arguments-error.js' +import { OutOfStockError } from './standard/out-of-stock-error.js' +import { PermissionsDeniedError } from './standard/permissions-denied-error.js' +import { PreconditionFailedError } from './standard/precondition-failed-error.js' +import { QuotasExceededError } from './standard/quotas-exceeded-error.js' +import { ResourceExpiredError } from './standard/resource-expired-error.js' +import { ResourceLockedError } from './standard/resource-locked-error.js' +import { ResourceNotFoundError } from './standard/resource-not-found-error.js' +import { TooManyRequestsError } from './standard/too-many-requests-error.js' +import { TransientStateError } from './standard/transient-state-error.js' /** * Unmarshals a standard error from raw body. diff --git a/packages/client/src/scw/errors/non-standard/__tests__/index.test.ts b/packages/client/src/scw/errors/non-standard/__tests__/index.test.ts index efd3098dd..07e9503c5 100644 --- a/packages/client/src/scw/errors/non-standard/__tests__/index.test.ts +++ b/packages/client/src/scw/errors/non-standard/__tests__/index.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest' -import { parseScalewayError } from '../../error-parser' +import { parseScalewayError } from '../../error-parser.js' import { InvalidArgumentsError, QuotasExceededError, @@ -18,7 +18,7 @@ describe('InvalidRequestError', () => { type: 'invalid_request_error', }) as InvalidArgumentsError expect(error).toBeInstanceOf(InvalidArgumentsError) - expect(error.details).toEqual([ + expect(error instanceof Error ? error.details : undefined).toEqual([ { argumentName: 'volumes.5.id', helpMessage: '92 is not a valid UUID.', @@ -30,7 +30,7 @@ describe('InvalidRequestError', () => { reason: 'constraint', }, ]) - expect(error.message).toBe( + expect(error instanceof Error ? error.message : String(error)).toBe( 'invalid argument(s): volumes.5.id does not respect constraint, 92 is not a valid UUID.; volumes.5.name does not respect constraint, required key not provided', ) }) @@ -42,14 +42,14 @@ describe('InvalidRequestError', () => { type: 'invalid_request_error', }) as QuotasExceededError expect(error).toBeInstanceOf(QuotasExceededError) - expect(error.list).toEqual([ + expect(error instanceof Error ? error.list : undefined).toEqual([ { current: 0, quota: 0, resource: 'compute_snapshots_type_b_ssd_available', }, ]) - expect(error.message).toBe( + expect(error instanceof Error ? error.message : String(error)).toBe( 'quota(s) exceeded: Quotas reached: You have reached the maximum number of compute_snapshots_type_b_ssd_available authorized by your Organization. Access the quotas page from your Organization dashboard to manage quotas.', ) }) @@ -60,7 +60,7 @@ describe('InvalidRequestError', () => { type: 'invalid_request_error', }) as QuotasExceededError expect(error).toBeInstanceOf(QuotasExceededError) - expect(error.list).toEqual([ + expect(error instanceof Error ? error.list : undefined).toEqual([ { current: 0, quota: 0, @@ -75,7 +75,9 @@ describe('InvalidRequestError', () => { type: 'invalid_request_error', }) expect(error).toBeInstanceOf(ScalewayError) - expect(error.message).toBe('http error 400: server should be running') + expect(error instanceof Error ? error.message : String(error)).toBe( + 'http error 400: server should be running', + ) }) it(`fallbacks on ScalewayError without a message`, () => { @@ -83,7 +85,9 @@ describe('InvalidRequestError', () => { type: 'invalid_request_error', }) expect(error).toBeInstanceOf(ScalewayError) - expect(error.message).toBe('http error 400') + expect(error instanceof Error ? error.message : String(error)).toBe( + 'http error 400', + ) }) }) @@ -94,11 +98,13 @@ describe('UnknownResourceError', () => { type: 'unknown_resource', }) as ResourceNotFoundError expect(error).toBeInstanceOf(ResourceNotFoundError) - expect(error.message).toBe( + expect(error instanceof Error ? error.message : String(error)).toBe( 'resource with ID 11111111-1111-4111-8111-111111111142 is not found', ) - expect(error.resource).toBe('') - expect(error.resourceId).toBe('11111111-1111-4111-8111-111111111142') + expect(error instanceof Error ? error.resource : undefined).toBe('') + expect(error instanceof Error ? error.resourceId : undefined).toBe( + '11111111-1111-4111-8111-111111111142', + ) }) it(`transforms to ResourceNotFoundError with the resource Name and ID`, () => { @@ -107,11 +113,15 @@ describe('UnknownResourceError', () => { type: 'unknown_resource', }) as ResourceNotFoundError expect(error).toBeInstanceOf(ResourceNotFoundError) - expect(error.message).toBe( + expect(error instanceof Error ? error.message : String(error)).toBe( 'resource security_group with ID 11111111-1111-4111-8111-111111111112 is not found', ) - expect(error.resource).toBe('security_group') - expect(error.resourceId).toBe('11111111-1111-4111-8111-111111111112') + expect(error instanceof Error ? error.resource : undefined).toBe( + 'security_group', + ) + expect(error instanceof Error ? error.resourceId : undefined).toBe( + '11111111-1111-4111-8111-111111111112', + ) }) it('transforms to ResourceNotFoundError with the not found resource / single quote', () => { @@ -120,11 +130,13 @@ describe('UnknownResourceError', () => { type: 'unknown_resource', }) as ResourceNotFoundError expect(error).toBeInstanceOf(ResourceNotFoundError) - expect(error.message).toBe( + expect(error instanceof Error ? error.message : String(error)).toBe( 'resource volume with ID 11111111-1111-4111-8111-111111111111 is not found', ) - expect(error.resource).toBe('volume') - expect(error.resourceId).toBe('11111111-1111-4111-8111-111111111111') + expect(error instanceof Error ? error.resource : undefined).toBe('volume') + expect(error instanceof Error ? error.resourceId : undefined).toBe( + '11111111-1111-4111-8111-111111111111', + ) }) it(`transforms to ScalewayError when the message can't be analyzed`, () => { @@ -133,7 +145,9 @@ describe('UnknownResourceError', () => { type: 'unknown_resource', }) expect(error).toBeInstanceOf(ScalewayError) - expect(error.message).toBe('http error 404: uncommon message') + expect(error instanceof Error ? error.message : String(error)).toBe( + 'http error 404: uncommon message', + ) }) it('do not transform to ResourceNotFoundError for invalid resource ID', () => { @@ -142,7 +156,9 @@ describe('UnknownResourceError', () => { type: 'unknown_resource', }) expect(error).not.toBeInstanceOf(ResourceNotFoundError) - expect(error.message).toBe(`http error 404: Volume 'not-an-uuid' not found`) + expect(error instanceof Error ? error.message : String(error)).toBe( + `http error 404: Volume 'not-an-uuid' not found`, + ) }) it('fallbacks to ScalewayError without a message', () => { @@ -150,6 +166,8 @@ describe('UnknownResourceError', () => { type: 'unknown_resource', }) expect(error).toBeInstanceOf(ScalewayError) - expect(error.message).toBe('http error 404') + expect(error instanceof Error ? error.message : String(error)).toBe( + 'http error 404', + ) }) }) diff --git a/packages/client/src/scw/errors/non-standard/invalid-request-mapper.ts b/packages/client/src/scw/errors/non-standard/invalid-request-mapper.ts index d14bc0987..1cc70f5fb 100644 --- a/packages/client/src/scw/errors/non-standard/invalid-request-mapper.ts +++ b/packages/client/src/scw/errors/non-standard/invalid-request-mapper.ts @@ -1,8 +1,8 @@ -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' -import { InvalidArgumentsError } from '../standard/invalid-arguments-error' -import { QuotasExceededError } from '../standard/quotas-exceeded-error' -import { isRecordOfStringArray } from '../types' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' +import { InvalidArgumentsError } from '../standard/invalid-arguments-error.js' +import { QuotasExceededError } from '../standard/quotas-exceeded-error.js' +import { isRecordOfStringArray } from '../types.js' /** * InvalidRequest error is only returned by the instance API. diff --git a/packages/client/src/scw/errors/non-standard/unknown-resource-mapper.ts b/packages/client/src/scw/errors/non-standard/unknown-resource-mapper.ts index aeb13f1a8..0f7313c58 100644 --- a/packages/client/src/scw/errors/non-standard/unknown-resource-mapper.ts +++ b/packages/client/src/scw/errors/non-standard/unknown-resource-mapper.ts @@ -1,7 +1,7 @@ -import type { JSONObject } from '../../../helpers/json' -import { isUUID } from '../../../internal/validations/string-validation' -import { ScalewayError } from '../scw-error' -import { ResourceNotFoundError } from '../standard/resource-not-found-error' +import type { JSONObject } from '../../../helpers/json.js' +import { isUUID } from '../../../internal/validations/string-validation.js' +import { ScalewayError } from '../scw-error.js' +import { ResourceNotFoundError } from '../standard/resource-not-found-error.js' /** * UnknownResource error is only returned by the instance API. diff --git a/packages/client/src/scw/errors/scw-error-from-json.ts b/packages/client/src/scw/errors/scw-error-from-json.ts index cab5a26e8..806152e6e 100644 --- a/packages/client/src/scw/errors/scw-error-from-json.ts +++ b/packages/client/src/scw/errors/scw-error-from-json.ts @@ -1,5 +1,5 @@ -import type { JSONObject } from '../../helpers/json' -import type { ScalewayError } from './scw-error' +import type { JSONObject } from '../../helpers/json.js' +import type { ScalewayError } from './scw-error.js' /** * Interface with static method that initialize {@link ScalewayError} from JSON. * diff --git a/packages/client/src/scw/errors/scw-error.ts b/packages/client/src/scw/errors/scw-error.ts index 5f8040592..133fcad0a 100644 --- a/packages/client/src/scw/errors/scw-error.ts +++ b/packages/client/src/scw/errors/scw-error.ts @@ -1,6 +1,6 @@ -import type { JSONObject } from '../../helpers/json' -import { isJSONObject } from '../../helpers/json' -import { isRecordOfStringArray } from './types' +import type { JSONObject } from '../../helpers/json.js' +import { isJSONObject } from '../../helpers/json.js' +import { isRecordOfStringArray } from './types.js' /** * Builds the default message for {@link ScalewayError}. diff --git a/packages/client/src/scw/errors/standard/__tests__/index.test.ts b/packages/client/src/scw/errors/standard/__tests__/index.test.ts index 76d9562b8..572d44a80 100644 --- a/packages/client/src/scw/errors/standard/__tests__/index.test.ts +++ b/packages/client/src/scw/errors/standard/__tests__/index.test.ts @@ -1,18 +1,18 @@ import { describe, expect, it } from 'vitest' -import type { JSONObject } from '../../../../helpers/json' -import { parseScalewayError } from '../../error-parser' -import { AlreadyExistsError } from '../already-exists-error' -import { DeniedAuthenticationError } from '../denied-authentication-error' -import { InvalidArgumentsError } from '../invalid-arguments-error' -import { OutOfStockError } from '../out-of-stock-error' -import { PermissionsDeniedError } from '../permissions-denied-error' -import { PreconditionFailedError } from '../precondition-failed-error' -import { QuotasExceededError } from '../quotas-exceeded-error' -import { ResourceExpiredError } from '../resource-expired-error' -import { ResourceLockedError } from '../resource-locked-error' -import { ResourceNotFoundError } from '../resource-not-found-error' -import { TooManyRequestsError } from '../too-many-requests-error' -import { TransientStateError } from '../transient-state-error' +import type { JSONObject } from '../../../../helpers/json.js' +import { parseScalewayError } from '../../error-parser.js' +import { AlreadyExistsError } from '../already-exists-error.js' +import { DeniedAuthenticationError } from '../denied-authentication-error.js' +import { InvalidArgumentsError } from '../invalid-arguments-error.js' +import { OutOfStockError } from '../out-of-stock-error.js' +import { PermissionsDeniedError } from '../permissions-denied-error.js' +import { PreconditionFailedError } from '../precondition-failed-error.js' +import { QuotasExceededError } from '../quotas-exceeded-error.js' +import { ResourceExpiredError } from '../resource-expired-error.js' +import { ResourceLockedError } from '../resource-locked-error.js' +import { ResourceNotFoundError } from '../resource-not-found-error.js' +import { TooManyRequestsError } from '../too-many-requests-error.js' +import { TransientStateError } from '../transient-state-error.js' describe('Empty input', () => { it(`uses the http status`, () => { diff --git a/packages/client/src/scw/errors/standard/already-exists-error.ts b/packages/client/src/scw/errors/standard/already-exists-error.ts index 4a0e19409..2e48dad61 100644 --- a/packages/client/src/scw/errors/standard/already-exists-error.ts +++ b/packages/client/src/scw/errors/standard/already-exists-error.ts @@ -1,5 +1,5 @@ -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * AlreadyExists error is used when a resource already exists. diff --git a/packages/client/src/scw/errors/standard/denied-authentication-error.ts b/packages/client/src/scw/errors/standard/denied-authentication-error.ts index 74a8d35c6..735e7ecfc 100644 --- a/packages/client/src/scw/errors/standard/denied-authentication-error.ts +++ b/packages/client/src/scw/errors/standard/denied-authentication-error.ts @@ -1,5 +1,5 @@ -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * Build the default message for {@link DeniedAuthenticationError}. diff --git a/packages/client/src/scw/errors/standard/index.ts b/packages/client/src/scw/errors/standard/index.ts index c1f1c8105..859807910 100644 --- a/packages/client/src/scw/errors/standard/index.ts +++ b/packages/client/src/scw/errors/standard/index.ts @@ -1,20 +1,20 @@ -export { ScalewayError } from '../scw-error' -export { AlreadyExistsError } from './already-exists-error' -export { DeniedAuthenticationError } from './denied-authentication-error' -export { InvalidArgumentsError } from './invalid-arguments-error' -export type { InvalidArgumentsErrorDetails } from './invalid-arguments-error' -export { OutOfStockError } from './out-of-stock-error' -export { PermissionsDeniedError } from './permissions-denied-error' -export type { PermissionsDeniedErrorDetails } from './permissions-denied-error' -export { PreconditionFailedError } from './precondition-failed-error' -export { QuotasExceededError } from './quotas-exceeded-error' +export { ScalewayError } from '../scw-error.js' +export { AlreadyExistsError } from './already-exists-error.js' +export { DeniedAuthenticationError } from './denied-authentication-error.js' +export { InvalidArgumentsError } from './invalid-arguments-error.js' +export type { InvalidArgumentsErrorDetails } from './invalid-arguments-error.js' +export { OutOfStockError } from './out-of-stock-error.js' +export { PermissionsDeniedError } from './permissions-denied-error.js' +export type { PermissionsDeniedErrorDetails } from './permissions-denied-error.js' +export { PreconditionFailedError } from './precondition-failed-error.js' +export { QuotasExceededError } from './quotas-exceeded-error.js' export type { QuotasExceededErrorDetails, QuotasExceededErrorScope, -} from './quotas-exceeded-error' -export { ResourceExpiredError } from './resource-expired-error' -export { ResourceLockedError } from './resource-locked-error' -export { ResourceNotFoundError } from './resource-not-found-error' -export { TooManyRequestsError } from './too-many-requests-error' -export type { TooManyRequestsQuotaPolicy } from './too-many-requests-error' -export { TransientStateError } from './transient-state-error' +} from './quotas-exceeded-error.js' +export { ResourceExpiredError } from './resource-expired-error.js' +export { ResourceLockedError } from './resource-locked-error.js' +export { ResourceNotFoundError } from './resource-not-found-error.js' +export { TooManyRequestsError } from './too-many-requests-error.js' +export type { TooManyRequestsQuotaPolicy } from './too-many-requests-error.js' +export { TransientStateError } from './transient-state-error.js' diff --git a/packages/client/src/scw/errors/standard/invalid-arguments-error.ts b/packages/client/src/scw/errors/standard/invalid-arguments-error.ts index 4e163f054..059aaec54 100644 --- a/packages/client/src/scw/errors/standard/invalid-arguments-error.ts +++ b/packages/client/src/scw/errors/standard/invalid-arguments-error.ts @@ -1,6 +1,6 @@ -import type { JSONObject } from '../../../helpers/json' -import { isJSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { isJSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * Details of an {@link InvalidArgumentsError} error. diff --git a/packages/client/src/scw/errors/standard/out-of-stock-error.ts b/packages/client/src/scw/errors/standard/out-of-stock-error.ts index f716435be..356302863 100644 --- a/packages/client/src/scw/errors/standard/out-of-stock-error.ts +++ b/packages/client/src/scw/errors/standard/out-of-stock-error.ts @@ -1,5 +1,5 @@ -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * OutOfStock error happens when stocks are empty for the resource. diff --git a/packages/client/src/scw/errors/standard/permissions-denied-error.ts b/packages/client/src/scw/errors/standard/permissions-denied-error.ts index c50fa9112..8f048ee5a 100644 --- a/packages/client/src/scw/errors/standard/permissions-denied-error.ts +++ b/packages/client/src/scw/errors/standard/permissions-denied-error.ts @@ -1,6 +1,6 @@ -import type { JSONObject } from '../../../helpers/json' -import { isJSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { isJSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * Details of an {@link PermissionsDeniedError} error. diff --git a/packages/client/src/scw/errors/standard/precondition-failed-error.ts b/packages/client/src/scw/errors/standard/precondition-failed-error.ts index 96879eb3e..56a42f45f 100644 --- a/packages/client/src/scw/errors/standard/precondition-failed-error.ts +++ b/packages/client/src/scw/errors/standard/precondition-failed-error.ts @@ -1,5 +1,5 @@ -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * Build the default message for {@link PreconditionFailedError}. diff --git a/packages/client/src/scw/errors/standard/quotas-exceeded-error.ts b/packages/client/src/scw/errors/standard/quotas-exceeded-error.ts index 209de9c7a..2ce84dcf2 100644 --- a/packages/client/src/scw/errors/standard/quotas-exceeded-error.ts +++ b/packages/client/src/scw/errors/standard/quotas-exceeded-error.ts @@ -1,6 +1,6 @@ -import type { JSONObject } from '../../../helpers/json' -import { isJSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { isJSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * Scope of an {@link QuotasExceededErrorDetails} error. diff --git a/packages/client/src/scw/errors/standard/resource-expired-error.ts b/packages/client/src/scw/errors/standard/resource-expired-error.ts index d0d57a35e..f7dcfead2 100644 --- a/packages/client/src/scw/errors/standard/resource-expired-error.ts +++ b/packages/client/src/scw/errors/standard/resource-expired-error.ts @@ -1,5 +1,5 @@ -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * ResourceExpired error happens when trying to access a resource that has expired. diff --git a/packages/client/src/scw/errors/standard/resource-locked-error.ts b/packages/client/src/scw/errors/standard/resource-locked-error.ts index e69cd32a6..02100aac9 100644 --- a/packages/client/src/scw/errors/standard/resource-locked-error.ts +++ b/packages/client/src/scw/errors/standard/resource-locked-error.ts @@ -1,5 +1,5 @@ -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * ResourceLocked error happens when a resource is locked by trust and safety. diff --git a/packages/client/src/scw/errors/standard/resource-not-found-error.ts b/packages/client/src/scw/errors/standard/resource-not-found-error.ts index baf6ffa1b..5d1e183d3 100644 --- a/packages/client/src/scw/errors/standard/resource-not-found-error.ts +++ b/packages/client/src/scw/errors/standard/resource-not-found-error.ts @@ -1,5 +1,5 @@ -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * ResourceNotFound error happens when getting a resource that does not exist anymore. diff --git a/packages/client/src/scw/errors/standard/too-many-requests-error.ts b/packages/client/src/scw/errors/standard/too-many-requests-error.ts index e226e3f6b..ff2143061 100644 --- a/packages/client/src/scw/errors/standard/too-many-requests-error.ts +++ b/packages/client/src/scw/errors/standard/too-many-requests-error.ts @@ -1,6 +1,6 @@ -import type { JSONObject } from '../../../helpers/json' -import { isJSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { isJSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * Quota policy of {@link TooManyRequestsError}. diff --git a/packages/client/src/scw/errors/standard/transient-state-error.ts b/packages/client/src/scw/errors/standard/transient-state-error.ts index 5729a3573..d8bd34e9f 100644 --- a/packages/client/src/scw/errors/standard/transient-state-error.ts +++ b/packages/client/src/scw/errors/standard/transient-state-error.ts @@ -1,5 +1,5 @@ -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../scw-error' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../scw-error.js' /** * TransientState error happens when trying to perform an action on a resource in a transient state. diff --git a/packages/client/src/scw/errors/types.ts b/packages/client/src/scw/errors/types.ts index 528aced28..e021fafc7 100644 --- a/packages/client/src/scw/errors/types.ts +++ b/packages/client/src/scw/errors/types.ts @@ -1,4 +1,4 @@ -import { isJSONObject } from '../../helpers/json' +import { isJSONObject } from '../../helpers/json.js' /** * Verifies the object is a record of string to string[]. diff --git a/packages/client/src/scw/fetch/__tests__/build-fetcher.test.ts b/packages/client/src/scw/fetch/__tests__/build-fetcher.test.ts index 87f6a45c0..44d5d9074 100644 --- a/packages/client/src/scw/fetch/__tests__/build-fetcher.test.ts +++ b/packages/client/src/scw/fetch/__tests__/build-fetcher.test.ts @@ -1,9 +1,9 @@ import { afterAll, describe, expect, it, vi } from 'vitest' -import { isBrowser } from '../../../helpers/is-browser' -import { addHeaderInterceptor } from '../../../internal/interceptors/helpers' -import type { Settings } from '../../client-settings' -import { buildFetcher, buildRequest } from '../build-fetcher' -import type { ScwRequest } from '../types' +import { isBrowser } from '../../../helpers/is-browser.js' +import { addHeaderInterceptor } from '../../../internal/interceptors/helpers.js' +import type { Settings } from '../../client-settings.js' +import { buildFetcher, buildRequest } from '../build-fetcher.js' +import type { ScwRequest } from '../types.js' const DEFAULT_SETTINGS: Settings = { apiURL: 'https://api.scaleway.com', diff --git a/packages/client/src/scw/fetch/__tests__/http-dumper.test.ts b/packages/client/src/scw/fetch/__tests__/http-dumper.test.ts index da09e56ae..3b18c37b4 100644 --- a/packages/client/src/scw/fetch/__tests__/http-dumper.test.ts +++ b/packages/client/src/scw/fetch/__tests__/http-dumper.test.ts @@ -1,8 +1,8 @@ import { describe, expect, it } from 'vitest' -import { isBrowser } from '../../../helpers/is-browser' -import type { Settings } from '../../client-settings' -import { buildRequest } from '../build-fetcher' -import { dumpRequest, dumpResponse } from '../http-dumper' +import { isBrowser } from '../../../helpers/is-browser.js' +import type { Settings } from '../../client-settings.js' +import { buildRequest } from '../build-fetcher.js' +import { dumpRequest, dumpResponse } from '../http-dumper.js' const DEFAULT_SETTINGS: Settings = { apiURL: 'https://api.scaleway.com', diff --git a/packages/client/src/scw/fetch/__tests__/http-interceptors.test.ts b/packages/client/src/scw/fetch/__tests__/http-interceptors.test.ts index 02b3cadfe..83e8fa67f 100644 --- a/packages/client/src/scw/fetch/__tests__/http-interceptors.test.ts +++ b/packages/client/src/scw/fetch/__tests__/http-interceptors.test.ts @@ -1,12 +1,12 @@ import { afterAll, beforeEach, describe, expect, it } from 'vitest' import { setLogger } from '../../../internal/logger' -import { ConsoleLogger } from '../../../internal/logger/console-logger' -import type { LogLevel } from '../../../internal/logger/level-resolver' +import { ConsoleLogger } from '../../../internal/logger/console-logger.js' +import type { LogLevel } from '../../../internal/logger/level-resolver.js' import { logRequest, logResponse, obfuscateInterceptor, -} from '../http-interceptors' +} from '../http-interceptors.js' let latestMessage = '' diff --git a/packages/client/src/scw/fetch/__tests__/resource-paginator.test.ts b/packages/client/src/scw/fetch/__tests__/resource-paginator.test.ts index 567a67d7c..d68b13996 100644 --- a/packages/client/src/scw/fetch/__tests__/resource-paginator.test.ts +++ b/packages/client/src/scw/fetch/__tests__/resource-paginator.test.ts @@ -3,8 +3,11 @@ import { enrichForPagination, fetchAll, fetchPaginated, -} from '../resource-paginator' -import type { PaginatedContent, PaginatedFetcher } from '../resource-paginator' +} from '../resource-paginator.js' +import type { + PaginatedContent, + PaginatedFetcher, +} from '../resource-paginator.js' const fetchPages = (input: T[][] = [], delay = 0) => { const totalCount = input.flat().length diff --git a/packages/client/src/scw/fetch/__tests__/response-parser.test.ts b/packages/client/src/scw/fetch/__tests__/response-parser.test.ts index 3b292a310..a23b02bc8 100644 --- a/packages/client/src/scw/fetch/__tests__/response-parser.test.ts +++ b/packages/client/src/scw/fetch/__tests__/response-parser.test.ts @@ -1,8 +1,8 @@ import { describe, expect, it } from 'vitest' -import { isJSONObject } from '../../../helpers/json' -import type { JSONObject } from '../../../helpers/json' -import { ScalewayError } from '../../errors/scw-error' -import { fixLegacyTotalCount, responseParser } from '../response-parser' +import { isJSONObject } from '../../../helpers/json.js' +import type { JSONObject } from '../../../helpers/json.js' +import { ScalewayError } from '../../errors/scw-error.js' +import { fixLegacyTotalCount, responseParser } from '../response-parser.js' const SIMPLE_REQ_BODY = { 'what-is-life': 42 } diff --git a/packages/client/src/scw/fetch/build-fetcher.ts b/packages/client/src/scw/fetch/build-fetcher.ts index e7555ca1c..14d8215a7 100644 --- a/packages/client/src/scw/fetch/build-fetcher.ts +++ b/packages/client/src/scw/fetch/build-fetcher.ts @@ -1,23 +1,23 @@ -import { isBrowser } from '../../helpers/is-browser' +import { isBrowser } from '../../helpers/is-browser.js' import type { RequestInterceptor, ResponseErrorInterceptor, ResponseInterceptor, -} from '../../index' +} from '../../index.js' import { composeRequestInterceptors, composeResponseErrorInterceptors, composeResponseInterceptors, -} from '../../internal/interceptors/composer' -import { obfuscateAuthHeadersEntry } from '../auth' -import type { Settings } from '../client-settings' +} from '../../internal/interceptors/composer.js' +import { obfuscateAuthHeadersEntry } from '../auth.js' +import type { Settings } from '../client-settings.js' import { logRequest, logResponse, obfuscateInterceptor, -} from './http-interceptors' -import { responseParser } from './response-parser' -import type { ResponseUnmarshaller, ScwRequest } from './types' +} from './http-interceptors.js' +import { responseParser } from './response-parser.js' +import type { ResponseUnmarshaller, ScwRequest } from './types.js' /** * Builds Request from {@link ScwRequest} & {@link Settings}. diff --git a/packages/client/src/scw/fetch/http-interceptors.ts b/packages/client/src/scw/fetch/http-interceptors.ts index f0dbdbf60..3af522c29 100644 --- a/packages/client/src/scw/fetch/http-interceptors.ts +++ b/packages/client/src/scw/fetch/http-interceptors.ts @@ -1,10 +1,13 @@ import type { RequestInterceptor, ResponseInterceptor, -} from '../../internal/interceptors/types' +} from '../../internal/interceptors/types.js' import { getLogger } from '../../internal/logger' -import { LevelResolver, shouldLog } from '../../internal/logger/level-resolver' -import { dumpRequest, dumpResponse } from './http-dumper' +import { + LevelResolver, + shouldLog, +} from '../../internal/logger/level-resolver.js' +import { dumpRequest, dumpResponse } from './http-dumper.js' /** * Mapper of an header entry. diff --git a/packages/client/src/scw/fetch/response-parser.ts b/packages/client/src/scw/fetch/response-parser.ts index bdcbeedc9..9b2ff5618 100644 --- a/packages/client/src/scw/fetch/response-parser.ts +++ b/packages/client/src/scw/fetch/response-parser.ts @@ -1,8 +1,8 @@ -import { isResponse } from '../../helpers/is-response' -import { isJSONObject } from '../../helpers/json' -import { parseScalewayError } from '../errors/error-parser' -import { ScalewayError } from '../errors/scw-error' -import type { ResponseUnmarshaller } from './types' +import { isResponse } from '../../helpers/is-response.js' +import { isJSONObject } from '../../helpers/json.js' +import { parseScalewayError } from '../errors/error-parser.js' +import { ScalewayError } from '../errors/scw-error.js' +import type { ResponseUnmarshaller } from './types.js' const X_TOTAL_COUNT_HEADER_KEY = 'x-total-count' const TOTAL_COUNT_RES_KEY = 'total_count' diff --git a/packages/configuration-loader/src/__tests__/config-loader.test.ts b/packages/configuration-loader/src/__tests__/config-loader.test.ts index ba3fdc14f..f7f31b752 100644 --- a/packages/configuration-loader/src/__tests__/config-loader.test.ts +++ b/packages/configuration-loader/src/__tests__/config-loader.test.ts @@ -6,9 +6,9 @@ import { afterEach, describe, expect, it } from 'vitest' import { loadProfileFromConfigurationFile, loadProfileFromEnvironmentValues, -} from '../config-loader' -import { EnvironmentKey } from '../env' -import type { Profile } from '../types' +} from '../config-loader.js' +import { EnvironmentKey } from '../env.js' +import type { Profile } from '../types.js' const CONFIG_FILE_PATH = join(tmpdir(), 'scw-config.yaml') diff --git a/packages/configuration-loader/src/__tests__/path-resolver.test.ts b/packages/configuration-loader/src/__tests__/path-resolver.test.ts index 17da1fe43..c8321948a 100644 --- a/packages/configuration-loader/src/__tests__/path-resolver.test.ts +++ b/packages/configuration-loader/src/__tests__/path-resolver.test.ts @@ -1,10 +1,10 @@ import { env } from 'node:process' import { beforeEach, describe, expect, it } from 'vitest' -import { EnvironmentKey } from '../env' +import { EnvironmentKey } from '../env.js' import { getScwConfigurationDirectory, resolveConfigurationFilePath, -} from '../path-resolver' +} from '../path-resolver.js' const updateEnv = (key: string, value: string): string | undefined => { const old: string | undefined = env[key] diff --git a/packages/configuration-loader/src/__tests__/yml-loader.test.ts b/packages/configuration-loader/src/__tests__/yml-loader.test.ts index a9d149192..625b5ead4 100644 --- a/packages/configuration-loader/src/__tests__/yml-loader.test.ts +++ b/packages/configuration-loader/src/__tests__/yml-loader.test.ts @@ -3,7 +3,7 @@ import { describe, expect, it } from 'vitest' import { convertYamlToConfiguration, loadConfigurationFromFile, -} from '../yml-loader' +} from '../yml-loader.js' describe('convertYamlToConfiguration', () => { it('loads nothing from non-string object', () => { diff --git a/packages/configuration-loader/src/config-loader.ts b/packages/configuration-loader/src/config-loader.ts index c22b5c04c..fbb8bbed2 100644 --- a/packages/configuration-loader/src/config-loader.ts +++ b/packages/configuration-loader/src/config-loader.ts @@ -1,12 +1,12 @@ import { env } from 'process' -import { EnvironmentKey } from './env' -import { resolveConfigurationFilePath } from './path-resolver' +import { EnvironmentKey } from './env.js' +import { resolveConfigurationFilePath } from './path-resolver.js' import type { AllProfilesFromFileParams, Profile, ProfileFromFileParams, -} from './types' -import { loadConfigurationFromFile } from './yml-loader' +} from './types.js' +import { loadConfigurationFromFile } from './yml-loader.js' const convertFileConfigToSDK = (obj: Record): Profile => ({ accessKey: obj.access_key, diff --git a/packages/configuration-loader/src/index.ts b/packages/configuration-loader/src/index.ts index 6e64907ce..d9a9c80df 100644 --- a/packages/configuration-loader/src/index.ts +++ b/packages/configuration-loader/src/index.ts @@ -2,9 +2,9 @@ export { loadAllProfilesFromConfigurationFile, loadProfileFromConfigurationFile, loadProfileFromEnvironmentValues, -} from './config-loader' +} from './config-loader.js' export type { AllProfilesFromFileParams, Profile, ProfileFromFileParams, -} from './types' +} from './types.js' diff --git a/packages/configuration-loader/src/path-resolver.ts b/packages/configuration-loader/src/path-resolver.ts index cf91b4907..6b8adc2f2 100644 --- a/packages/configuration-loader/src/path-resolver.ts +++ b/packages/configuration-loader/src/path-resolver.ts @@ -1,7 +1,7 @@ import { homedir } from 'node:os' import * as path from 'node:path' import { env } from 'node:process' -import { EnvironmentKey } from './env' +import { EnvironmentKey } from './env.js' /** * Gets the Scaleway directory. diff --git a/packages/configuration-loader/src/yml-loader.ts b/packages/configuration-loader/src/yml-loader.ts index 9dd449cca..864cda06d 100644 --- a/packages/configuration-loader/src/yml-loader.ts +++ b/packages/configuration-loader/src/yml-loader.ts @@ -1,5 +1,5 @@ import { readFileSync } from 'fs' -import type { ConfigurationType } from './types' +import type { ConfigurationType } from './types.js' const STRIP_COMMENT_REGEX = /(^|\s)[;#]/ const DETECT_SECTION_REGEX = /^\s*([^]+):\s*$/ diff --git a/packages/sdk/vite.config.ts b/packages/sdk/vite.config.ts index 5c0513828..e0307d11e 100644 --- a/packages/sdk/vite.config.ts +++ b/packages/sdk/vite.config.ts @@ -3,7 +3,7 @@ /* eslint-disable import/no-relative-packages */ /* eslint-disable import/no-extraneous-dependencies */ import { defineConfig, mergeConfig } from 'vite' -import { defaultConfig } from '../../vite.config' +import { defaultConfig } from '../../vite.config.js' export default mergeConfig(defineConfig(defaultConfig), { build: { diff --git a/packages_generated/account/src/v3/api.gen.ts b/packages_generated/account/src/v3/api.gen.ts index 35cd2a496..87dffb6d2 100644 --- a/packages_generated/account/src/v3/api.gen.ts +++ b/packages_generated/account/src/v3/api.gen.ts @@ -18,7 +18,7 @@ import { unmarshalListProjectsResponse, unmarshalProject, unmarshalProjectQualification, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CheckContractSignatureResponse, ContractApiCheckContractSignatureRequest, @@ -37,7 +37,7 @@ import type { ProjectApiSetProjectQualificationRequest, ProjectApiUpdateProjectRequest, ProjectQualification, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/account/src/v3/index.gen.ts b/packages_generated/account/src/v3/index.gen.ts index a7e6ba2d5..663def78a 100644 --- a/packages_generated/account/src/v3/index.gen.ts +++ b/packages_generated/account/src/v3/index.gen.ts @@ -3,8 +3,8 @@ export { ContractAPI, ProjectAPI, -} from './api.gen' -export * from './marshalling.gen' +} from './api.gen.js' +export * from './marshalling.gen.js' export type { CheckContractSignatureResponse, Contract, @@ -47,5 +47,5 @@ export type { QualificationSetScalewayEnvironmentSubUseCase, QualificationShareData, QualificationShareDataSubUseCase, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/account/src/v3/marshalling.gen.ts b/packages_generated/account/src/v3/marshalling.gen.ts index 144669d7e..5a1366067 100644 --- a/packages_generated/account/src/v3/marshalling.gen.ts +++ b/packages_generated/account/src/v3/marshalling.gen.ts @@ -31,7 +31,7 @@ import type { QualificationOtherUseCase, QualificationSetScalewayEnvironment, QualificationShareData, -} from './types.gen' +} from './types.gen.js' const unmarshalContract = (data: unknown): Contract => { if (!isJSONObject(data)) { diff --git a/packages_generated/applesilicon/src/v1alpha1/api.gen.ts b/packages_generated/applesilicon/src/v1alpha1/api.gen.ts index 45b807e35..72b7868e0 100644 --- a/packages_generated/applesilicon/src/v1alpha1/api.gen.ts +++ b/packages_generated/applesilicon/src/v1alpha1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES_APPLESILICON, SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_APPLESILICON, -} from './content.gen' +} from './content.gen.js' import { marshalBatchCreateServersRequest, marshalCreateServerRequest, @@ -33,7 +33,7 @@ import { unmarshalServerType, unmarshalSetServerPrivateNetworksResponse, unmarshalStartConnectivityDiagnosticResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { BatchCreateServersRequest, BatchCreateServersResponse, @@ -66,7 +66,7 @@ import type { StartConnectivityDiagnosticRequest, StartConnectivityDiagnosticResponse, UpdateServerRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/applesilicon/src/v1alpha1/content.gen.ts b/packages_generated/applesilicon/src/v1alpha1/content.gen.ts index 32e6d1259..59af5589e 100644 --- a/packages_generated/applesilicon/src/v1alpha1/content.gen.ts +++ b/packages_generated/applesilicon/src/v1alpha1/content.gen.ts @@ -4,7 +4,7 @@ import type { ServerPrivateNetworkServerStatus, ServerPrivateNetworkStatus, ServerStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link ServerPrivateNetworkServerStatus}. */ export const SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES: ServerPrivateNetworkServerStatus[] = diff --git a/packages_generated/applesilicon/src/v1alpha1/index.gen.ts b/packages_generated/applesilicon/src/v1alpha1/index.gen.ts index 2b86e9f37..3fe4142af 100644 --- a/packages_generated/applesilicon/src/v1alpha1/index.gen.ts +++ b/packages_generated/applesilicon/src/v1alpha1/index.gen.ts @@ -3,9 +3,9 @@ export { API, PrivateNetworkAPI, -} from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +} from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { BatchCreateServersRequest, BatchCreateServersRequestBatchInnerCreateServerRequest, @@ -56,4 +56,4 @@ export type { StartConnectivityDiagnosticRequest, StartConnectivityDiagnosticResponse, UpdateServerRequest, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts b/packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts index bf163fdfe..27bb03dc1 100644 --- a/packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts @@ -36,7 +36,7 @@ import type { StartConnectivityDiagnosticRequest, StartConnectivityDiagnosticResponse, UpdateServerRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalOS = (data: unknown): OS => { if (!isJSONObject(data)) { diff --git a/packages_generated/audit_trail/src/v1alpha1/api.gen.ts b/packages_generated/audit_trail/src/v1alpha1/api.gen.ts index 10a6668af..aadbf0d28 100644 --- a/packages_generated/audit_trail/src/v1alpha1/api.gen.ts +++ b/packages_generated/audit_trail/src/v1alpha1/api.gen.ts @@ -10,13 +10,13 @@ import type { ApiLocality } from '@scaleway/sdk-client' import { unmarshalListEventsResponse, unmarshalListProductsResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { ListEventsRequest, ListEventsResponse, ListProductsRequest, ListProductsResponse, -} from './types.gen' +} from './types.gen.js' /** * Audit Trail API. diff --git a/packages_generated/audit_trail/src/v1alpha1/index.gen.ts b/packages_generated/audit_trail/src/v1alpha1/index.gen.ts index b144abfbf..764e3937f 100644 --- a/packages_generated/audit_trail/src/v1alpha1/index.gen.ts +++ b/packages_generated/audit_trail/src/v1alpha1/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './marshalling.gen.js' export type { AccountOrganizationInfo, AccountUserInfo, @@ -25,5 +25,5 @@ export type { ResourceType, SecretManagerSecretInfo, SecretManagerSecretVersionInfo, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/audit_trail/src/v1alpha1/marshalling.gen.ts b/packages_generated/audit_trail/src/v1alpha1/marshalling.gen.ts index fb3865e2a..e9d62b3c3 100644 --- a/packages_generated/audit_trail/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/audit_trail/src/v1alpha1/marshalling.gen.ts @@ -24,7 +24,7 @@ import type { Resource, SecretManagerSecretInfo, SecretManagerSecretVersionInfo, -} from './types.gen' +} from './types.gen.js' const unmarshalAccountOrganizationInfo = ( data: unknown, diff --git a/packages_generated/autoscaling/src/v1alpha1/api.gen.ts b/packages_generated/autoscaling/src/v1alpha1/api.gen.ts index beffb6459..3c0a8a6bb 100644 --- a/packages_generated/autoscaling/src/v1alpha1/api.gen.ts +++ b/packages_generated/autoscaling/src/v1alpha1/api.gen.ts @@ -20,7 +20,7 @@ import { unmarshalListInstanceGroupsResponse, unmarshalListInstancePoliciesResponse, unmarshalListInstanceTemplatesResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateInstanceGroupRequest, CreateInstancePolicyRequest, @@ -45,7 +45,7 @@ import type { UpdateInstanceGroupRequest, UpdateInstancePolicyRequest, UpdateInstanceTemplateRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/autoscaling/src/v1alpha1/index.gen.ts b/packages_generated/autoscaling/src/v1alpha1/index.gen.ts index b18005d87..16d2e1053 100644 --- a/packages_generated/autoscaling/src/v1alpha1/index.gen.ts +++ b/packages_generated/autoscaling/src/v1alpha1/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './marshalling.gen.js' export type { Capacity, CreateInstanceGroupRequest, @@ -52,5 +52,5 @@ export type { VolumeInstanceTemplateFromEmpty, VolumeInstanceTemplateFromSnapshot, VolumeInstanceTemplateVolumeType, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/autoscaling/src/v1alpha1/marshalling.gen.ts b/packages_generated/autoscaling/src/v1alpha1/marshalling.gen.ts index 452e852de..8f16ba399 100644 --- a/packages_generated/autoscaling/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/autoscaling/src/v1alpha1/marshalling.gen.ts @@ -32,7 +32,7 @@ import type { VolumeInstanceTemplate, VolumeInstanceTemplateFromEmpty, VolumeInstanceTemplateFromSnapshot, -} from './types.gen' +} from './types.gen.js' const unmarshalCapacity = (data: unknown): Capacity => { if (!isJSONObject(data)) { diff --git a/packages_generated/baremetal/src/v1/api.gen.ts b/packages_generated/baremetal/src/v1/api.gen.ts index d9cd13009..f6be7c347 100644 --- a/packages_generated/baremetal/src/v1/api.gen.ts +++ b/packages_generated/baremetal/src/v1/api.gen.ts @@ -3,14 +3,14 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { - enrichForPagination, API as ParentAPI, + enrichForPagination, toApiLocality, urlParams, validatePathParam, waitForResource, } from '@scaleway/sdk-client' -import { SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_BAREMETAL } from './content.gen' +import { SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_BAREMETAL } from './content.gen.js' import { marshalAddOptionServerRequest, marshalCreateServerRequest, @@ -27,22 +27,22 @@ import { unmarshalBMCAccess, unmarshalGetServerMetricsResponse, unmarshalIP, + unmarshalListOSResponse, unmarshalListOffersResponse, unmarshalListOptionsResponse, - unmarshalListOSResponse, unmarshalListServerEventsResponse, unmarshalListServerPrivateNetworksResponse, unmarshalListServersResponse, unmarshalListSettingsResponse, + unmarshalOS, unmarshalOffer, unmarshalOption, - unmarshalOS, unmarshalSchema, unmarshalServer, unmarshalServerPrivateNetwork, unmarshalSetServerPrivateNetworksResponse, unmarshalSetting, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AddOptionServerRequest, BMCAccess, @@ -51,20 +51,20 @@ import type { DeleteServerRequest, GetBMCAccessRequest, GetDefaultPartitioningSchemaRequest, + GetOSRequest, GetOfferRequest, GetOptionRequest, - GetOSRequest, GetServerMetricsRequest, GetServerMetricsResponse, GetServerRequest, - InstallServerRequest, IP, + InstallServerRequest, + ListOSRequest, + ListOSResponse, ListOffersRequest, ListOffersResponse, ListOptionsRequest, ListOptionsResponse, - ListOSRequest, - ListOSResponse, ListServerEventsRequest, ListServerEventsResponse, ListServerPrivateNetworksResponse, @@ -73,9 +73,9 @@ import type { ListSettingsRequest, ListSettingsResponse, MigrateServerToMonthlyOfferRequest, + OS, Offer, Option, - OS, PrivateNetworkApiAddServerPrivateNetworkRequest, PrivateNetworkApiDeleteServerPrivateNetworkRequest, PrivateNetworkApiListServerPrivateNetworksRequest, @@ -94,7 +94,7 @@ import type { UpdateServerRequest, UpdateSettingRequest, ValidatePartitioningSchemaRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/baremetal/src/v1/content.gen.ts b/packages_generated/baremetal/src/v1/content.gen.ts index 18e62b262..329ac1451 100644 --- a/packages_generated/baremetal/src/v1/content.gen.ts +++ b/packages_generated/baremetal/src/v1/content.gen.ts @@ -4,7 +4,7 @@ import type { ServerInstallStatus, ServerPrivateNetworkStatus, ServerStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link ServerInstallStatus}. */ export const SERVER_INSTALL_TRANSIENT_STATUSES: ServerInstallStatus[] = [ diff --git a/packages_generated/baremetal/src/v1/index.gen.ts b/packages_generated/baremetal/src/v1/index.gen.ts index cecff9d78..c95477ecc 100644 --- a/packages_generated/baremetal/src/v1/index.gen.ts +++ b/packages_generated/baremetal/src/v1/index.gen.ts @@ -3,9 +3,9 @@ export { API, PrivateNetworkAPI, -} from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +} from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { AddOptionServerRequest, BMCAccess, @@ -100,5 +100,5 @@ export type { UpdateServerRequest, UpdateSettingRequest, ValidatePartitioningSchemaRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/baremetal/src/v1/marshalling.gen.ts b/packages_generated/baremetal/src/v1/marshalling.gen.ts index 52f6fc4e6..a96353d8d 100644 --- a/packages_generated/baremetal/src/v1/marshalling.gen.ts +++ b/packages_generated/baremetal/src/v1/marshalling.gen.ts @@ -13,29 +13,29 @@ import { import type { AddOptionServerRequest, BMCAccess, - CertificationOption, CPU, + CertificationOption, CreateServerRequest, CreateServerRequestInstall, Disk, - GetServerMetricsResponse, GPU, - InstallServerRequest, + GetServerMetricsResponse, IP, + InstallServerRequest, LicenseOption, + ListOSResponse, ListOffersResponse, ListOptionsResponse, - ListOSResponse, ListServerEventsResponse, ListServerPrivateNetworksResponse, ListServersResponse, ListSettingsResponse, Memory, + OS, + OSOSField, Offer, OfferOptionOffer, Option, - OS, - OSOSField, PersistentMemory, PrivateNetworkApiAddServerPrivateNetworkRequest, PrivateNetworkApiSetServerPrivateNetworksRequest, @@ -65,7 +65,7 @@ import type { UpdateServerRequest, UpdateSettingRequest, ValidatePartitioningSchemaRequest, -} from './types.gen' +} from './types.gen.js' const unmarshalSchemaPartition = (data: unknown): SchemaPartition => { if (!isJSONObject(data)) { diff --git a/packages_generated/baremetal/src/v3/api.gen.ts b/packages_generated/baremetal/src/v3/api.gen.ts index c8acc954b..79d8ab78a 100644 --- a/packages_generated/baremetal/src/v3/api.gen.ts +++ b/packages_generated/baremetal/src/v3/api.gen.ts @@ -3,8 +3,8 @@ import type { ApiLocality } from '@scaleway/sdk-client' import { - enrichForPagination, API as ParentAPI, + enrichForPagination, toApiLocality, urlParams, validatePathParam, @@ -15,7 +15,7 @@ import { unmarshalListServerPrivateNetworksResponse, unmarshalServerPrivateNetwork, unmarshalSetServerPrivateNetworksResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { ListServerPrivateNetworksResponse, PrivateNetworkApiAddServerPrivateNetworkRequest, @@ -24,7 +24,7 @@ import type { PrivateNetworkApiSetServerPrivateNetworksRequest, ServerPrivateNetwork, SetServerPrivateNetworksResponse, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/baremetal/src/v3/content.gen.ts b/packages_generated/baremetal/src/v3/content.gen.ts index 2bd1607cf..1c5a0149e 100644 --- a/packages_generated/baremetal/src/v3/content.gen.ts +++ b/packages_generated/baremetal/src/v3/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { ServerPrivateNetworkStatus } from './types.gen' +import type { ServerPrivateNetworkStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link ServerPrivateNetworkStatus}. */ export const SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES: ServerPrivateNetworkStatus[] = diff --git a/packages_generated/baremetal/src/v3/index.gen.ts b/packages_generated/baremetal/src/v3/index.gen.ts index b38e74e52..dfd59465d 100644 --- a/packages_generated/baremetal/src/v3/index.gen.ts +++ b/packages_generated/baremetal/src/v3/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { PrivateNetworkAPI } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { PrivateNetworkAPI } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { ListServerPrivateNetworksRequestOrderBy, ListServerPrivateNetworksResponse, @@ -13,4 +13,4 @@ export type { ServerPrivateNetwork, ServerPrivateNetworkStatus, SetServerPrivateNetworksResponse, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/baremetal/src/v3/marshalling.gen.ts b/packages_generated/baremetal/src/v3/marshalling.gen.ts index 76d5565e5..29ac8f391 100644 --- a/packages_generated/baremetal/src/v3/marshalling.gen.ts +++ b/packages_generated/baremetal/src/v3/marshalling.gen.ts @@ -13,7 +13,7 @@ import type { PrivateNetworkApiSetServerPrivateNetworksRequest, ServerPrivateNetwork, SetServerPrivateNetworksResponse, -} from './types.gen' +} from './types.gen.js' export const unmarshalServerPrivateNetwork = ( data: unknown, diff --git a/packages_generated/billing/src/v2beta1/api.gen.ts b/packages_generated/billing/src/v2beta1/api.gen.ts index 70b412987..3c1b678ad 100644 --- a/packages_generated/billing/src/v2beta1/api.gen.ts +++ b/packages_generated/billing/src/v2beta1/api.gen.ts @@ -14,7 +14,7 @@ import { unmarshalListDiscountsResponse, unmarshalListInvoicesResponse, unmarshalListTaxesResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { Discount, DownloadInvoiceRequest, @@ -30,7 +30,7 @@ import type { ListTaxesRequest, ListTaxesResponse, RedeemCouponRequest, -} from './types.gen' +} from './types.gen.js' /** * Billing API. diff --git a/packages_generated/billing/src/v2beta1/index.gen.ts b/packages_generated/billing/src/v2beta1/index.gen.ts index fb74b2fb3..13fdfc316 100644 --- a/packages_generated/billing/src/v2beta1/index.gen.ts +++ b/packages_generated/billing/src/v2beta1/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './marshalling.gen.js' export type { Discount, DiscountCoupon, @@ -31,4 +31,4 @@ export type { ListTaxesResponse, ListTaxesResponseTax, RedeemCouponRequest, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/billing/src/v2beta1/marshalling.gen.ts b/packages_generated/billing/src/v2beta1/marshalling.gen.ts index 91a5ffcd8..d2a6f498b 100644 --- a/packages_generated/billing/src/v2beta1/marshalling.gen.ts +++ b/packages_generated/billing/src/v2beta1/marshalling.gen.ts @@ -17,7 +17,7 @@ import type { ListInvoicesResponse, ListTaxesResponse, ListTaxesResponseTax, -} from './types.gen' +} from './types.gen.js' const unmarshalDiscountCoupon = (data: unknown): DiscountCoupon => { if (!isJSONObject(data)) { diff --git a/packages_generated/block/src/v1/api.gen.ts b/packages_generated/block/src/v1/api.gen.ts index e8556e393..c62bf0fc4 100644 --- a/packages_generated/block/src/v1/api.gen.ts +++ b/packages_generated/block/src/v1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_BLOCK, VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES_BLOCK, -} from './content.gen' +} from './content.gen.js' import { marshalCreateSnapshotRequest, marshalCreateVolumeRequest, @@ -25,7 +25,7 @@ import { unmarshalListVolumesResponse, unmarshalSnapshot, unmarshalVolume, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateSnapshotRequest, CreateVolumeRequest, @@ -45,7 +45,7 @@ import type { UpdateSnapshotRequest, UpdateVolumeRequest, Volume, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/block/src/v1/content.gen.ts b/packages_generated/block/src/v1/content.gen.ts index 2e3e5f343..843940551 100644 --- a/packages_generated/block/src/v1/content.gen.ts +++ b/packages_generated/block/src/v1/content.gen.ts @@ -1,6 +1,10 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { ReferenceStatus, SnapshotStatus, VolumeStatus } from './types.gen' +import type { + ReferenceStatus, + SnapshotStatus, + VolumeStatus, +} from './types.gen.js' /** Lists transient statutes of the enum {@link ReferenceStatus}. */ export const REFERENCE_TRANSIENT_STATUSES: ReferenceStatus[] = [ diff --git a/packages_generated/block/src/v1/index.gen.ts b/packages_generated/block/src/v1/index.gen.ts index 37b21764e..7b816e456 100644 --- a/packages_generated/block/src/v1/index.gen.ts +++ b/packages_generated/block/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateSnapshotRequest, CreateVolumeRequest, @@ -35,5 +35,5 @@ export type { VolumeSpecifications, VolumeStatus, VolumeType, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/block/src/v1/marshalling.gen.ts b/packages_generated/block/src/v1/marshalling.gen.ts index 151ebb181..3e8d49e70 100644 --- a/packages_generated/block/src/v1/marshalling.gen.ts +++ b/packages_generated/block/src/v1/marshalling.gen.ts @@ -27,7 +27,7 @@ import type { Volume, VolumeSpecifications, VolumeType, -} from './types.gen' +} from './types.gen.js' export const unmarshalReference = (data: unknown): Reference => { if (!isJSONObject(data)) { diff --git a/packages_generated/block/src/v1alpha1/api.gen.ts b/packages_generated/block/src/v1alpha1/api.gen.ts index e2a2406f5..80d656f4a 100644 --- a/packages_generated/block/src/v1alpha1/api.gen.ts +++ b/packages_generated/block/src/v1alpha1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_BLOCK, VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES_BLOCK, -} from './content.gen' +} from './content.gen.js' import { marshalCreateSnapshotRequest, marshalCreateVolumeRequest, @@ -26,7 +26,7 @@ import { unmarshalListVolumesResponse, unmarshalSnapshot, unmarshalVolume, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateSnapshotRequest, CreateVolumeRequest, @@ -47,7 +47,7 @@ import type { UpdateSnapshotRequest, UpdateVolumeRequest, Volume, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/block/src/v1alpha1/content.gen.ts b/packages_generated/block/src/v1alpha1/content.gen.ts index 2e3e5f343..843940551 100644 --- a/packages_generated/block/src/v1alpha1/content.gen.ts +++ b/packages_generated/block/src/v1alpha1/content.gen.ts @@ -1,6 +1,10 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { ReferenceStatus, SnapshotStatus, VolumeStatus } from './types.gen' +import type { + ReferenceStatus, + SnapshotStatus, + VolumeStatus, +} from './types.gen.js' /** Lists transient statutes of the enum {@link ReferenceStatus}. */ export const REFERENCE_TRANSIENT_STATUSES: ReferenceStatus[] = [ diff --git a/packages_generated/block/src/v1alpha1/index.gen.ts b/packages_generated/block/src/v1alpha1/index.gen.ts index 94c93e3d8..8382eab82 100644 --- a/packages_generated/block/src/v1alpha1/index.gen.ts +++ b/packages_generated/block/src/v1alpha1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateSnapshotRequest, CreateVolumeRequest, @@ -36,5 +36,5 @@ export type { VolumeSpecifications, VolumeStatus, VolumeType, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/block/src/v1alpha1/marshalling.gen.ts b/packages_generated/block/src/v1alpha1/marshalling.gen.ts index d18789132..6ef4d56a0 100644 --- a/packages_generated/block/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/block/src/v1alpha1/marshalling.gen.ts @@ -28,7 +28,7 @@ import type { Volume, VolumeSpecifications, VolumeType, -} from './types.gen' +} from './types.gen.js' const unmarshalReference = (data: unknown): Reference => { if (!isJSONObject(data)) { diff --git a/packages_generated/cockpit/src/v1/api.gen.ts b/packages_generated/cockpit/src/v1/api.gen.ts index d42836d93..a8b6bf44a 100644 --- a/packages_generated/cockpit/src/v1/api.gen.ts +++ b/packages_generated/cockpit/src/v1/api.gen.ts @@ -46,7 +46,7 @@ import { unmarshalPlan, unmarshalToken, unmarshalUsageOverview, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AlertManager, ContactPoint, @@ -104,7 +104,7 @@ import type { RegionalApiUpdateDataSourceRequest, Token, UsageOverview, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/cockpit/src/v1/index.gen.ts b/packages_generated/cockpit/src/v1/index.gen.ts index fafab1999..3a649a231 100644 --- a/packages_generated/cockpit/src/v1/index.gen.ts +++ b/packages_generated/cockpit/src/v1/index.gen.ts @@ -3,8 +3,8 @@ export { GlobalAPI, RegionalAPI, -} from './api.gen' -export * from './marshalling.gen' +} from './api.gen.js' +export * from './marshalling.gen.js' export type { Alert, AlertManager, @@ -80,5 +80,5 @@ export type { Usage, UsageOverview, UsageUnit, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/cockpit/src/v1/marshalling.gen.ts b/packages_generated/cockpit/src/v1/marshalling.gen.ts index 781935304..c6079a38c 100644 --- a/packages_generated/cockpit/src/v1/marshalling.gen.ts +++ b/packages_generated/cockpit/src/v1/marshalling.gen.ts @@ -51,7 +51,7 @@ import type { Token, Usage, UsageOverview, -} from './types.gen' +} from './types.gen.js' const unmarshalContactPointEmail = (data: unknown): ContactPointEmail => { if (!isJSONObject(data)) { diff --git a/packages_generated/container/src/v1beta1/api.gen.ts b/packages_generated/container/src/v1beta1/api.gen.ts index c62bd20f7..f47c7760b 100644 --- a/packages_generated/container/src/v1beta1/api.gen.ts +++ b/packages_generated/container/src/v1beta1/api.gen.ts @@ -17,7 +17,7 @@ import { NAMESPACE_TRANSIENT_STATUSES as NAMESPACE_TRANSIENT_STATUSES_CONTAINER, TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES_CONTAINER, TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES_CONTAINER, -} from './content.gen' +} from './content.gen.js' import { marshalCreateContainerRequest, marshalCreateCronRequest, @@ -41,7 +41,7 @@ import { unmarshalNamespace, unmarshalToken, unmarshalTrigger, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { Container, CreateContainerRequest, @@ -84,7 +84,7 @@ import type { UpdateCronRequest, UpdateNamespaceRequest, UpdateTriggerRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/container/src/v1beta1/content.gen.ts b/packages_generated/container/src/v1beta1/content.gen.ts index d3c4b5f5e..6f832c6ab 100644 --- a/packages_generated/container/src/v1beta1/content.gen.ts +++ b/packages_generated/container/src/v1beta1/content.gen.ts @@ -7,7 +7,7 @@ import type { NamespaceStatus, TokenStatus, TriggerStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link ContainerStatus}. */ export const CONTAINER_TRANSIENT_STATUSES: ContainerStatus[] = [ diff --git a/packages_generated/container/src/v1beta1/index.gen.ts b/packages_generated/container/src/v1beta1/index.gen.ts index 9ccbc725f..ba2ab7a1b 100644 --- a/packages_generated/container/src/v1beta1/index.gen.ts +++ b/packages_generated/container/src/v1beta1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { Container, ContainerHealthCheckSpec, @@ -75,5 +75,5 @@ export type { UpdateNamespaceRequest, UpdateTriggerRequest, UpdateTriggerRequestSqsClientConfig, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/container/src/v1beta1/marshalling.gen.ts b/packages_generated/container/src/v1beta1/marshalling.gen.ts index e76cd4f04..4a98f3676 100644 --- a/packages_generated/container/src/v1beta1/marshalling.gen.ts +++ b/packages_generated/container/src/v1beta1/marshalling.gen.ts @@ -44,7 +44,7 @@ import type { UpdateNamespaceRequest, UpdateTriggerRequest, UpdateTriggerRequestSqsClientConfig, -} from './types.gen' +} from './types.gen.js' const unmarshalContainerHealthCheckSpecHTTPProbe = ( data: unknown, diff --git a/packages_generated/dedibox/src/v1/api.gen.ts b/packages_generated/dedibox/src/v1/api.gen.ts index 58bcd7aa6..4f41a51d1 100644 --- a/packages_generated/dedibox/src/v1/api.gen.ts +++ b/packages_generated/dedibox/src/v1/api.gen.ts @@ -15,7 +15,7 @@ import { RPN_V2_GROUP_TRANSIENT_STATUSES as RPN_V2_GROUP_TRANSIENT_STATUSES_DEDIBOX, SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES_DEDIBOX, SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_DEDIBOX, -} from './content.gen' +} from './content.gen.js' import { marshalAttachFailoverIPToMacAddressRequest, marshalAttachFailoverIPsRequest, @@ -97,7 +97,7 @@ import { unmarshalServerInstall, unmarshalService, unmarshalSubscribeStorageOptionsResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AttachFailoverIPToMacAddressRequest, AttachFailoverIPsRequest, @@ -244,7 +244,7 @@ import type { UpdateServerBackupRequest, UpdateServerRequest, UpdateServerTagsRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/dedibox/src/v1/content.gen.ts b/packages_generated/dedibox/src/v1/content.gen.ts index 3cd46d9b8..627afc52c 100644 --- a/packages_generated/dedibox/src/v1/content.gen.ts +++ b/packages_generated/dedibox/src/v1/content.gen.ts @@ -10,7 +10,7 @@ import type { ServerInstallStatus, ServerStatus, ServiceProvisioningStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link BMCAccessStatus}. */ export const BMC_ACCESS_TRANSIENT_STATUSES: BMCAccessStatus[] = [ diff --git a/packages_generated/dedibox/src/v1/index.gen.ts b/packages_generated/dedibox/src/v1/index.gen.ts index 227c7aacd..51c619a20 100644 --- a/packages_generated/dedibox/src/v1/index.gen.ts +++ b/packages_generated/dedibox/src/v1/index.gen.ts @@ -8,9 +8,9 @@ export { RpnSanAPI, RpnV1API, RpnV2API, -} from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +} from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { AttachFailoverIPsRequest, AttachFailoverIPToMacAddressRequest, @@ -264,5 +264,5 @@ export type { UpdateServerBackupRequest, UpdateServerRequest, UpdateServerTagsRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/dedibox/src/v1/marshalling.gen.ts b/packages_generated/dedibox/src/v1/marshalling.gen.ts index 324efea27..dc9fec3f8 100644 --- a/packages_generated/dedibox/src/v1/marshalling.gen.ts +++ b/packages_generated/dedibox/src/v1/marshalling.gen.ts @@ -130,7 +130,7 @@ import type { UpdateServerBackupRequest, UpdateServerRequest, UpdateServerTagsRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalIP = (data: unknown): IP => { if (!isJSONObject(data)) { diff --git a/packages_generated/domain/src/v2beta1/api.gen.ts b/packages_generated/domain/src/v2beta1/api.gen.ts index b388869bd..e56bad67b 100644 --- a/packages_generated/domain/src/v2beta1/api.gen.ts +++ b/packages_generated/domain/src/v2beta1/api.gen.ts @@ -11,7 +11,7 @@ import type { WaitForOptions } from '@scaleway/sdk-client' import { DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES_DOMAIN, SSL_CERTIFICATE_TRANSIENT_STATUSES as SSL_CERTIFICATE_TRANSIENT_STATUSES_DOMAIN, -} from './content.gen' +} from './content.gen.js' import { marshalCloneDNSZoneRequest, marshalCreateDNSZoneRequest, @@ -67,7 +67,7 @@ import { unmarshalSearchAvailableDomainsResponse, unmarshalUpdateDNSZoneNameserversResponse, unmarshalUpdateDNSZoneRecordsResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CheckContactsCompatibilityResponse, ClearDNSZoneRecordsRequest, @@ -155,7 +155,7 @@ import type { UpdateDNSZoneRecordsRequest, UpdateDNSZoneRecordsResponse, UpdateDNSZoneRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/domain/src/v2beta1/content.gen.ts b/packages_generated/domain/src/v2beta1/content.gen.ts index 2ed040f14..6e0b5a6f6 100644 --- a/packages_generated/domain/src/v2beta1/content.gen.ts +++ b/packages_generated/domain/src/v2beta1/content.gen.ts @@ -8,7 +8,7 @@ import type { HostStatus, SSLCertificateStatus, TaskStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link DNSZoneStatus}. */ export const DNS_ZONE_TRANSIENT_STATUSES: DNSZoneStatus[] = ['pending'] diff --git a/packages_generated/domain/src/v2beta1/index.gen.ts b/packages_generated/domain/src/v2beta1/index.gen.ts index 8f6a86224..80602c671 100644 --- a/packages_generated/domain/src/v2beta1/index.gen.ts +++ b/packages_generated/domain/src/v2beta1/index.gen.ts @@ -3,9 +3,9 @@ export { API, RegistrarAPI, -} from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +} from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { AvailableDomain, CheckContactsCompatibilityResponse, @@ -167,4 +167,4 @@ export type { UpdateDNSZoneRecordsRequest, UpdateDNSZoneRecordsResponse, UpdateDNSZoneRequest, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/domain/src/v2beta1/marshalling.gen.ts b/packages_generated/domain/src/v2beta1/marshalling.gen.ts index 8b8aacc36..e63aee6b8 100644 --- a/packages_generated/domain/src/v2beta1/marshalling.gen.ts +++ b/packages_generated/domain/src/v2beta1/marshalling.gen.ts @@ -111,7 +111,7 @@ import type { UpdateDNSZoneRecordsRequest, UpdateDNSZoneRecordsResponse, UpdateDNSZoneRequest, -} from './types.gen' +} from './types.gen.js' const unmarshalContactExtensionFRAssociationInfo = ( data: unknown, diff --git a/packages_generated/edge_services/src/v1beta1/api.gen.ts b/packages_generated/edge_services/src/v1beta1/api.gen.ts index 9d4a9736d..a879b25a5 100644 --- a/packages_generated/edge_services/src/v1beta1/api.gen.ts +++ b/packages_generated/edge_services/src/v1beta1/api.gen.ts @@ -11,7 +11,7 @@ import type { WaitForOptions } from '@scaleway/sdk-client' import { PIPELINE_TRANSIENT_STATUSES as PIPELINE_TRANSIENT_STATUSES_EDGE_SERVICES, PURGE_REQUEST_TRANSIENT_STATUSES as PURGE_REQUEST_TRANSIENT_STATUSES_EDGE_SERVICES, -} from './content.gen' +} from './content.gen.js' import { marshalAddRouteRulesRequest, marshalCheckDomainRequest, @@ -63,7 +63,7 @@ import { unmarshalSetRouteRulesResponse, unmarshalTLSStage, unmarshalWafStage, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AddRouteRulesRequest, AddRouteRulesResponse, @@ -147,7 +147,7 @@ import type { UpdateTLSStageRequest, UpdateWafStageRequest, WafStage, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/edge_services/src/v1beta1/content.gen.ts b/packages_generated/edge_services/src/v1beta1/content.gen.ts index fc2747c15..79f1155ec 100644 --- a/packages_generated/edge_services/src/v1beta1/content.gen.ts +++ b/packages_generated/edge_services/src/v1beta1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { PipelineStatus, PurgeRequestStatus } from './types.gen' +import type { PipelineStatus, PurgeRequestStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link PipelineStatus}. */ export const PIPELINE_TRANSIENT_STATUSES: PipelineStatus[] = ['pending'] diff --git a/packages_generated/edge_services/src/v1beta1/index.gen.ts b/packages_generated/edge_services/src/v1beta1/index.gen.ts index ce761084a..03d91e4d6 100644 --- a/packages_generated/edge_services/src/v1beta1/index.gen.ts +++ b/packages_generated/edge_services/src/v1beta1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { AddRouteRulesRequest, AddRouteRulesResponse, @@ -129,5 +129,5 @@ export type { UpdateWafStageRequest, WafStage, WafStageMode, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/edge_services/src/v1beta1/marshalling.gen.ts b/packages_generated/edge_services/src/v1beta1/marshalling.gen.ts index f3653a223..f13db29b1 100644 --- a/packages_generated/edge_services/src/v1beta1/marshalling.gen.ts +++ b/packages_generated/edge_services/src/v1beta1/marshalling.gen.ts @@ -79,7 +79,7 @@ import type { UpdateTLSStageRequest, UpdateWafStageRequest, WafStage, -} from './types.gen' +} from './types.gen.js' const unmarshalScalewayLb = (data: unknown): ScalewayLb => { if (!isJSONObject(data)) { diff --git a/packages_generated/file/src/v1alpha1/api.gen.ts b/packages_generated/file/src/v1alpha1/api.gen.ts index ab9ccaca3..457dd1bc9 100644 --- a/packages_generated/file/src/v1alpha1/api.gen.ts +++ b/packages_generated/file/src/v1alpha1/api.gen.ts @@ -9,14 +9,14 @@ import { waitForResource, } from '@scaleway/sdk-client' import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' -import { FILE_SYSTEM_TRANSIENT_STATUSES as FILE_SYSTEM_TRANSIENT_STATUSES_FILE } from './content.gen' +import { FILE_SYSTEM_TRANSIENT_STATUSES as FILE_SYSTEM_TRANSIENT_STATUSES_FILE } from './content.gen.js' import { marshalCreateFileSystemRequest, marshalUpdateFileSystemRequest, unmarshalFileSystem, unmarshalListAttachmentsResponse, unmarshalListFileSystemsResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateFileSystemRequest, DeleteFileSystemRequest, @@ -27,7 +27,7 @@ import type { ListFileSystemsRequest, ListFileSystemsResponse, UpdateFileSystemRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/file/src/v1alpha1/content.gen.ts b/packages_generated/file/src/v1alpha1/content.gen.ts index f7330db6f..7f1f89c59 100644 --- a/packages_generated/file/src/v1alpha1/content.gen.ts +++ b/packages_generated/file/src/v1alpha1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { FileSystemStatus } from './types.gen' +import type { FileSystemStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link FileSystemStatus}. */ export const FILE_SYSTEM_TRANSIENT_STATUSES: FileSystemStatus[] = [ diff --git a/packages_generated/file/src/v1alpha1/index.gen.ts b/packages_generated/file/src/v1alpha1/index.gen.ts index 3be92a216..200c87c4e 100644 --- a/packages_generated/file/src/v1alpha1/index.gen.ts +++ b/packages_generated/file/src/v1alpha1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { Attachment, AttachmentResourceType, @@ -17,5 +17,5 @@ export type { ListFileSystemsRequestOrderBy, ListFileSystemsResponse, UpdateFileSystemRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/file/src/v1alpha1/marshalling.gen.ts b/packages_generated/file/src/v1alpha1/marshalling.gen.ts index 4d896ebbb..b7dae1e58 100644 --- a/packages_generated/file/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/file/src/v1alpha1/marshalling.gen.ts @@ -13,7 +13,7 @@ import type { ListAttachmentsResponse, ListFileSystemsResponse, UpdateFileSystemRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalFileSystem = (data: unknown): FileSystem => { if (!isJSONObject(data)) { diff --git a/packages_generated/flexibleip/src/v1alpha1/api.gen.ts b/packages_generated/flexibleip/src/v1alpha1/api.gen.ts index 3a0266377..81414d13a 100644 --- a/packages_generated/flexibleip/src/v1alpha1/api.gen.ts +++ b/packages_generated/flexibleip/src/v1alpha1/api.gen.ts @@ -9,7 +9,7 @@ import { waitForResource, } from '@scaleway/sdk-client' import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' -import { FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES_FLEXIBLEIP } from './content.gen' +import { FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES_FLEXIBLEIP } from './content.gen.js' import { marshalAttachFlexibleIPRequest, marshalCreateFlexibleIPRequest, @@ -22,7 +22,7 @@ import { unmarshalDetachFlexibleIPsResponse, unmarshalFlexibleIP, unmarshalListFlexibleIPsResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AttachFlexibleIPRequest, AttachFlexibleIPsResponse, @@ -39,7 +39,7 @@ import type { ListFlexibleIPsResponse, MoveMACAddrRequest, UpdateFlexibleIPRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/flexibleip/src/v1alpha1/content.gen.ts b/packages_generated/flexibleip/src/v1alpha1/content.gen.ts index 7408f29a3..bb0da0a45 100644 --- a/packages_generated/flexibleip/src/v1alpha1/content.gen.ts +++ b/packages_generated/flexibleip/src/v1alpha1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { FlexibleIPStatus, MACAddressStatus } from './types.gen' +import type { FlexibleIPStatus, MACAddressStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link FlexibleIPStatus}. */ export const FLEXIBLE_IP_TRANSIENT_STATUSES: FlexibleIPStatus[] = [ diff --git a/packages_generated/flexibleip/src/v1alpha1/index.gen.ts b/packages_generated/flexibleip/src/v1alpha1/index.gen.ts index 8d48d530d..30b0d385f 100644 --- a/packages_generated/flexibleip/src/v1alpha1/index.gen.ts +++ b/packages_generated/flexibleip/src/v1alpha1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { AttachFlexibleIPRequest, AttachFlexibleIPsResponse, @@ -24,5 +24,5 @@ export type { MACAddressType, MoveMACAddrRequest, UpdateFlexibleIPRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/flexibleip/src/v1alpha1/marshalling.gen.ts b/packages_generated/flexibleip/src/v1alpha1/marshalling.gen.ts index 8f7cd3f8f..d42c220f6 100644 --- a/packages_generated/flexibleip/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/flexibleip/src/v1alpha1/marshalling.gen.ts @@ -19,7 +19,7 @@ import type { MACAddress, MoveMACAddrRequest, UpdateFlexibleIPRequest, -} from './types.gen' +} from './types.gen.js' const unmarshalMACAddress = (data: unknown): MACAddress => { if (!isJSONObject(data)) { diff --git a/packages_generated/function/src/v1beta1/api.gen.ts b/packages_generated/function/src/v1beta1/api.gen.ts index 56ac87842..3cbde47f2 100644 --- a/packages_generated/function/src/v1beta1/api.gen.ts +++ b/packages_generated/function/src/v1beta1/api.gen.ts @@ -17,7 +17,7 @@ import { NAMESPACE_TRANSIENT_STATUSES as NAMESPACE_TRANSIENT_STATUSES_FUNCTION, TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES_FUNCTION, TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES_FUNCTION, -} from './content.gen' +} from './content.gen.js' import { marshalCreateCronRequest, marshalCreateDomainRequest, @@ -44,7 +44,7 @@ import { unmarshalToken, unmarshalTrigger, unmarshalUploadURL, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateCronRequest, CreateDomainRequest, @@ -93,7 +93,7 @@ import type { UpdateNamespaceRequest, UpdateTriggerRequest, UploadURL, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/function/src/v1beta1/content.gen.ts b/packages_generated/function/src/v1beta1/content.gen.ts index 66e8ce5c1..f1d0457df 100644 --- a/packages_generated/function/src/v1beta1/content.gen.ts +++ b/packages_generated/function/src/v1beta1/content.gen.ts @@ -7,7 +7,7 @@ import type { NamespaceStatus, TokenStatus, TriggerStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link CronStatus}. */ export const CRON_TRANSIENT_STATUSES: CronStatus[] = [ diff --git a/packages_generated/function/src/v1beta1/index.gen.ts b/packages_generated/function/src/v1beta1/index.gen.ts index bcc25c008..9e50b015a 100644 --- a/packages_generated/function/src/v1beta1/index.gen.ts +++ b/packages_generated/function/src/v1beta1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateCronRequest, CreateDomainRequest, @@ -79,5 +79,5 @@ export type { UpdateTriggerRequest, UpdateTriggerRequestSqsClientConfig, UploadURL, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/function/src/v1beta1/marshalling.gen.ts b/packages_generated/function/src/v1beta1/marshalling.gen.ts index 898775137..87ecb2f6f 100644 --- a/packages_generated/function/src/v1beta1/marshalling.gen.ts +++ b/packages_generated/function/src/v1beta1/marshalling.gen.ts @@ -44,7 +44,7 @@ import type { UpdateTriggerRequest, UpdateTriggerRequestSqsClientConfig, UploadURL, -} from './types.gen' +} from './types.gen.js' export const unmarshalCron = (data: unknown): Cron => { if (!isJSONObject(data)) { diff --git a/packages_generated/iam/src/v1alpha1/api.gen.ts b/packages_generated/iam/src/v1alpha1/api.gen.ts index a0e7cf4eb..3143ea8a4 100644 --- a/packages_generated/iam/src/v1alpha1/api.gen.ts +++ b/packages_generated/iam/src/v1alpha1/api.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. import { - enrichForPagination, API as ParentAPI, + enrichForPagination, resolveOneOf, urlParams, validatePathParam, @@ -53,8 +53,8 @@ import { unmarshalListPoliciesResponse, unmarshalListQuotaResponse, unmarshalListRulesResponse, - unmarshalListSamlCertificatesResponse, unmarshalListSSHKeysResponse, + unmarshalListSamlCertificatesResponse, unmarshalListUsersResponse, unmarshalLog, unmarshalMFAOTP, @@ -62,18 +62,18 @@ import { unmarshalOrganizationSecuritySettings, unmarshalPolicy, unmarshalQuotum, + unmarshalSSHKey, unmarshalSaml, unmarshalSamlCertificate, unmarshalSetRulesResponse, - unmarshalSSHKey, unmarshalUser, unmarshalValidateUserMFAOTPResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { + APIKey, AddGroupMemberRequest, AddGroupMembersRequest, AddSamlCertificateRequest, - APIKey, Application, ClonePolicyRequest, CreateAPIKeyRequest, @@ -91,8 +91,8 @@ import type { DeleteJWTRequest, DeleteOrganizationSamlRequest, DeletePolicyRequest, - DeleteSamlCertificateRequest, DeleteSSHKeyRequest, + DeleteSamlCertificateRequest, DeleteUserMFAOTPRequest, DeleteUserRequest, EncodedJWT, @@ -113,8 +113,8 @@ import type { Group, InitiateUserConnectionRequest, InitiateUserConnectionResponse, - JoinUserConnectionRequest, JWT, + JoinUserConnectionRequest, ListAPIKeysRequest, ListAPIKeysResponse, ListApplicationsRequest, @@ -135,10 +135,10 @@ import type { ListQuotaResponse, ListRulesRequest, ListRulesResponse, - ListSamlCertificatesRequest, - ListSamlCertificatesResponse, ListSSHKeysRequest, ListSSHKeysResponse, + ListSamlCertificatesRequest, + ListSamlCertificatesResponse, ListUsersRequest, ListUsersResponse, LockUserRequest, @@ -151,13 +151,13 @@ import type { Quotum, RemoveGroupMemberRequest, RemoveUserConnectionRequest, + SSHKey, Saml, SamlCertificate, SetGroupMembersRequest, SetOrganizationAliasRequest, SetRulesRequest, SetRulesResponse, - SSHKey, UnlockUserRequest, UpdateAPIKeyRequest, UpdateApplicationRequest, @@ -172,7 +172,7 @@ import type { User, ValidateUserMFAOTPRequest, ValidateUserMFAOTPResponse, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/iam/src/v1alpha1/index.gen.ts b/packages_generated/iam/src/v1alpha1/index.gen.ts index 61344b3cf..eec531d35 100644 --- a/packages_generated/iam/src/v1alpha1/index.gen.ts +++ b/packages_generated/iam/src/v1alpha1/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './marshalling.gen.js' export type { AddGroupMemberRequest, AddGroupMembersRequest, @@ -134,5 +134,5 @@ export type { UserType, ValidateUserMFAOTPRequest, ValidateUserMFAOTPResponse, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/iam/src/v1alpha1/marshalling.gen.ts b/packages_generated/iam/src/v1alpha1/marshalling.gen.ts index 7eda859aa..c51a96629 100644 --- a/packages_generated/iam/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/iam/src/v1alpha1/marshalling.gen.ts @@ -9,10 +9,10 @@ import { unmarshalDate, } from '@scaleway/sdk-client' import type { + APIKey, AddGroupMemberRequest, AddGroupMembersRequest, AddSamlCertificateRequest, - APIKey, Application, Connection, ConnectionConnectedOrganization, @@ -31,8 +31,8 @@ import type { GracePeriod, Group, InitiateUserConnectionResponse, - JoinUserConnectionRequest, JWT, + JoinUserConnectionRequest, ListAPIKeysResponse, ListApplicationsResponse, ListGracePeriodsResponse, @@ -43,8 +43,8 @@ import type { ListPoliciesResponse, ListQuotaResponse, ListRulesResponse, - ListSamlCertificatesResponse, ListSSHKeysResponse, + ListSamlCertificatesResponse, ListUsersResponse, Log, MFAOTP, @@ -58,13 +58,13 @@ import type { RemoveUserConnectionRequest, Rule, RuleSpecs, + SSHKey, Saml, SamlCertificate, SetGroupMembersRequest, SetOrganizationAliasRequest, SetRulesRequest, SetRulesResponse, - SSHKey, UpdateAPIKeyRequest, UpdateApplicationRequest, UpdateGroupRequest, @@ -78,7 +78,7 @@ import type { User, ValidateUserMFAOTPRequest, ValidateUserMFAOTPResponse, -} from './types.gen' +} from './types.gen.js' export const unmarshalJWT = (data: unknown): JWT => { if (!isJSONObject(data)) { diff --git a/packages_generated/inference/src/v1/api.gen.ts b/packages_generated/inference/src/v1/api.gen.ts index 00833a50d..8475315ad 100644 --- a/packages_generated/inference/src/v1/api.gen.ts +++ b/packages_generated/inference/src/v1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { DEPLOYMENT_TRANSIENT_STATUSES as DEPLOYMENT_TRANSIENT_STATUSES_INFERENCE, MODEL_TRANSIENT_STATUSES as MODEL_TRANSIENT_STATUSES_INFERENCE, -} from './content.gen' +} from './content.gen.js' import { marshalCreateDeploymentRequest, marshalCreateEndpointRequest, @@ -25,7 +25,7 @@ import { unmarshalListModelsResponse, unmarshalListNodeTypesResponse, unmarshalModel, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateDeploymentRequest, CreateEndpointRequest, @@ -47,7 +47,7 @@ import type { Model, UpdateDeploymentRequest, UpdateEndpointRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/inference/src/v1/content.gen.ts b/packages_generated/inference/src/v1/content.gen.ts index 9c288901a..d3e2ebaf2 100644 --- a/packages_generated/inference/src/v1/content.gen.ts +++ b/packages_generated/inference/src/v1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { DeploymentStatus, ModelStatus } from './types.gen' +import type { DeploymentStatus, ModelStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link DeploymentStatus}. */ export const DEPLOYMENT_TRANSIENT_STATUSES: DeploymentStatus[] = [ diff --git a/packages_generated/inference/src/v1/index.gen.ts b/packages_generated/inference/src/v1/index.gen.ts index cd396c4f8..b27beccf1 100644 --- a/packages_generated/inference/src/v1/index.gen.ts +++ b/packages_generated/inference/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateDeploymentRequest, CreateEndpointRequest, @@ -38,5 +38,5 @@ export type { NodeTypeStock, UpdateDeploymentRequest, UpdateEndpointRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/inference/src/v1/marshalling.gen.ts b/packages_generated/inference/src/v1/marshalling.gen.ts index 18395bbe4..e3da17b66 100644 --- a/packages_generated/inference/src/v1/marshalling.gen.ts +++ b/packages_generated/inference/src/v1/marshalling.gen.ts @@ -29,7 +29,7 @@ import type { NodeType, UpdateDeploymentRequest, UpdateEndpointRequest, -} from './types.gen' +} from './types.gen.js' const unmarshalEndpointPrivateNetworkDetails = ( data: unknown, diff --git a/packages_generated/inference/src/v1beta1/api.gen.ts b/packages_generated/inference/src/v1beta1/api.gen.ts index be16591f3..7156a986b 100644 --- a/packages_generated/inference/src/v1beta1/api.gen.ts +++ b/packages_generated/inference/src/v1beta1/api.gen.ts @@ -9,7 +9,7 @@ import { waitForResource, } from '@scaleway/sdk-client' import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' -import { DEPLOYMENT_TRANSIENT_STATUSES as DEPLOYMENT_TRANSIENT_STATUSES_INFERENCE } from './content.gen' +import { DEPLOYMENT_TRANSIENT_STATUSES as DEPLOYMENT_TRANSIENT_STATUSES_INFERENCE } from './content.gen.js' import { marshalAddDeploymentACLRulesRequest, marshalCreateDeploymentRequest, @@ -27,7 +27,7 @@ import { unmarshalListNodeTypesResponse, unmarshalModel, unmarshalSetDeploymentACLRulesResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AddDeploymentACLRulesRequest, AddDeploymentACLRulesResponse, @@ -56,7 +56,7 @@ import type { SetDeploymentACLRulesResponse, UpdateDeploymentRequest, UpdateEndpointRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/inference/src/v1beta1/content.gen.ts b/packages_generated/inference/src/v1beta1/content.gen.ts index ac29b7180..6c64a28be 100644 --- a/packages_generated/inference/src/v1beta1/content.gen.ts +++ b/packages_generated/inference/src/v1beta1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { DeploymentStatus } from './types.gen' +import type { DeploymentStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link DeploymentStatus}. */ export const DEPLOYMENT_TRANSIENT_STATUSES: DeploymentStatus[] = [ diff --git a/packages_generated/inference/src/v1beta1/index.gen.ts b/packages_generated/inference/src/v1beta1/index.gen.ts index e2e1ec879..b9a1f2e6e 100644 --- a/packages_generated/inference/src/v1beta1/index.gen.ts +++ b/packages_generated/inference/src/v1beta1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { ACLRule, ACLRuleRequest, @@ -44,5 +44,5 @@ export type { SetDeploymentACLRulesResponse, UpdateDeploymentRequest, UpdateEndpointRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/inference/src/v1beta1/marshalling.gen.ts b/packages_generated/inference/src/v1beta1/marshalling.gen.ts index 56ff0a34f..6830d1509 100644 --- a/packages_generated/inference/src/v1beta1/marshalling.gen.ts +++ b/packages_generated/inference/src/v1beta1/marshalling.gen.ts @@ -34,7 +34,7 @@ import type { SetDeploymentACLRulesResponse, UpdateDeploymentRequest, UpdateEndpointRequest, -} from './types.gen' +} from './types.gen.js' const unmarshalEndpointPrivateNetworkDetails = ( data: unknown, diff --git a/packages_generated/instance/src/v1/api.gen.ts b/packages_generated/instance/src/v1/api.gen.ts index 84e9507d6..d9b7e3183 100644 --- a/packages_generated/instance/src/v1/api.gen.ts +++ b/packages_generated/instance/src/v1/api.gen.ts @@ -3,8 +3,8 @@ import type { ApiLocality } from '@scaleway/sdk-client' import { - enrichForPagination, API as ParentAPI, + enrichForPagination, toApiLocality, urlParams, validatePathParam, @@ -79,9 +79,9 @@ import { unmarshalListSecurityGroupRulesResponse, unmarshalListSecurityGroupsResponse, unmarshalListServerActionsResponse, + unmarshalListServerUserDataResponse, unmarshalListServersResponse, unmarshalListServersTypesResponse, - unmarshalListServerUserDataResponse, unmarshalListSnapshotsResponse, unmarshalListVolumesResponse, unmarshalListVolumesTypesResponse, @@ -106,7 +106,7 @@ import { unmarshalUpdateServerResponse, unmarshalUpdateSnapshotResponse, unmarshalUpdateVolumeResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { ApplyBlockMigrationRequest, AttachServerFileSystemRequest, @@ -188,12 +188,12 @@ import type { ListSecurityGroupsResponse, ListServerActionsRequest, ListServerActionsResponse, + ListServerUserDataRequest, + ListServerUserDataResponse, ListServersRequest, ListServersResponse, ListServersTypesRequest, ListServersTypesResponse, - ListServerUserDataRequest, - ListServerUserDataResponse, ListSnapshotsRequest, ListSnapshotsResponse, ListVolumesRequest, @@ -232,7 +232,7 @@ import type { UpdateSnapshotResponse, UpdateVolumeRequest, UpdateVolumeResponse, -} from './types.gen' +} from './types.gen.js' import type { SetImageResponse, SetSecurityGroupRequest, @@ -243,7 +243,7 @@ import type { SetServerResponse, SetSnapshotRequest, SetSnapshotResponse, -} from './types.private.gen' +} from './types.private.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/instance/src/v1/api.utils.ts b/packages_generated/instance/src/v1/api.utils.ts index ed6a8b8b6..e4e64cdee 100644 --- a/packages_generated/instance/src/v1/api.utils.ts +++ b/packages_generated/instance/src/v1/api.utils.ts @@ -4,14 +4,14 @@ import { tryAtIntervals, validatePathParam, } from '@scaleway/sdk-client' -import { API } from './api.gen' +import { API } from './api.gen.js' import { IMAGE_TRANSIENT_STATUSES, PRIVATE_NIC_TRANSIENT_STATUSES, SERVER_TRANSIENT_STATUSES, SNAPSHOT_TRANSIENT_STATUSES, VOLUME_TRANSIENT_STATUSES, -} from './content.gen' +} from './content.gen.js' import type { CreateServerRequest, GetImageRequest, @@ -28,7 +28,7 @@ import type { UpdateServerRequest, Volume, VolumeServerTemplate, -} from './types.gen' +} from './types.gen.js' import type { AttachVolumeRequest, AttachVolumeResponse, @@ -36,7 +36,7 @@ import type { DetachVolumeResponse, GetServerUserDataRequest, SetServerUserDataRequest, -} from './types.utils' +} from './types.utils.js' const validateNotUndefined = (obj: T | undefined): T => { if (obj === undefined) throw new TypeError(`object was found undefined`) diff --git a/packages_generated/instance/src/v1/content.gen.ts b/packages_generated/instance/src/v1/content.gen.ts index 5a5e01166..3ea6cc6e6 100644 --- a/packages_generated/instance/src/v1/content.gen.ts +++ b/packages_generated/instance/src/v1/content.gen.ts @@ -12,7 +12,7 @@ import type { TaskStatus, VolumeServerState, VolumeState, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link ImageState}. */ export const IMAGE_TRANSIENT_STATUSES: ImageState[] = ['creating'] diff --git a/packages_generated/instance/src/v1/index.gen.ts b/packages_generated/instance/src/v1/index.gen.ts index b01887993..978acba71 100644 --- a/packages_generated/instance/src/v1/index.gen.ts +++ b/packages_generated/instance/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { ApplyBlockMigrationRequest, Arch, @@ -196,5 +196,5 @@ export type { VolumeTypeCapabilities, VolumeTypeConstraints, VolumeVolumeType, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/instance/src/v1/index.ts b/packages_generated/instance/src/v1/index.ts index 8cbc532f3..b11a42415 100644 --- a/packages_generated/instance/src/v1/index.ts +++ b/packages_generated/instance/src/v1/index.ts @@ -1,4 +1,4 @@ -export { InstanceV1UtilsAPI as API } from './api.utils' -export * from './content.gen' -export type * from './types.gen' -export type * from './types.utils' +export { InstanceV1UtilsAPI as API } from './api.utils.js' +export * from './content.gen.js' +export type * from './types.gen.js' +export type * from './types.utils.js' diff --git a/packages_generated/instance/src/v1/marshalling.gen.ts b/packages_generated/instance/src/v1/marshalling.gen.ts index c8d76aac8..de1249692 100644 --- a/packages_generated/instance/src/v1/marshalling.gen.ts +++ b/packages_generated/instance/src/v1/marshalling.gen.ts @@ -64,9 +64,9 @@ import type { ListSecurityGroupRulesResponse, ListSecurityGroupsResponse, ListServerActionsResponse, + ListServerUserDataResponse, ListServersResponse, ListServersTypesResponse, - ListServerUserDataResponse, ListSnapshotsResponse, ListVolumesResponse, ListVolumesTypesResponse, @@ -136,7 +136,7 @@ import type { VolumeType, VolumeTypeCapabilities, VolumeTypeConstraints, -} from './types.gen' +} from './types.gen.js' import type { SetImageResponse, SetSecurityGroupRequest, @@ -147,7 +147,7 @@ import type { SetServerResponse, SetSnapshotRequest, SetSnapshotResponse, -} from './types.private.gen' +} from './types.private.gen.js' export const unmarshalPrivateNIC = (data: unknown): PrivateNIC => { if (!isJSONObject(data)) { diff --git a/packages_generated/instance/src/v1/types.private.gen.ts b/packages_generated/instance/src/v1/types.private.gen.ts index 4551ab627..4799bfa9f 100644 --- a/packages_generated/instance/src/v1/types.private.gen.ts +++ b/packages_generated/instance/src/v1/types.private.gen.ts @@ -27,7 +27,7 @@ import type { SnapshotState, Volume, VolumeVolumeType, -} from './types.gen' +} from './types.gen.js' export interface SetImageResponse { image?: Image diff --git a/packages_generated/instance/src/v1/types.utils.ts b/packages_generated/instance/src/v1/types.utils.ts index c48305fc7..bcf151f3b 100644 --- a/packages_generated/instance/src/v1/types.utils.ts +++ b/packages_generated/instance/src/v1/types.utils.ts @@ -1,5 +1,5 @@ import type { Zone } from '@scaleway/sdk-client' -import type { Server } from './types.gen' +import type { Server } from './types.gen.js' export interface AttachVolumeRequest { zone?: Zone diff --git a/packages_generated/interlink/src/v1beta1/api.gen.ts b/packages_generated/interlink/src/v1beta1/api.gen.ts index f5dddb062..d939ec9ed 100644 --- a/packages_generated/interlink/src/v1beta1/api.gen.ts +++ b/packages_generated/interlink/src/v1beta1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { DEDICATED_CONNECTION_TRANSIENT_STATUSES as DEDICATED_CONNECTION_TRANSIENT_STATUSES_INTERLINK, LINK_TRANSIENT_STATUSES as LINK_TRANSIENT_STATUSES_INTERLINK, -} from './content.gen' +} from './content.gen.js' import { marshalAttachRoutingPolicyRequest, marshalAttachVpcRequest, @@ -31,7 +31,7 @@ import { unmarshalPartner, unmarshalPop, unmarshalRoutingPolicy, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AttachRoutingPolicyRequest, AttachVpcRequest, @@ -65,7 +65,7 @@ import type { RoutingPolicy, UpdateLinkRequest, UpdateRoutingPolicyRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/interlink/src/v1beta1/content.gen.ts b/packages_generated/interlink/src/v1beta1/content.gen.ts index f22227890..686935e79 100644 --- a/packages_generated/interlink/src/v1beta1/content.gen.ts +++ b/packages_generated/interlink/src/v1beta1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { DedicatedConnectionStatus, LinkStatus } from './types.gen' +import type { DedicatedConnectionStatus, LinkStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link DedicatedConnectionStatus}. */ export const DEDICATED_CONNECTION_TRANSIENT_STATUSES: DedicatedConnectionStatus[] = diff --git a/packages_generated/interlink/src/v1beta1/index.gen.ts b/packages_generated/interlink/src/v1beta1/index.gen.ts index 56d56089c..27a1eeb46 100644 --- a/packages_generated/interlink/src/v1beta1/index.gen.ts +++ b/packages_generated/interlink/src/v1beta1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { AttachRoutingPolicyRequest, AttachVpcRequest, @@ -48,5 +48,5 @@ export type { SelfHost, UpdateLinkRequest, UpdateRoutingPolicyRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/interlink/src/v1beta1/marshalling.gen.ts b/packages_generated/interlink/src/v1beta1/marshalling.gen.ts index 104a59a3d..1f4aff99f 100644 --- a/packages_generated/interlink/src/v1beta1/marshalling.gen.ts +++ b/packages_generated/interlink/src/v1beta1/marshalling.gen.ts @@ -28,7 +28,7 @@ import type { SelfHost, UpdateLinkRequest, UpdateRoutingPolicyRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalDedicatedConnection = ( data: unknown, diff --git a/packages_generated/iot/src/v1/api.gen.ts b/packages_generated/iot/src/v1/api.gen.ts index b7d835e7e..8d8d15a44 100644 --- a/packages_generated/iot/src/v1/api.gen.ts +++ b/packages_generated/iot/src/v1/api.gen.ts @@ -9,7 +9,7 @@ import { waitForResource, } from '@scaleway/sdk-client' import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' -import { HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES_IOT } from './content.gen' +import { HUB_TRANSIENT_STATUSES as HUB_TRANSIENT_STATUSES_IOT } from './content.gen.js' import { marshalCreateDeviceRequest, marshalCreateHubRequest, @@ -40,7 +40,7 @@ import { unmarshalRoute, unmarshalSetDeviceCertificateResponse, unmarshalTwinDocument, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateDeviceRequest, CreateDeviceResponse, @@ -96,7 +96,7 @@ import type { UpdateDeviceRequest, UpdateHubRequest, UpdateRouteRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/iot/src/v1/content.gen.ts b/packages_generated/iot/src/v1/content.gen.ts index ecf7809d8..79a84cde8 100644 --- a/packages_generated/iot/src/v1/content.gen.ts +++ b/packages_generated/iot/src/v1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { HubStatus } from './types.gen' +import type { HubStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link HubStatus}. */ export const HUB_TRANSIENT_STATUSES: HubStatus[] = ['enabling', 'disabling'] diff --git a/packages_generated/iot/src/v1/index.gen.ts b/packages_generated/iot/src/v1/index.gen.ts index 34733693e..4fcbd71c0 100644 --- a/packages_generated/iot/src/v1/index.gen.ts +++ b/packages_generated/iot/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { Certificate, CreateDeviceRequest, @@ -86,4 +86,4 @@ export type { UpdateRouteRequestDatabaseConfig, UpdateRouteRequestRestConfig, UpdateRouteRequestS3Config, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/iot/src/v1/marshalling.gen.ts b/packages_generated/iot/src/v1/marshalling.gen.ts index eff597221..7b703588d 100644 --- a/packages_generated/iot/src/v1/marshalling.gen.ts +++ b/packages_generated/iot/src/v1/marshalling.gen.ts @@ -54,7 +54,7 @@ import type { UpdateRouteRequestDatabaseConfig, UpdateRouteRequestRestConfig, UpdateRouteRequestS3Config, -} from './types.gen' +} from './types.gen.js' const unmarshalDeviceMessageFiltersRule = ( data: unknown, diff --git a/packages_generated/ipam/src/v1/api.gen.ts b/packages_generated/ipam/src/v1/api.gen.ts index a28765e22..0cfa48cbe 100644 --- a/packages_generated/ipam/src/v1/api.gen.ts +++ b/packages_generated/ipam/src/v1/api.gen.ts @@ -3,8 +3,8 @@ import type { ApiLocality } from '@scaleway/sdk-client' import { - enrichForPagination, API as ParentAPI, + enrichForPagination, resolveOneOf, toApiLocality, urlParams, @@ -19,7 +19,7 @@ import { marshalUpdateIPRequest, unmarshalIP, unmarshalListIPsResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AttachIPRequest, BookIPRequest, @@ -32,7 +32,7 @@ import type { ReleaseIPRequest, ReleaseIPSetRequest, UpdateIPRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/ipam/src/v1/index.gen.ts b/packages_generated/ipam/src/v1/index.gen.ts index eeadb21dd..c00dada34 100644 --- a/packages_generated/ipam/src/v1/index.gen.ts +++ b/packages_generated/ipam/src/v1/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './marshalling.gen.js' export type { AttachIPRequest, BookIPRequest, @@ -20,5 +20,5 @@ export type { Reverse, Source, UpdateIPRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/ipam/src/v1/marshalling.gen.ts b/packages_generated/ipam/src/v1/marshalling.gen.ts index 7269872f0..4d57df909 100644 --- a/packages_generated/ipam/src/v1/marshalling.gen.ts +++ b/packages_generated/ipam/src/v1/marshalling.gen.ts @@ -21,7 +21,7 @@ import type { Reverse, Source, UpdateIPRequest, -} from './types.gen' +} from './types.gen.js' const unmarshalResource = (data: unknown): Resource => { if (!isJSONObject(data)) { diff --git a/packages_generated/jobs/src/v1alpha1/api.gen.ts b/packages_generated/jobs/src/v1alpha1/api.gen.ts index 230c236f8..77ec3ce65 100644 --- a/packages_generated/jobs/src/v1alpha1/api.gen.ts +++ b/packages_generated/jobs/src/v1alpha1/api.gen.ts @@ -24,7 +24,7 @@ import { unmarshalListJobsResourcesResponse, unmarshalSecret, unmarshalStartJobDefinitionResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateJobDefinitionRequest, CreateJobDefinitionSecretsRequest, @@ -52,7 +52,7 @@ import type { StopJobRunRequest, UpdateJobDefinitionRequest, UpdateJobDefinitionSecretRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/jobs/src/v1alpha1/content.gen.ts b/packages_generated/jobs/src/v1alpha1/content.gen.ts index 704b4c53a..59ed63fd3 100644 --- a/packages_generated/jobs/src/v1alpha1/content.gen.ts +++ b/packages_generated/jobs/src/v1alpha1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { JobRunState } from './types.gen' +import type { JobRunState } from './types.gen.js' /** Lists transient statutes of the enum {@link JobRunState}. */ export const JOB_RUN_TRANSIENT_STATUSES: JobRunState[] = [ diff --git a/packages_generated/jobs/src/v1alpha1/index.gen.ts b/packages_generated/jobs/src/v1alpha1/index.gen.ts index b061a3d56..9b3f0117b 100644 --- a/packages_generated/jobs/src/v1alpha1/index.gen.ts +++ b/packages_generated/jobs/src/v1alpha1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateJobDefinitionRequest, CreateJobDefinitionRequestCronScheduleConfig, @@ -40,5 +40,5 @@ export type { UpdateJobDefinitionRequest, UpdateJobDefinitionRequestCronScheduleConfig, UpdateJobDefinitionSecretRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/jobs/src/v1alpha1/marshalling.gen.ts b/packages_generated/jobs/src/v1alpha1/marshalling.gen.ts index e00556f77..9317bc176 100644 --- a/packages_generated/jobs/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/jobs/src/v1alpha1/marshalling.gen.ts @@ -31,7 +31,7 @@ import type { UpdateJobDefinitionRequest, UpdateJobDefinitionRequestCronScheduleConfig, UpdateJobDefinitionSecretRequest, -} from './types.gen' +} from './types.gen.js' const unmarshalSecretEnvVar = (data: unknown): SecretEnvVar => { if (!isJSONObject(data)) { diff --git a/packages_generated/k8s/src/v1/api.gen.ts b/packages_generated/k8s/src/v1/api.gen.ts index f670c3e41..8f226f84b 100644 --- a/packages_generated/k8s/src/v1/api.gen.ts +++ b/packages_generated/k8s/src/v1/api.gen.ts @@ -13,7 +13,7 @@ import { CLUSTER_TRANSIENT_STATUSES as CLUSTER_TRANSIENT_STATUSES_K8S, NODE_TRANSIENT_STATUSES as NODE_TRANSIENT_STATUSES_K8S, POOL_TRANSIENT_STATUSES as POOL_TRANSIENT_STATUSES_K8S, -} from './content.gen' +} from './content.gen.js' import { marshalAddClusterACLRulesRequest, marshalCreateClusterRequest, @@ -42,7 +42,7 @@ import { unmarshalPool, unmarshalSetClusterACLRulesResponse, unmarshalVersion, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AddClusterACLRulesRequest, AddClusterACLRulesResponse, @@ -94,7 +94,7 @@ import type { UpgradeClusterRequest, UpgradePoolRequest, Version, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/k8s/src/v1/api.utils.ts b/packages_generated/k8s/src/v1/api.utils.ts index a362e91c9..a7a75adb0 100644 --- a/packages_generated/k8s/src/v1/api.utils.ts +++ b/packages_generated/k8s/src/v1/api.utils.ts @@ -1,5 +1,5 @@ -import { API } from './api.gen' -import type { GetClusterKubeConfigRequest } from './types.gen' +import { API } from './api.gen.js' +import type { GetClusterKubeConfigRequest } from './types.gen.js' export class K8SUtilsAPI extends API { /** diff --git a/packages_generated/k8s/src/v1/content.gen.ts b/packages_generated/k8s/src/v1/content.gen.ts index 89bbdf5d8..83f81cf6b 100644 --- a/packages_generated/k8s/src/v1/content.gen.ts +++ b/packages_generated/k8s/src/v1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { ClusterStatus, NodeStatus, PoolStatus } from './types.gen' +import type { ClusterStatus, NodeStatus, PoolStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link ClusterStatus}. */ export const CLUSTER_TRANSIENT_STATUSES: ClusterStatus[] = [ diff --git a/packages_generated/k8s/src/v1/index.gen.ts b/packages_generated/k8s/src/v1/index.gen.ts index f1d134b7d..6e56cfcc7 100644 --- a/packages_generated/k8s/src/v1/index.gen.ts +++ b/packages_generated/k8s/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { ACLRule, ACLRuleRequest, @@ -88,5 +88,5 @@ export type { UpgradeClusterRequest, UpgradePoolRequest, Version, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/k8s/src/v1/index.ts b/packages_generated/k8s/src/v1/index.ts index 841da6f64..a4aa759cb 100644 --- a/packages_generated/k8s/src/v1/index.ts +++ b/packages_generated/k8s/src/v1/index.ts @@ -1,4 +1,4 @@ -export { K8SUtilsAPI as API } from './api.utils' -export * from './content.gen' -export type * from './types.gen' -export * as ValidationRules from './validation-rules.gen' +export { K8SUtilsAPI as API } from './api.utils.js' +export * from './content.gen.js' +export type * from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/k8s/src/v1/marshalling.gen.ts b/packages_generated/k8s/src/v1/marshalling.gen.ts index a987a8c15..417f6bdb6 100644 --- a/packages_generated/k8s/src/v1/marshalling.gen.ts +++ b/packages_generated/k8s/src/v1/marshalling.gen.ts @@ -56,7 +56,7 @@ import type { UpgradeClusterRequest, UpgradePoolRequest, Version, -} from './types.gen' +} from './types.gen.js' const unmarshalPoolUpgradePolicy = (data: unknown): PoolUpgradePolicy => { if (!isJSONObject(data)) { diff --git a/packages_generated/key_manager/src/v1alpha1/api.gen.ts b/packages_generated/key_manager/src/v1alpha1/api.gen.ts index fc4597614..9552096b9 100644 --- a/packages_generated/key_manager/src/v1alpha1/api.gen.ts +++ b/packages_generated/key_manager/src/v1alpha1/api.gen.ts @@ -3,8 +3,8 @@ import type { ApiLocality } from '@scaleway/sdk-client' import { - enrichForPagination, API as ParentAPI, + enrichForPagination, toApiLocality, urlParams, validatePathParam, @@ -26,7 +26,7 @@ import { unmarshalPublicKey, unmarshalSignResponse, unmarshalVerifyResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateKeyRequest, DataKey, @@ -55,7 +55,7 @@ import type { UpdateKeyRequest, VerifyRequest, VerifyResponse, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/key_manager/src/v1alpha1/index.gen.ts b/packages_generated/key_manager/src/v1alpha1/index.gen.ts index 86ba77426..4aed9ac31 100644 --- a/packages_generated/key_manager/src/v1alpha1/index.gen.ts +++ b/packages_generated/key_manager/src/v1alpha1/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './marshalling.gen.js' export type { CreateKeyRequest, DataKey, @@ -40,4 +40,4 @@ export type { UpdateKeyRequest, VerifyRequest, VerifyResponse, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/key_manager/src/v1alpha1/marshalling.gen.ts b/packages_generated/key_manager/src/v1alpha1/marshalling.gen.ts index a008527ed..0f989d881 100644 --- a/packages_generated/key_manager/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/key_manager/src/v1alpha1/marshalling.gen.ts @@ -27,7 +27,7 @@ import type { UpdateKeyRequest, VerifyRequest, VerifyResponse, -} from './types.gen' +} from './types.gen.js' const unmarshalKeyRotationPolicy = (data: unknown): KeyRotationPolicy => { if (!isJSONObject(data)) { diff --git a/packages_generated/lb/src/v1/api.gen.ts b/packages_generated/lb/src/v1/api.gen.ts index c0cf7f29c..f6bab57b1 100644 --- a/packages_generated/lb/src/v1/api.gen.ts +++ b/packages_generated/lb/src/v1/api.gen.ts @@ -3,8 +3,8 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { - enrichForPagination, API as ParentAPI, + enrichForPagination, toApiLocality, urlParams, validatePathParam, @@ -13,7 +13,7 @@ import { import { CERTIFICATE_TRANSIENT_STATUSES as CERTIFICATE_TRANSIENT_STATUSES_LB, LB_TRANSIENT_STATUSES as LB_TRANSIENT_STATUSES_LB, -} from './content.gen' +} from './content.gen.js' import { marshalAddBackendServersRequest, marshalAttachPrivateNetworkRequest, @@ -78,15 +78,15 @@ import { unmarshalListFrontendsResponse, unmarshalListIpsResponse, unmarshalListLbPrivateNetworksResponse, - unmarshalListLbsResponse, unmarshalListLbTypesResponse, + unmarshalListLbsResponse, unmarshalListRoutesResponse, unmarshalListSubscriberResponse, unmarshalPrivateNetwork, unmarshalRoute, unmarshalSetAclsResponse, unmarshalSubscriber, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { Acl, AddBackendServersRequest, @@ -137,10 +137,10 @@ import type { ListIpsResponse, ListLbPrivateNetworksRequest, ListLbPrivateNetworksResponse, - ListLbsRequest, - ListLbsResponse, ListLbTypesRequest, ListLbTypesResponse, + ListLbsRequest, + ListLbsResponse, ListRoutesRequest, ListRoutesResponse, ListSubscriberRequest, @@ -152,8 +152,8 @@ import type { Route, SetAclsResponse, SetBackendServersRequest, - Subscriber, SubscribeToLbRequest, + Subscriber, UnsubscribeFromLbRequest, UpdateAclRequest, UpdateBackendRequest, @@ -198,8 +198,8 @@ import type { ZonedApiListFrontendsRequest, ZonedApiListIPsRequest, ZonedApiListLbPrivateNetworksRequest, - ZonedApiListLbsRequest, ZonedApiListLbTypesRequest, + ZonedApiListLbsRequest, ZonedApiListRoutesRequest, ZonedApiListSubscriberRequest, ZonedApiMigrateLbRequest, @@ -218,7 +218,7 @@ import type { ZonedApiUpdateLbRequest, ZonedApiUpdateRouteRequest, ZonedApiUpdateSubscriberRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/lb/src/v1/content.gen.ts b/packages_generated/lb/src/v1/content.gen.ts index 61604bfe0..c07735bc0 100644 --- a/packages_generated/lb/src/v1/content.gen.ts +++ b/packages_generated/lb/src/v1/content.gen.ts @@ -5,7 +5,7 @@ import type { InstanceStatus, LbStatus, PrivateNetworkStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link CertificateStatus}. */ export const CERTIFICATE_TRANSIENT_STATUSES: CertificateStatus[] = ['pending'] diff --git a/packages_generated/lb/src/v1/index.gen.ts b/packages_generated/lb/src/v1/index.gen.ts index 4287dc628..8bb140c6f 100644 --- a/packages_generated/lb/src/v1/index.gen.ts +++ b/packages_generated/lb/src/v1/index.gen.ts @@ -3,9 +3,9 @@ export { API, ZonedAPI, -} from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +} from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { Acl, AclAction, @@ -185,5 +185,5 @@ export type { ZonedApiUpdateLbRequest, ZonedApiUpdateRouteRequest, ZonedApiUpdateSubscriberRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/lb/src/v1/marshalling.gen.ts b/packages_generated/lb/src/v1/marshalling.gen.ts index 08333a335..096428d7f 100644 --- a/packages_generated/lb/src/v1/marshalling.gen.ts +++ b/packages_generated/lb/src/v1/marshalling.gen.ts @@ -50,8 +50,8 @@ import type { ListFrontendsResponse, ListIpsResponse, ListLbPrivateNetworksResponse, - ListLbsResponse, ListLbTypesResponse, + ListLbsResponse, ListRoutesResponse, ListSubscriberResponse, MigrateLbRequest, @@ -64,10 +64,10 @@ import type { RouteMatch, SetAclsResponse, SetBackendServersRequest, + SubscribeToLbRequest, Subscriber, SubscriberEmailConfig, SubscriberWebhookConfig, - SubscribeToLbRequest, UpdateAclRequest, UpdateBackendRequest, UpdateCertificateRequest, @@ -102,7 +102,7 @@ import type { ZonedApiUpdateLbRequest, ZonedApiUpdateRouteRequest, ZonedApiUpdateSubscriberRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalIp = (data: unknown): Ip => { if (!isJSONObject(data)) { diff --git a/packages_generated/marketplace/src/v2/api.gen.ts b/packages_generated/marketplace/src/v2/api.gen.ts index b9c86ae89..2e9eb8dfe 100644 --- a/packages_generated/marketplace/src/v2/api.gen.ts +++ b/packages_generated/marketplace/src/v2/api.gen.ts @@ -16,7 +16,7 @@ import { unmarshalListVersionsResponse, unmarshalLocalImage, unmarshalVersion, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { Category, GetCategoryRequest, @@ -34,7 +34,7 @@ import type { ListVersionsResponse, LocalImage, Version, -} from './types.gen' +} from './types.gen.js' /** * Marketplace API. diff --git a/packages_generated/marketplace/src/v2/index.gen.ts b/packages_generated/marketplace/src/v2/index.gen.ts index 5428863da..fc530d006 100644 --- a/packages_generated/marketplace/src/v2/index.gen.ts +++ b/packages_generated/marketplace/src/v2/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './marshalling.gen.js' export type { Category, GetCategoryRequest, @@ -23,4 +23,4 @@ export type { LocalImage, LocalImageType, Version, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/marketplace/src/v2/marshalling.gen.ts b/packages_generated/marketplace/src/v2/marshalling.gen.ts index 86125e4a1..d8a8bc418 100644 --- a/packages_generated/marketplace/src/v2/marshalling.gen.ts +++ b/packages_generated/marketplace/src/v2/marshalling.gen.ts @@ -14,7 +14,7 @@ import type { ListVersionsResponse, LocalImage, Version, -} from './types.gen' +} from './types.gen.js' export const unmarshalCategory = (data: unknown): Category => { if (!isJSONObject(data)) { diff --git a/packages_generated/mnq/src/v1beta1/api.gen.ts b/packages_generated/mnq/src/v1beta1/api.gen.ts index 044f580a3..fdac18a72 100644 --- a/packages_generated/mnq/src/v1beta1/api.gen.ts +++ b/packages_generated/mnq/src/v1beta1/api.gen.ts @@ -30,7 +30,7 @@ import { unmarshalSnsInfo, unmarshalSqsCredentials, unmarshalSqsInfo, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { ListNatsAccountsResponse, ListNatsCredentialsResponse, @@ -67,7 +67,7 @@ import type { SqsApiUpdateSqsCredentialsRequest, SqsCredentials, SqsInfo, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/mnq/src/v1beta1/index.gen.ts b/packages_generated/mnq/src/v1beta1/index.gen.ts index 39d5ca375..04355237e 100644 --- a/packages_generated/mnq/src/v1beta1/index.gen.ts +++ b/packages_generated/mnq/src/v1beta1/index.gen.ts @@ -4,8 +4,8 @@ export { NatsAPI, SnsAPI, SqsAPI, -} from './api.gen' -export * from './marshalling.gen' +} from './api.gen.js' +export * from './marshalling.gen.js' export type { File, ListNatsAccountsRequestOrderBy, @@ -51,5 +51,5 @@ export type { SqsInfo, SqsInfoStatus, SqsPermissions, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/mnq/src/v1beta1/marshalling.gen.ts b/packages_generated/mnq/src/v1beta1/marshalling.gen.ts index 2e6b582c7..a084c48de 100644 --- a/packages_generated/mnq/src/v1beta1/marshalling.gen.ts +++ b/packages_generated/mnq/src/v1beta1/marshalling.gen.ts @@ -32,7 +32,7 @@ import type { SqsCredentials, SqsInfo, SqsPermissions, -} from './types.gen' +} from './types.gen.js' export const unmarshalNatsAccount = (data: unknown): NatsAccount => { if (!isJSONObject(data)) { diff --git a/packages_generated/mongodb/src/v1/api.gen.ts b/packages_generated/mongodb/src/v1/api.gen.ts index 987f6423f..61812ce1c 100644 --- a/packages_generated/mongodb/src/v1/api.gen.ts +++ b/packages_generated/mongodb/src/v1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES_MONGODB, SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_MONGODB, -} from './content.gen' +} from './content.gen.js' import { marshalCreateEndpointRequest, marshalCreateInstanceRequest, @@ -33,7 +33,7 @@ import { unmarshalListVersionsResponse, unmarshalSnapshot, unmarshalUser, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateEndpointRequest, CreateInstanceRequest, @@ -66,7 +66,7 @@ import type { UpdateUserRequest, UpgradeInstanceRequest, User, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/mongodb/src/v1/content.gen.ts b/packages_generated/mongodb/src/v1/content.gen.ts index 9b9df80fd..aba79fb49 100644 --- a/packages_generated/mongodb/src/v1/content.gen.ts +++ b/packages_generated/mongodb/src/v1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { InstanceStatus, SnapshotStatus } from './types.gen' +import type { InstanceStatus, SnapshotStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link InstanceStatus}. */ export const INSTANCE_TRANSIENT_STATUSES: InstanceStatus[] = [ diff --git a/packages_generated/mongodb/src/v1/index.gen.ts b/packages_generated/mongodb/src/v1/index.gen.ts index 252c81fb2..8c77f28d0 100644 --- a/packages_generated/mongodb/src/v1/index.gen.ts +++ b/packages_generated/mongodb/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateEndpointRequest, CreateInstanceRequest, @@ -54,5 +54,5 @@ export type { Version, Volume, VolumeType, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/mongodb/src/v1/marshalling.gen.ts b/packages_generated/mongodb/src/v1/marshalling.gen.ts index 74bea5f77..31d7972a4 100644 --- a/packages_generated/mongodb/src/v1/marshalling.gen.ts +++ b/packages_generated/mongodb/src/v1/marshalling.gen.ts @@ -39,7 +39,7 @@ import type { UserRole, Version, Volume, -} from './types.gen' +} from './types.gen.js' const unmarshalEndpointPrivateNetworkDetails = ( data: unknown, diff --git a/packages_generated/mongodb/src/v1alpha1/api.gen.ts b/packages_generated/mongodb/src/v1alpha1/api.gen.ts index 10297b9d5..9d1cc1279 100644 --- a/packages_generated/mongodb/src/v1alpha1/api.gen.ts +++ b/packages_generated/mongodb/src/v1alpha1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES_MONGODB, SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_MONGODB, -} from './content.gen' +} from './content.gen.js' import { marshalCreateEndpointRequest, marshalCreateInstanceRequest, @@ -33,7 +33,7 @@ import { unmarshalListVersionsResponse, unmarshalSnapshot, unmarshalUser, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateEndpointRequest, CreateInstanceRequest, @@ -66,7 +66,7 @@ import type { UpdateUserRequest, UpgradeInstanceRequest, User, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/mongodb/src/v1alpha1/content.gen.ts b/packages_generated/mongodb/src/v1alpha1/content.gen.ts index 9b9df80fd..aba79fb49 100644 --- a/packages_generated/mongodb/src/v1alpha1/content.gen.ts +++ b/packages_generated/mongodb/src/v1alpha1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { InstanceStatus, SnapshotStatus } from './types.gen' +import type { InstanceStatus, SnapshotStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link InstanceStatus}. */ export const INSTANCE_TRANSIENT_STATUSES: InstanceStatus[] = [ diff --git a/packages_generated/mongodb/src/v1alpha1/index.gen.ts b/packages_generated/mongodb/src/v1alpha1/index.gen.ts index 926c5b2e3..b606177a3 100644 --- a/packages_generated/mongodb/src/v1alpha1/index.gen.ts +++ b/packages_generated/mongodb/src/v1alpha1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateEndpointRequest, CreateInstanceRequest, @@ -60,5 +60,5 @@ export type { Version, Volume, VolumeType, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/mongodb/src/v1alpha1/marshalling.gen.ts b/packages_generated/mongodb/src/v1alpha1/marshalling.gen.ts index 5d43990d8..1e950cea1 100644 --- a/packages_generated/mongodb/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/mongodb/src/v1alpha1/marshalling.gen.ts @@ -44,7 +44,7 @@ import type { UserRole, Version, Volume, -} from './types.gen' +} from './types.gen.js' const unmarshalEndpointPrivateNetworkDetails = ( data: unknown, diff --git a/packages_generated/product_catalog/src/v2alpha1/api.gen.ts b/packages_generated/product_catalog/src/v2alpha1/api.gen.ts index a32c93540..b6c9379fc 100644 --- a/packages_generated/product_catalog/src/v2alpha1/api.gen.ts +++ b/packages_generated/product_catalog/src/v2alpha1/api.gen.ts @@ -3,16 +3,16 @@ import type { Region as ScwRegion, Zone as ScwZone } from '@scaleway/sdk-client' import { - enrichForPagination, API as ParentAPI, + enrichForPagination, resolveOneOf, urlParams, } from '@scaleway/sdk-client' -import { unmarshalListPublicCatalogProductsResponse } from './marshalling.gen' +import { unmarshalListPublicCatalogProductsResponse } from './marshalling.gen.js' import type { ListPublicCatalogProductsResponse, PublicCatalogApiListPublicCatalogProductsRequest, -} from './types.gen' +} from './types.gen.js' /** * Product Catalog API. diff --git a/packages_generated/product_catalog/src/v2alpha1/index.gen.ts b/packages_generated/product_catalog/src/v2alpha1/index.gen.ts index e367a7bf8..efda920cc 100644 --- a/packages_generated/product_catalog/src/v2alpha1/index.gen.ts +++ b/packages_generated/product_catalog/src/v2alpha1/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { PublicCatalogAPI } from './api.gen' -export * from './marshalling.gen' +export { PublicCatalogAPI } from './api.gen.js' +export * from './marshalling.gen.js' export type { ListPublicCatalogProductsRequestProductType, ListPublicCatalogProductsResponse, @@ -28,5 +28,5 @@ export type { PublicCatalogProductStatus, PublicCatalogProductUnitOfMeasure, PublicCatalogProductUnitOfMeasureCountableUnit, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/product_catalog/src/v2alpha1/marshalling.gen.ts b/packages_generated/product_catalog/src/v2alpha1/marshalling.gen.ts index 86c6021fe..b32dbfdb2 100644 --- a/packages_generated/product_catalog/src/v2alpha1/marshalling.gen.ts +++ b/packages_generated/product_catalog/src/v2alpha1/marshalling.gen.ts @@ -27,7 +27,7 @@ import type { PublicCatalogProductPropertiesHardwareStorage, PublicCatalogProductPropertiesInstance, PublicCatalogProductUnitOfMeasure, -} from './types.gen' +} from './types.gen.js' const unmarshalPublicCatalogProductPropertiesHardwareCPUPhysical = ( data: unknown, diff --git a/packages_generated/qaas/src/v1alpha1/api.gen.ts b/packages_generated/qaas/src/v1alpha1/api.gen.ts index 2195be7e3..9c1cf7481 100644 --- a/packages_generated/qaas/src/v1alpha1/api.gen.ts +++ b/packages_generated/qaas/src/v1alpha1/api.gen.ts @@ -14,7 +14,7 @@ import { JOB_TRANSIENT_STATUSES as JOB_TRANSIENT_STATUSES_QAAS, PROCESS_TRANSIENT_STATUSES as PROCESS_TRANSIENT_STATUSES_QAAS, SESSION_TRANSIENT_STATUSES as SESSION_TRANSIENT_STATUSES_QAAS, -} from './content.gen' +} from './content.gen.js' import { marshalCreateJobRequest, marshalCreateProcessRequest, @@ -39,7 +39,7 @@ import { unmarshalPlatform, unmarshalProcess, unmarshalSession, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { Application, Booking, @@ -86,7 +86,7 @@ import type { UpdateJobRequest, UpdateProcessRequest, UpdateSessionRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/qaas/src/v1alpha1/content.gen.ts b/packages_generated/qaas/src/v1alpha1/content.gen.ts index 903da1b20..67ac37543 100644 --- a/packages_generated/qaas/src/v1alpha1/content.gen.ts +++ b/packages_generated/qaas/src/v1alpha1/content.gen.ts @@ -5,7 +5,7 @@ import type { JobStatus, ProcessStatus, SessionStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link BookingStatus}. */ export const BOOKING_TRANSIENT_STATUSES: BookingStatus[] = [ diff --git a/packages_generated/qaas/src/v1alpha1/index.gen.ts b/packages_generated/qaas/src/v1alpha1/index.gen.ts index b1b7edd99..e41f3ca4b 100644 --- a/packages_generated/qaas/src/v1alpha1/index.gen.ts +++ b/packages_generated/qaas/src/v1alpha1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { Application, ApplicationType, @@ -73,5 +73,5 @@ export type { UpdateJobRequest, UpdateProcessRequest, UpdateSessionRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/qaas/src/v1alpha1/marshalling.gen.ts b/packages_generated/qaas/src/v1alpha1/marshalling.gen.ts index 8099b02b8..617402a06 100644 --- a/packages_generated/qaas/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/qaas/src/v1alpha1/marshalling.gen.ts @@ -37,7 +37,7 @@ import type { UpdateJobRequest, UpdateProcessRequest, UpdateSessionRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalJobCircuit = (data: unknown): JobCircuit => { if (!isJSONObject(data)) { diff --git a/packages_generated/rdb/src/v1/api.gen.ts b/packages_generated/rdb/src/v1/api.gen.ts index 594c42b9f..86fe71ece 100644 --- a/packages_generated/rdb/src/v1/api.gen.ts +++ b/packages_generated/rdb/src/v1/api.gen.ts @@ -15,7 +15,7 @@ import { INSTANCE_TRANSIENT_STATUSES as INSTANCE_TRANSIENT_STATUSES_RDB, READ_REPLICA_TRANSIENT_STATUSES as READ_REPLICA_TRANSIENT_STATUSES_RDB, SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_RDB, -} from './content.gen' +} from './content.gen.js' import { marshalAddInstanceACLRulesRequest, marshalAddInstanceSettingsRequest, @@ -72,7 +72,7 @@ import { unmarshalSetInstanceSettingsResponse, unmarshalSnapshot, unmarshalUser, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AddInstanceACLRulesRequest, AddInstanceACLRulesResponse, @@ -161,7 +161,7 @@ import type { UpdateUserRequest, UpgradeInstanceRequest, User, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/rdb/src/v1/content.gen.ts b/packages_generated/rdb/src/v1/content.gen.ts index 231b71dc2..d0e0f5efa 100644 --- a/packages_generated/rdb/src/v1/content.gen.ts +++ b/packages_generated/rdb/src/v1/content.gen.ts @@ -7,7 +7,7 @@ import type { MaintenanceStatus, ReadReplicaStatus, SnapshotStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link DatabaseBackupStatus}. */ export const DATABASE_BACKUP_TRANSIENT_STATUSES: DatabaseBackupStatus[] = [ diff --git a/packages_generated/rdb/src/v1/index.gen.ts b/packages_generated/rdb/src/v1/index.gen.ts index c64843267..a2847b9bd 100644 --- a/packages_generated/rdb/src/v1/index.gen.ts +++ b/packages_generated/rdb/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { ACLRule, ACLRuleAction, @@ -142,5 +142,5 @@ export type { User, Volume, VolumeType, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/rdb/src/v1/marshalling.gen.ts b/packages_generated/rdb/src/v1/marshalling.gen.ts index dd8895fcf..49a6afea8 100644 --- a/packages_generated/rdb/src/v1/marshalling.gen.ts +++ b/packages_generated/rdb/src/v1/marshalling.gen.ts @@ -93,7 +93,7 @@ import type { UpgradeInstanceRequestMajorUpgradeWorkflow, User, Volume, -} from './types.gen' +} from './types.gen.js' const unmarshalEndpointDirectAccessDetails = ( data: unknown, diff --git a/packages_generated/redis/src/v1/api.gen.ts b/packages_generated/redis/src/v1/api.gen.ts index 0eec685ac..89f06a92c 100644 --- a/packages_generated/redis/src/v1/api.gen.ts +++ b/packages_generated/redis/src/v1/api.gen.ts @@ -9,7 +9,7 @@ import { waitForResource, } from '@scaleway/sdk-client' import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' -import { CLUSTER_TRANSIENT_STATUSES as CLUSTER_TRANSIENT_STATUSES_REDIS } from './content.gen' +import { CLUSTER_TRANSIENT_STATUSES as CLUSTER_TRANSIENT_STATUSES_REDIS } from './content.gen.js' import { marshalAddAclRulesRequest, marshalAddClusterSettingsRequest, @@ -33,7 +33,7 @@ import { unmarshalListNodeTypesResponse, unmarshalSetAclRulesResponse, unmarshalSetEndpointsResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { ACLRule, AddAclRulesRequest, @@ -70,7 +70,7 @@ import type { SetEndpointsResponse, UpdateClusterRequest, UpdateEndpointRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/redis/src/v1/content.gen.ts b/packages_generated/redis/src/v1/content.gen.ts index 29e34e152..82f6d2ab6 100644 --- a/packages_generated/redis/src/v1/content.gen.ts +++ b/packages_generated/redis/src/v1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { ClusterStatus } from './types.gen' +import type { ClusterStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link ClusterStatus}. */ export const CLUSTER_TRANSIENT_STATUSES: ClusterStatus[] = [ diff --git a/packages_generated/redis/src/v1/index.gen.ts b/packages_generated/redis/src/v1/index.gen.ts index 0754eaef0..99c8396c2 100644 --- a/packages_generated/redis/src/v1/index.gen.ts +++ b/packages_generated/redis/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { ACLRule, ACLRuleSpec, @@ -55,4 +55,4 @@ export type { SetEndpointsResponse, UpdateClusterRequest, UpdateEndpointRequest, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/redis/src/v1/marshalling.gen.ts b/packages_generated/redis/src/v1/marshalling.gen.ts index 730dbce2a..e76c1a187 100644 --- a/packages_generated/redis/src/v1/marshalling.gen.ts +++ b/packages_generated/redis/src/v1/marshalling.gen.ts @@ -43,7 +43,7 @@ import type { SetEndpointsResponse, UpdateClusterRequest, UpdateEndpointRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalACLRule = (data: unknown): ACLRule => { if (!isJSONObject(data)) { diff --git a/packages_generated/registry/src/v1/api.gen.ts b/packages_generated/registry/src/v1/api.gen.ts index c86861b30..50986498e 100644 --- a/packages_generated/registry/src/v1/api.gen.ts +++ b/packages_generated/registry/src/v1/api.gen.ts @@ -13,7 +13,7 @@ import { IMAGE_TRANSIENT_STATUSES as IMAGE_TRANSIENT_STATUSES_REGISTRY, NAMESPACE_TRANSIENT_STATUSES as NAMESPACE_TRANSIENT_STATUSES_REGISTRY, TAG_TRANSIENT_STATUSES as TAG_TRANSIENT_STATUSES_REGISTRY, -} from './content.gen' +} from './content.gen.js' import { marshalCreateNamespaceRequest, marshalUpdateImageRequest, @@ -24,7 +24,7 @@ import { unmarshalListTagsResponse, unmarshalNamespace, unmarshalTag, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateNamespaceRequest, DeleteImageRequest, @@ -44,7 +44,7 @@ import type { Tag, UpdateImageRequest, UpdateNamespaceRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/registry/src/v1/content.gen.ts b/packages_generated/registry/src/v1/content.gen.ts index b9a47d235..7fb07f7cc 100644 --- a/packages_generated/registry/src/v1/content.gen.ts +++ b/packages_generated/registry/src/v1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { ImageStatus, NamespaceStatus, TagStatus } from './types.gen' +import type { ImageStatus, NamespaceStatus, TagStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link ImageStatus}. */ export const IMAGE_TRANSIENT_STATUSES: ImageStatus[] = ['deleting'] diff --git a/packages_generated/registry/src/v1/index.gen.ts b/packages_generated/registry/src/v1/index.gen.ts index eef5ef5fc..d670570cc 100644 --- a/packages_generated/registry/src/v1/index.gen.ts +++ b/packages_generated/registry/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateNamespaceRequest, DeleteImageRequest, @@ -29,4 +29,4 @@ export type { TagStatus, UpdateImageRequest, UpdateNamespaceRequest, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/registry/src/v1/marshalling.gen.ts b/packages_generated/registry/src/v1/marshalling.gen.ts index a3c69ee20..72e8aadf4 100644 --- a/packages_generated/registry/src/v1/marshalling.gen.ts +++ b/packages_generated/registry/src/v1/marshalling.gen.ts @@ -18,7 +18,7 @@ import type { Tag, UpdateImageRequest, UpdateNamespaceRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalImage = (data: unknown): Image => { if (!isJSONObject(data)) { diff --git a/packages_generated/secret/src/v1beta1/api.gen.ts b/packages_generated/secret/src/v1beta1/api.gen.ts index 7fc2b8d08..f597e734e 100644 --- a/packages_generated/secret/src/v1beta1/api.gen.ts +++ b/packages_generated/secret/src/v1beta1/api.gen.ts @@ -22,7 +22,7 @@ import { unmarshalListTagsResponse, unmarshalSecret, unmarshalSecretVersion, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AccessSecretVersionByPathRequest, AccessSecretVersionRequest, @@ -54,7 +54,7 @@ import type { UnprotectSecretRequest, UpdateSecretRequest, UpdateSecretVersionRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/secret/src/v1beta1/index.gen.ts b/packages_generated/secret/src/v1beta1/index.gen.ts index cc7ccece4..b1b96e3bd 100644 --- a/packages_generated/secret/src/v1beta1/index.gen.ts +++ b/packages_generated/secret/src/v1beta1/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './marshalling.gen.js' export type { AccessSecretVersionByPathRequest, AccessSecretVersionRequest, @@ -48,5 +48,5 @@ export type { UnprotectSecretRequest, UpdateSecretRequest, UpdateSecretVersionRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/secret/src/v1beta1/marshalling.gen.ts b/packages_generated/secret/src/v1beta1/marshalling.gen.ts index 1ba736dd0..71190acab 100644 --- a/packages_generated/secret/src/v1beta1/marshalling.gen.ts +++ b/packages_generated/secret/src/v1beta1/marshalling.gen.ts @@ -25,7 +25,7 @@ import type { SecretVersion, UpdateSecretRequest, UpdateSecretVersionRequest, -} from './types.gen' +} from './types.gen.js' const unmarshalEphemeralProperties = (data: unknown): EphemeralProperties => { if (!isJSONObject(data)) { diff --git a/packages_generated/serverless_sqldb/src/v1alpha1/api.gen.ts b/packages_generated/serverless_sqldb/src/v1alpha1/api.gen.ts index add4cb95a..e1843dabb 100644 --- a/packages_generated/serverless_sqldb/src/v1alpha1/api.gen.ts +++ b/packages_generated/serverless_sqldb/src/v1alpha1/api.gen.ts @@ -9,7 +9,7 @@ import { waitForResource, } from '@scaleway/sdk-client' import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' -import { DATABASE_TRANSIENT_STATUSES as DATABASE_TRANSIENT_STATUSES_SERVERLESS_SQLDB } from './content.gen' +import { DATABASE_TRANSIENT_STATUSES as DATABASE_TRANSIENT_STATUSES_SERVERLESS_SQLDB } from './content.gen.js' import { marshalCreateDatabaseRequest, marshalRestoreDatabaseFromBackupRequest, @@ -18,7 +18,7 @@ import { unmarshalDatabaseBackup, unmarshalListDatabaseBackupsResponse, unmarshalListDatabasesResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateDatabaseRequest, Database, @@ -33,7 +33,7 @@ import type { ListDatabasesResponse, RestoreDatabaseFromBackupRequest, UpdateDatabaseRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/serverless_sqldb/src/v1alpha1/content.gen.ts b/packages_generated/serverless_sqldb/src/v1alpha1/content.gen.ts index b89350238..62ecfc1fa 100644 --- a/packages_generated/serverless_sqldb/src/v1alpha1/content.gen.ts +++ b/packages_generated/serverless_sqldb/src/v1alpha1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { DatabaseStatus } from './types.gen' +import type { DatabaseStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link DatabaseStatus}. */ export const DATABASE_TRANSIENT_STATUSES: DatabaseStatus[] = [ diff --git a/packages_generated/serverless_sqldb/src/v1alpha1/index.gen.ts b/packages_generated/serverless_sqldb/src/v1alpha1/index.gen.ts index ec78fb898..515a68121 100644 --- a/packages_generated/serverless_sqldb/src/v1alpha1/index.gen.ts +++ b/packages_generated/serverless_sqldb/src/v1alpha1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateDatabaseRequest, Database, @@ -21,5 +21,5 @@ export type { ListDatabasesResponse, RestoreDatabaseFromBackupRequest, UpdateDatabaseRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/serverless_sqldb/src/v1alpha1/marshalling.gen.ts b/packages_generated/serverless_sqldb/src/v1alpha1/marshalling.gen.ts index 914e6443e..a54baf868 100644 --- a/packages_generated/serverless_sqldb/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/serverless_sqldb/src/v1alpha1/marshalling.gen.ts @@ -14,7 +14,7 @@ import type { ListDatabasesResponse, RestoreDatabaseFromBackupRequest, UpdateDatabaseRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalDatabaseBackup = (data: unknown): DatabaseBackup => { if (!isJSONObject(data)) { diff --git a/packages_generated/std/src/index.gen.ts b/packages_generated/std/src/index.gen.ts index 156220bde..72928cb1e 100644 --- a/packages_generated/std/src/index.gen.ts +++ b/packages_generated/std/src/index.gen.ts @@ -1,3 +1,3 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export type { LanguageCode } from './types.gen' +export type { LanguageCode } from './types.gen.js' diff --git a/packages_generated/std/vite.config.ts b/packages_generated/std/vite.config.ts index 5c0513828..e0307d11e 100644 --- a/packages_generated/std/vite.config.ts +++ b/packages_generated/std/vite.config.ts @@ -3,7 +3,7 @@ /* eslint-disable import/no-relative-packages */ /* eslint-disable import/no-extraneous-dependencies */ import { defineConfig, mergeConfig } from 'vite' -import { defaultConfig } from '../../vite.config' +import { defaultConfig } from '../../vite.config.js' export default mergeConfig(defineConfig(defaultConfig), { build: { diff --git a/packages_generated/tem/src/v1alpha1/api.gen.ts b/packages_generated/tem/src/v1alpha1/api.gen.ts index 6bf49f9ee..8bf32500a 100644 --- a/packages_generated/tem/src/v1alpha1/api.gen.ts +++ b/packages_generated/tem/src/v1alpha1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES_TEM, EMAIL_TRANSIENT_STATUSES as EMAIL_TRANSIENT_STATUSES_TEM, -} from './content.gen' +} from './content.gen.js' import { marshalBulkCreateBlocklistsRequest, marshalCreateDomainRequest, @@ -40,7 +40,7 @@ import { unmarshalProjectSettings, unmarshalStatistics, unmarshalWebhook, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { BulkCreateBlocklistsRequest, BulkCreateBlocklistsResponse, @@ -88,7 +88,7 @@ import type { UpdateProjectSettingsRequest, UpdateWebhookRequest, Webhook, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/tem/src/v1alpha1/content.gen.ts b/packages_generated/tem/src/v1alpha1/content.gen.ts index 167941124..adabcbea0 100644 --- a/packages_generated/tem/src/v1alpha1/content.gen.ts +++ b/packages_generated/tem/src/v1alpha1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { DomainStatus, EmailStatus } from './types.gen' +import type { DomainStatus, EmailStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link DomainStatus}. */ export const DOMAIN_TRANSIENT_STATUSES: DomainStatus[] = [ diff --git a/packages_generated/tem/src/v1alpha1/index.gen.ts b/packages_generated/tem/src/v1alpha1/index.gen.ts index 309f22308..2f7d49a7a 100644 --- a/packages_generated/tem/src/v1alpha1/index.gen.ts +++ b/packages_generated/tem/src/v1alpha1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { Blocklist, BlocklistType, @@ -85,5 +85,5 @@ export type { WebhookEvent, WebhookEventStatus, WebhookEventType, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/tem/src/v1alpha1/marshalling.gen.ts b/packages_generated/tem/src/v1alpha1/marshalling.gen.ts index 018c0b905..25ff3dcf5 100644 --- a/packages_generated/tem/src/v1alpha1/marshalling.gen.ts +++ b/packages_generated/tem/src/v1alpha1/marshalling.gen.ts @@ -51,7 +51,7 @@ import type { UpdateWebhookRequest, Webhook, WebhookEvent, -} from './types.gen' +} from './types.gen.js' const unmarshalEmailTry = (data: unknown): EmailTry => { if (!isJSONObject(data)) { diff --git a/packages_generated/test/src/v1/api.gen.ts b/packages_generated/test/src/v1/api.gen.ts index 5b7116379..68a8b3242 100644 --- a/packages_generated/test/src/v1/api.gen.ts +++ b/packages_generated/test/src/v1/api.gen.ts @@ -8,7 +8,7 @@ import { waitForResource, } from '@scaleway/sdk-client' import type { WaitForOptions } from '@scaleway/sdk-client' -import { HUMAN_TRANSIENT_STATUSES as HUMAN_TRANSIENT_STATUSES_TEST } from './content.gen' +import { HUMAN_TRANSIENT_STATUSES as HUMAN_TRANSIENT_STATUSES_TEST } from './content.gen.js' import { marshalCreateHumanRequest, marshalRegisterRequest, @@ -16,7 +16,7 @@ import { unmarshalHuman, unmarshalListHumansResponse, unmarshalRegisterResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateHumanRequest, DeleteHumanRequest, @@ -29,7 +29,7 @@ import type { RunHumanRequest, SmokeHumanRequest, UpdateHumanRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/test/src/v1/content.gen.ts b/packages_generated/test/src/v1/content.gen.ts index 10ce38264..c4e373c49 100644 --- a/packages_generated/test/src/v1/content.gen.ts +++ b/packages_generated/test/src/v1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { HumanStatus } from './types.gen' +import type { HumanStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link HumanStatus}. */ export const HUMAN_TRANSIENT_STATUSES: HumanStatus[] = ['running'] diff --git a/packages_generated/test/src/v1/index.gen.ts b/packages_generated/test/src/v1/index.gen.ts index d87787f54..dbf0d42a4 100644 --- a/packages_generated/test/src/v1/index.gen.ts +++ b/packages_generated/test/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateHumanRequest, DeleteHumanRequest, @@ -18,4 +18,4 @@ export type { RunHumanRequest, SmokeHumanRequest, UpdateHumanRequest, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/test/src/v1/marshalling.gen.ts b/packages_generated/test/src/v1/marshalling.gen.ts index 648ee5945..8ea2c324c 100644 --- a/packages_generated/test/src/v1/marshalling.gen.ts +++ b/packages_generated/test/src/v1/marshalling.gen.ts @@ -14,7 +14,7 @@ import type { RegisterRequest, RegisterResponse, UpdateHumanRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalHuman = (data: unknown): Human => { if (!isJSONObject(data)) { diff --git a/packages_generated/vpc/src/v2/api.gen.ts b/packages_generated/vpc/src/v2/api.gen.ts index ff3636879..84dfb3c96 100644 --- a/packages_generated/vpc/src/v2/api.gen.ts +++ b/packages_generated/vpc/src/v2/api.gen.ts @@ -28,7 +28,7 @@ import { unmarshalRoute, unmarshalSetAclResponse, unmarshalVPC, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AddSubnetsRequest, AddSubnetsResponse, @@ -62,7 +62,7 @@ import type { UpdateRouteRequest, UpdateVPCRequest, VPC, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/vpc/src/v2/index.gen.ts b/packages_generated/vpc/src/v2/index.gen.ts index 5eb2e18df..153493590 100644 --- a/packages_generated/vpc/src/v2/index.gen.ts +++ b/packages_generated/vpc/src/v2/index.gen.ts @@ -1,7 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './marshalling.gen.js' export type { AclRule, AclRuleProtocol, @@ -42,5 +42,5 @@ export type { UpdateRouteRequest, UpdateVPCRequest, VPC, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/vpc/src/v2/marshalling.gen.ts b/packages_generated/vpc/src/v2/marshalling.gen.ts index d19e2a596..f437cc8ae 100644 --- a/packages_generated/vpc/src/v2/marshalling.gen.ts +++ b/packages_generated/vpc/src/v2/marshalling.gen.ts @@ -29,7 +29,7 @@ import type { UpdateRouteRequest, UpdateVPCRequest, VPC, -} from './types.gen' +} from './types.gen.js' const unmarshalSubnet = (data: unknown): Subnet => { if (!isJSONObject(data)) { diff --git a/packages_generated/vpcgw/src/v1/api.gen.ts b/packages_generated/vpcgw/src/v1/api.gen.ts index 8c4689234..81c2c5c14 100644 --- a/packages_generated/vpcgw/src/v1/api.gen.ts +++ b/packages_generated/vpcgw/src/v1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { GATEWAY_NETWORK_TRANSIENT_STATUSES as GATEWAY_NETWORK_TRANSIENT_STATUSES_VPCGW, GATEWAY_TRANSIENT_STATUSES as GATEWAY_TRANSIENT_STATUSES_VPCGW, -} from './content.gen' +} from './content.gen.js' import { marshalCreateDHCPEntryRequest, marshalCreateDHCPRequest, @@ -44,7 +44,7 @@ import { unmarshalPATRule, unmarshalSetDHCPEntriesResponse, unmarshalSetPATRulesResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CreateDHCPEntryRequest, CreateDHCPRequest, @@ -98,7 +98,7 @@ import type { UpdateIPRequest, UpdatePATRuleRequest, UpgradeGatewayRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/vpcgw/src/v1/content.gen.ts b/packages_generated/vpcgw/src/v1/content.gen.ts index dac6b7029..1a02cadc5 100644 --- a/packages_generated/vpcgw/src/v1/content.gen.ts +++ b/packages_generated/vpcgw/src/v1/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { GatewayNetworkStatus, GatewayStatus } from './types.gen' +import type { GatewayNetworkStatus, GatewayStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link GatewayNetworkStatus}. */ export const GATEWAY_NETWORK_TRANSIENT_STATUSES: GatewayNetworkStatus[] = [ diff --git a/packages_generated/vpcgw/src/v1/index.gen.ts b/packages_generated/vpcgw/src/v1/index.gen.ts index b840897b5..a4eaf8f68 100644 --- a/packages_generated/vpcgw/src/v1/index.gen.ts +++ b/packages_generated/vpcgw/src/v1/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { CreateDHCPEntryRequest, CreateDHCPRequest, @@ -72,4 +72,4 @@ export type { UpdateIPRequest, UpdatePATRuleRequest, UpgradeGatewayRequest, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/vpcgw/src/v1/marshalling.gen.ts b/packages_generated/vpcgw/src/v1/marshalling.gen.ts index 183e35fe1..e5c030384 100644 --- a/packages_generated/vpcgw/src/v1/marshalling.gen.ts +++ b/packages_generated/vpcgw/src/v1/marshalling.gen.ts @@ -45,7 +45,7 @@ import type { UpdateIPRequest, UpdatePATRuleRequest, UpgradeGatewayRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalDHCP = (data: unknown): DHCP => { if (!isJSONObject(data)) { diff --git a/packages_generated/vpcgw/src/v2/api.gen.ts b/packages_generated/vpcgw/src/v2/api.gen.ts index 6a9dee7b9..2d306d8fe 100644 --- a/packages_generated/vpcgw/src/v2/api.gen.ts +++ b/packages_generated/vpcgw/src/v2/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { GATEWAY_NETWORK_TRANSIENT_STATUSES as GATEWAY_NETWORK_TRANSIENT_STATUSES_VPCGW, GATEWAY_TRANSIENT_STATUSES as GATEWAY_TRANSIENT_STATUSES_VPCGW, -} from './content.gen' +} from './content.gen.js' import { marshalAddBastionAllowedIPsRequest, marshalCreateGatewayNetworkRequest, @@ -38,7 +38,7 @@ import { unmarshalPatRule, unmarshalSetBastionAllowedIPsResponse, unmarshalSetPatRulesResponse, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { AddBastionAllowedIPsRequest, AddBastionAllowedIPsResponse, @@ -79,7 +79,7 @@ import type { UpdateIPRequest, UpdatePatRuleRequest, UpgradeGatewayRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/vpcgw/src/v2/content.gen.ts b/packages_generated/vpcgw/src/v2/content.gen.ts index dac6b7029..1a02cadc5 100644 --- a/packages_generated/vpcgw/src/v2/content.gen.ts +++ b/packages_generated/vpcgw/src/v2/content.gen.ts @@ -1,6 +1,6 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -import type { GatewayNetworkStatus, GatewayStatus } from './types.gen' +import type { GatewayNetworkStatus, GatewayStatus } from './types.gen.js' /** Lists transient statutes of the enum {@link GatewayNetworkStatus}. */ export const GATEWAY_NETWORK_TRANSIENT_STATUSES: GatewayNetworkStatus[] = [ diff --git a/packages_generated/vpcgw/src/v2/index.gen.ts b/packages_generated/vpcgw/src/v2/index.gen.ts index 999dd5566..8aee63ae9 100644 --- a/packages_generated/vpcgw/src/v2/index.gen.ts +++ b/packages_generated/vpcgw/src/v2/index.gen.ts @@ -1,8 +1,8 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. -export { API } from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +export { API } from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { AddBastionAllowedIPsRequest, AddBastionAllowedIPsResponse, @@ -52,4 +52,4 @@ export type { UpdateIPRequest, UpdatePatRuleRequest, UpgradeGatewayRequest, -} from './types.gen' +} from './types.gen.js' diff --git a/packages_generated/vpcgw/src/v2/marshalling.gen.ts b/packages_generated/vpcgw/src/v2/marshalling.gen.ts index a9c2844ec..e7a6101c7 100644 --- a/packages_generated/vpcgw/src/v2/marshalling.gen.ts +++ b/packages_generated/vpcgw/src/v2/marshalling.gen.ts @@ -34,7 +34,7 @@ import type { UpdateIPRequest, UpdatePatRuleRequest, UpgradeGatewayRequest, -} from './types.gen' +} from './types.gen.js' export const unmarshalGatewayNetwork = (data: unknown): GatewayNetwork => { if (!isJSONObject(data)) { diff --git a/packages_generated/webhosting/src/v1/api.gen.ts b/packages_generated/webhosting/src/v1/api.gen.ts index 0c8e4cc04..3a972c862 100644 --- a/packages_generated/webhosting/src/v1/api.gen.ts +++ b/packages_generated/webhosting/src/v1/api.gen.ts @@ -12,7 +12,7 @@ import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { DOMAIN_TRANSIENT_STATUSES as DOMAIN_TRANSIENT_STATUSES_WEBHOSTING, HOSTING_TRANSIENT_STATUSES as HOSTING_TRANSIENT_STATUSES_WEBHOSTING, -} from './content.gen' +} from './content.gen.js' import { marshalDatabaseApiAssignDatabaseUserRequest, marshalDatabaseApiChangeDatabaseUserPasswordRequest, @@ -48,7 +48,7 @@ import { unmarshalResourceSummary, unmarshalSearchDomainsResponse, unmarshalSession, -} from './marshalling.gen' +} from './marshalling.gen.js' import type { CheckUserOwnsDomainResponse, ControlPanelApiListControlPanelsRequest, @@ -105,7 +105,7 @@ import type { SearchDomainsResponse, Session, WebsiteApiListWebsitesRequest, -} from './types.gen' +} from './types.gen.js' const jsonContentHeaders = { 'Content-Type': 'application/json; charset=utf-8', diff --git a/packages_generated/webhosting/src/v1/content.gen.ts b/packages_generated/webhosting/src/v1/content.gen.ts index 405473bbe..2de0becd4 100644 --- a/packages_generated/webhosting/src/v1/content.gen.ts +++ b/packages_generated/webhosting/src/v1/content.gen.ts @@ -4,7 +4,7 @@ import type { DomainAvailabilityStatus, DomainStatus, HostingStatus, -} from './types.gen' +} from './types.gen.js' /** Lists transient statutes of the enum {@link DomainAvailabilityStatus}. */ export const DOMAIN_AVAILABILITY_TRANSIENT_STATUSES: DomainAvailabilityStatus[] = diff --git a/packages_generated/webhosting/src/v1/index.gen.ts b/packages_generated/webhosting/src/v1/index.gen.ts index dc38e03fd..98e3956bb 100644 --- a/packages_generated/webhosting/src/v1/index.gen.ts +++ b/packages_generated/webhosting/src/v1/index.gen.ts @@ -9,9 +9,9 @@ export { MailAccountAPI, OfferAPI, WebsiteAPI, -} from './api.gen' -export * from './content.gen' -export * from './marshalling.gen' +} from './api.gen.js' +export * from './content.gen.js' +export * from './marshalling.gen.js' export type { AutoConfigDomainDns, CheckUserOwnsDomainResponse, @@ -106,5 +106,5 @@ export type { SyncDomainDnsRecordsRequestRecord, Website, WebsiteApiListWebsitesRequest, -} from './types.gen' -export * as ValidationRules from './validation-rules.gen' +} from './types.gen.js' +export * as ValidationRules from './validation-rules.gen.js' diff --git a/packages_generated/webhosting/src/v1/marshalling.gen.ts b/packages_generated/webhosting/src/v1/marshalling.gen.ts index fcc664d93..3a3126cb5 100644 --- a/packages_generated/webhosting/src/v1/marshalling.gen.ts +++ b/packages_generated/webhosting/src/v1/marshalling.gen.ts @@ -60,7 +60,7 @@ import type { Session, SyncDomainDnsRecordsRequestRecord, Website, -} from './types.gen' +} from './types.gen.js' export const unmarshalDatabaseUser = (data: unknown): DatabaseUser => { if (!isJSONObject(data)) { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ae7963db9..ef51b01a4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: version: 1.9.4 '@commitlint/cli': specifier: 19.8.1 - version: 19.8.1(@types/node@22.15.2)(typescript@5.8.3) + version: 19.8.1(@types/node@20.17.46)(typescript@5.8.3) '@commitlint/config-conventional': specifier: 19.8.1 version: 19.8.1 @@ -39,7 +39,7 @@ importers: version: 3.1.2(vitest@3.1.2) babel-plugin-annotate-pure-calls: specifier: 0.5.0 - version: 0.5.0(@babel/core@7.26.10) + version: 0.5.0(@babel/core@7.28.0) browserslist: specifier: 4.24.5 version: 4.24.5 @@ -51,10 +51,10 @@ importers: version: 4.1.0(encoding@0.1.13) cz-conventional-changelog: specifier: 3.3.0 - version: 3.3.0(@types/node@22.15.2)(typescript@5.8.3) + version: 3.3.0(@types/node@20.17.46)(typescript@5.8.3) esbuild-plugin-browserslist: specifier: 1.0.0 - version: 1.0.0(browserslist@4.24.5)(esbuild@0.25.3) + version: 1.0.0(browserslist@4.24.5)(esbuild@0.25.8) eslint: specifier: 9.26.0 version: 9.26.0(jiti@2.4.2) @@ -84,7 +84,7 @@ importers: version: 9.0.1 tsc-alias: specifier: ^1.8.10 - version: 1.8.10 + version: 1.8.16 turbo: specifier: 2.5.2 version: 2.5.2 @@ -96,10 +96,10 @@ importers: version: 5.8.3 vite: specifier: 6.3.5 - version: 6.3.5(@types/node@22.15.2)(jiti@2.4.2)(yaml@2.7.1) + version: 6.3.5(@types/node@20.17.46)(jiti@2.4.2)(yaml@2.8.0) vitest: specifier: 3.1.2 - version: 3.1.2(@types/node@22.15.2)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + version: 3.1.2(@types/node@20.17.46)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.8.0) packages/client: {} @@ -773,138 +773,124 @@ packages: } engines: { node: '>=6.0.0' } - '@asamuzakjp/css-color@2.8.2': + '@asamuzakjp/css-color@3.2.0': resolution: { - integrity: sha512-RtWv9jFN2/bLExuZgFFZ0I3pWWeezAHGgrmjqGGWclATl1aDe3yhCUaI0Ilkp6OCk9zX7+FjvDasEX8Q9Rxc5w==, + integrity: sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==, } - '@babel/code-frame@7.24.7': + '@babel/code-frame@7.27.1': resolution: { - integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==, + integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==, } engines: { node: '>=6.9.0' } - '@babel/code-frame@7.26.2': + '@babel/compat-data@7.28.0': resolution: { - integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==, + integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==, } engines: { node: '>=6.9.0' } - '@babel/compat-data@7.26.8': + '@babel/core@7.28.0': resolution: { - integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==, + integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==, } engines: { node: '>=6.9.0' } - '@babel/core@7.26.10': + '@babel/generator@7.28.0': resolution: { - integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==, + integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==, } engines: { node: '>=6.9.0' } - '@babel/generator@7.27.0': + '@babel/helper-compilation-targets@7.27.2': resolution: { - integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==, + integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==, } engines: { node: '>=6.9.0' } - '@babel/helper-compilation-targets@7.27.0': + '@babel/helper-globals@7.28.0': resolution: { - integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==, + integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==, } engines: { node: '>=6.9.0' } - '@babel/helper-module-imports@7.25.9': + '@babel/helper-module-imports@7.27.1': resolution: { - integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==, + integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==, } engines: { node: '>=6.9.0' } - '@babel/helper-module-transforms@7.26.0': + '@babel/helper-module-transforms@7.27.3': resolution: { - integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==, + integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==, } engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-string-parser@7.25.9': + '@babel/helper-string-parser@7.27.1': resolution: { - integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==, + integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==, } engines: { node: '>=6.9.0' } - '@babel/helper-validator-identifier@7.24.7': + '@babel/helper-validator-identifier@7.27.1': resolution: { - integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==, + integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==, } engines: { node: '>=6.9.0' } - '@babel/helper-validator-identifier@7.25.9': + '@babel/helper-validator-option@7.27.1': resolution: { - integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==, + integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==, } engines: { node: '>=6.9.0' } - '@babel/helper-validator-option@7.25.9': + '@babel/helpers@7.27.6': resolution: { - integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==, + integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==, } engines: { node: '>=6.9.0' } - '@babel/helpers@7.27.0': + '@babel/parser@7.28.0': resolution: { - integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==, - } - engines: { node: '>=6.9.0' } - - '@babel/highlight@7.24.7': - resolution: - { - integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==, - } - engines: { node: '>=6.9.0' } - - '@babel/parser@7.27.0': - resolution: - { - integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==, + integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==, } engines: { node: '>=6.0.0' } hasBin: true - '@babel/template@7.27.0': + '@babel/template@7.27.2': resolution: { - integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==, + integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==, } engines: { node: '>=6.9.0' } - '@babel/traverse@7.27.0': + '@babel/traverse@7.28.0': resolution: { - integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==, + integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==, } engines: { node: '>=6.9.0' } - '@babel/types@7.27.0': + '@babel/types@7.28.1': resolution: { - integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==, + integrity: sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==, } engines: { node: '>=6.9.0' } @@ -1010,13 +996,6 @@ packages: } engines: { node: '>=v18' } - '@commitlint/config-validator@19.0.3': - resolution: - { - integrity: sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==, - } - engines: { node: '>=v18' } - '@commitlint/config-validator@19.8.1': resolution: { @@ -1031,13 +1010,6 @@ packages: } engines: { node: '>=v18' } - '@commitlint/execute-rule@19.0.0': - resolution: - { - integrity: sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==, - } - engines: { node: '>=v18' } - '@commitlint/execute-rule@19.8.1': resolution: { @@ -1066,13 +1038,6 @@ packages: } engines: { node: '>=v18' } - '@commitlint/load@19.2.0': - resolution: - { - integrity: sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==, - } - engines: { node: '>=v18' } - '@commitlint/load@19.8.1': resolution: { @@ -1101,13 +1066,6 @@ packages: } engines: { node: '>=v18' } - '@commitlint/resolve-extends@19.1.0': - resolution: - { - integrity: sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==, - } - engines: { node: '>=v18' } - '@commitlint/resolve-extends@19.8.1': resolution: { @@ -1136,13 +1094,6 @@ packages: } engines: { node: '>=v18' } - '@commitlint/types@19.8.0': - resolution: - { - integrity: sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==, - } - engines: { node: '>=v18' } - '@commitlint/types@19.8.1': resolution: { @@ -1150,65 +1101,65 @@ packages: } engines: { node: '>=v18' } - '@csstools/color-helpers@5.0.1': + '@csstools/color-helpers@5.0.2': resolution: { - integrity: sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==, + integrity: sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==, } engines: { node: '>=18' } - '@csstools/css-calc@2.1.1': + '@csstools/css-calc@2.1.4': resolution: { - integrity: sha512-rL7kaUnTkL9K+Cvo2pnCieqNpTKgQzy5f+N+5Iuko9HAoasP+xgprVh7KN/MaJVvVL1l0EzQq2MoqBHKSrDrag==, + integrity: sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==, } engines: { node: '>=18' } peerDependencies: - '@csstools/css-parser-algorithms': ^3.0.4 - '@csstools/css-tokenizer': ^3.0.3 + '@csstools/css-parser-algorithms': ^3.0.5 + '@csstools/css-tokenizer': ^3.0.4 - '@csstools/css-color-parser@3.0.7': + '@csstools/css-color-parser@3.0.10': resolution: { - integrity: sha512-nkMp2mTICw32uE5NN+EsJ4f5N+IGFeCFu4bGpiKgb2Pq/7J/MpyLBeQ5ry4KKtRFZaYs6sTmcMYrSRIyj5DFKA==, + integrity: sha512-TiJ5Ajr6WRd1r8HSiwJvZBiJOqtH86aHpUjq5aEKWHiII2Qfjqd/HCWKPOW8EP4vcspXbHnXrwIDlu5savQipg==, } engines: { node: '>=18' } peerDependencies: - '@csstools/css-parser-algorithms': ^3.0.4 - '@csstools/css-tokenizer': ^3.0.3 + '@csstools/css-parser-algorithms': ^3.0.5 + '@csstools/css-tokenizer': ^3.0.4 - '@csstools/css-parser-algorithms@3.0.4': + '@csstools/css-parser-algorithms@3.0.5': resolution: { - integrity: sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==, + integrity: sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==, } engines: { node: '>=18' } peerDependencies: - '@csstools/css-tokenizer': ^3.0.3 + '@csstools/css-tokenizer': ^3.0.4 - '@csstools/css-tokenizer@3.0.3': + '@csstools/css-tokenizer@3.0.4': resolution: { - integrity: sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==, + integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==, } engines: { node: '>=18' } - '@emnapi/core@1.4.3': + '@emnapi/core@1.4.5': resolution: { - integrity: sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==, + integrity: sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==, } - '@emnapi/runtime@1.4.3': + '@emnapi/runtime@1.4.5': resolution: { - integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==, + integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==, } - '@emnapi/wasi-threads@1.0.2': + '@emnapi/wasi-threads@1.0.4': resolution: { - integrity: sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==, + integrity: sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==, } '@emotion/eslint-plugin@11.12.0': @@ -1220,226 +1171,235 @@ packages: peerDependencies: eslint: 6 || 7 || 8 - '@esbuild/aix-ppc64@0.25.3': + '@esbuild/aix-ppc64@0.25.8': resolution: { - integrity: sha512-W8bFfPA8DowP8l//sxjJLSLkD8iEjMc7cBVyP+u4cEv9sM7mdUCkgsj+t0n/BWPFtv7WWCN5Yzj0N6FJNUUqBQ==, + integrity: sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==, } engines: { node: '>=18' } cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.25.3': + '@esbuild/android-arm64@0.25.8': resolution: { - integrity: sha512-XelR6MzjlZuBM4f5z2IQHK6LkK34Cvv6Rj2EntER3lwCBFdg6h2lKbtRjpTTsdEjD/WSe1q8UyPBXP1x3i/wYQ==, + integrity: sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==, } engines: { node: '>=18' } cpu: [arm64] os: [android] - '@esbuild/android-arm@0.25.3': + '@esbuild/android-arm@0.25.8': resolution: { - integrity: sha512-PuwVXbnP87Tcff5I9ngV0lmiSu40xw1At6i3GsU77U7cjDDB4s0X2cyFuBiDa1SBk9DnvWwnGvVaGBqoFWPb7A==, + integrity: sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==, } engines: { node: '>=18' } cpu: [arm] os: [android] - '@esbuild/android-x64@0.25.3': + '@esbuild/android-x64@0.25.8': resolution: { - integrity: sha512-ogtTpYHT/g1GWS/zKM0cc/tIebFjm1F9Aw1boQ2Y0eUQ+J89d0jFY//s9ei9jVIlkYi8AfOjiixcLJSGNSOAdQ==, + integrity: sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==, } engines: { node: '>=18' } cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.25.3': + '@esbuild/darwin-arm64@0.25.8': resolution: { - integrity: sha512-eESK5yfPNTqpAmDfFWNsOhmIOaQA59tAcF/EfYvo5/QWQCzXn5iUSOnqt3ra3UdzBv073ykTtmeLJZGt3HhA+w==, + integrity: sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==, } engines: { node: '>=18' } cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.25.3': + '@esbuild/darwin-x64@0.25.8': resolution: { - integrity: sha512-Kd8glo7sIZtwOLcPbW0yLpKmBNWMANZhrC1r6K++uDR2zyzb6AeOYtI6udbtabmQpFaxJ8uduXMAo1gs5ozz8A==, + integrity: sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==, } engines: { node: '>=18' } cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.25.3': + '@esbuild/freebsd-arm64@0.25.8': resolution: { - integrity: sha512-EJiyS70BYybOBpJth3M0KLOus0n+RRMKTYzhYhFeMwp7e/RaajXvP+BWlmEXNk6uk+KAu46j/kaQzr6au+JcIw==, + integrity: sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==, } engines: { node: '>=18' } cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.3': + '@esbuild/freebsd-x64@0.25.8': resolution: { - integrity: sha512-Q+wSjaLpGxYf7zC0kL0nDlhsfuFkoN+EXrx2KSB33RhinWzejOd6AvgmP5JbkgXKmjhmpfgKZq24pneodYqE8Q==, + integrity: sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==, } engines: { node: '>=18' } cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.25.3': + '@esbuild/linux-arm64@0.25.8': resolution: { - integrity: sha512-xCUgnNYhRD5bb1C1nqrDV1PfkwgbswTTBRbAd8aH5PhYzikdf/ddtsYyMXFfGSsb/6t6QaPSzxtbfAZr9uox4A==, + integrity: sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==, } engines: { node: '>=18' } cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.25.3': + '@esbuild/linux-arm@0.25.8': resolution: { - integrity: sha512-dUOVmAUzuHy2ZOKIHIKHCm58HKzFqd+puLaS424h6I85GlSDRZIA5ycBixb3mFgM0Jdh+ZOSB6KptX30DD8YOQ==, + integrity: sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==, } engines: { node: '>=18' } cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.25.3': + '@esbuild/linux-ia32@0.25.8': resolution: { - integrity: sha512-yplPOpczHOO4jTYKmuYuANI3WhvIPSVANGcNUeMlxH4twz/TeXuzEP41tGKNGWJjuMhotpGabeFYGAOU2ummBw==, + integrity: sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==, } engines: { node: '>=18' } cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.25.3': + '@esbuild/linux-loong64@0.25.8': resolution: { - integrity: sha512-P4BLP5/fjyihmXCELRGrLd793q/lBtKMQl8ARGpDxgzgIKJDRJ/u4r1A/HgpBpKpKZelGct2PGI4T+axcedf6g==, + integrity: sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==, } engines: { node: '>=18' } cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.25.3': + '@esbuild/linux-mips64el@0.25.8': resolution: { - integrity: sha512-eRAOV2ODpu6P5divMEMa26RRqb2yUoYsuQQOuFUexUoQndm4MdpXXDBbUoKIc0iPa4aCO7gIhtnYomkn2x+bag==, + integrity: sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==, } engines: { node: '>=18' } cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.25.3': + '@esbuild/linux-ppc64@0.25.8': resolution: { - integrity: sha512-ZC4jV2p7VbzTlnl8nZKLcBkfzIf4Yad1SJM4ZMKYnJqZFD4rTI+pBG65u8ev4jk3/MPwY9DvGn50wi3uhdaghg==, + integrity: sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==, } engines: { node: '>=18' } cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.25.3': + '@esbuild/linux-riscv64@0.25.8': resolution: { - integrity: sha512-LDDODcFzNtECTrUUbVCs6j9/bDVqy7DDRsuIXJg6so+mFksgwG7ZVnTruYi5V+z3eE5y+BJZw7VvUadkbfg7QA==, + integrity: sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==, } engines: { node: '>=18' } cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.25.3': + '@esbuild/linux-s390x@0.25.8': resolution: { - integrity: sha512-s+w/NOY2k0yC2p9SLen+ymflgcpRkvwwa02fqmAwhBRI3SC12uiS10edHHXlVWwfAagYSY5UpmT/zISXPMW3tQ==, + integrity: sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==, } engines: { node: '>=18' } cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.25.3': + '@esbuild/linux-x64@0.25.8': resolution: { - integrity: sha512-nQHDz4pXjSDC6UfOE1Fw9Q8d6GCAd9KdvMZpfVGWSJztYCarRgSDfOVBY5xwhQXseiyxapkiSJi/5/ja8mRFFA==, + integrity: sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==, } engines: { node: '>=18' } cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.25.3': + '@esbuild/netbsd-arm64@0.25.8': resolution: { - integrity: sha512-1QaLtOWq0mzK6tzzp0jRN3eccmN3hezey7mhLnzC6oNlJoUJz4nym5ZD7mDnS/LZQgkrhEbEiTn515lPeLpgWA==, + integrity: sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==, } engines: { node: '>=18' } cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.3': + '@esbuild/netbsd-x64@0.25.8': resolution: { - integrity: sha512-i5Hm68HXHdgv8wkrt+10Bc50zM0/eonPb/a/OFVfB6Qvpiirco5gBA5bz7S2SHuU+Y4LWn/zehzNX14Sp4r27g==, + integrity: sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==, } engines: { node: '>=18' } cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.25.3': + '@esbuild/openbsd-arm64@0.25.8': resolution: { - integrity: sha512-zGAVApJEYTbOC6H/3QBr2mq3upG/LBEXr85/pTtKiv2IXcgKV0RT0QA/hSXZqSvLEpXeIxah7LczB4lkiYhTAQ==, + integrity: sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==, } engines: { node: '>=18' } cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.3': + '@esbuild/openbsd-x64@0.25.8': resolution: { - integrity: sha512-fpqctI45NnCIDKBH5AXQBsD0NDPbEFczK98hk/aa6HJxbl+UtLkJV2+Bvy5hLSLk3LHmqt0NTkKNso1A9y1a4w==, + integrity: sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==, } engines: { node: '>=18' } cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.25.3': + '@esbuild/openharmony-arm64@0.25.8': + resolution: + { + integrity: sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==, + } + engines: { node: '>=18' } + cpu: [arm64] + os: [openharmony] + + '@esbuild/sunos-x64@0.25.8': resolution: { - integrity: sha512-ROJhm7d8bk9dMCUZjkS8fgzsPAZEjtRJqCAmVgB0gMrvG7hfmPmz9k1rwO4jSiblFjYmNvbECL9uhaPzONMfgA==, + integrity: sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==, } engines: { node: '>=18' } cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.25.3': + '@esbuild/win32-arm64@0.25.8': resolution: { - integrity: sha512-YWcow8peiHpNBiIXHwaswPnAXLsLVygFwCB3A7Bh5jRkIBFWHGmNQ48AlX4xDvQNoMZlPYzjVOQDYEzWCqufMQ==, + integrity: sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==, } engines: { node: '>=18' } cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.25.3': + '@esbuild/win32-ia32@0.25.8': resolution: { - integrity: sha512-qspTZOIGoXVS4DpNqUYUs9UxVb04khS1Degaw/MnfMe7goQ3lTfQ13Vw4qY/Nj0979BGvMRpAYbs/BAxEvU8ew==, + integrity: sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==, } engines: { node: '>=18' } cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.25.3': + '@esbuild/win32-x64@0.25.8': resolution: { - integrity: sha512-ICgUR+kPimx0vvRzf+N/7L7tVSQeE3BYY+NhHRHXS1kBuPO7z2+7ea2HbhDyZdTephgvNvKrlDDKUexuCVBVvg==, + integrity: sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==, } engines: { node: '>=18' } cpu: [x64] @@ -1473,17 +1433,17 @@ packages: eslint: optional: true - '@eslint/config-array@0.20.0': + '@eslint/config-array@0.20.1': resolution: { - integrity: sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==, + integrity: sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - '@eslint/config-helpers@0.2.2': + '@eslint/config-helpers@0.2.3': resolution: { - integrity: sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==, + integrity: sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -1604,12 +1564,11 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - '@jridgewell/gen-mapping@0.3.8': + '@jridgewell/gen-mapping@0.3.12': resolution: { - integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==, + integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==, } - engines: { node: '>=6.0.0' } '@jridgewell/resolve-uri@3.1.2': resolution: @@ -1618,23 +1577,16 @@ packages: } engines: { node: '>=6.0.0' } - '@jridgewell/set-array@1.2.1': - resolution: - { - integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==, - } - engines: { node: '>=6.0.0' } - - '@jridgewell/sourcemap-codec@1.5.0': + '@jridgewell/sourcemap-codec@1.5.4': resolution: { - integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==, + integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==, } - '@jridgewell/trace-mapping@0.3.25': + '@jridgewell/trace-mapping@0.3.29': resolution: { - integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==, + integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==, } '@lerna/create@8.2.2': @@ -1685,10 +1637,10 @@ packages: integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==, } - '@modelcontextprotocol/sdk@1.11.1': + '@modelcontextprotocol/sdk@1.16.0': resolution: { - integrity: sha512-9LfmxKTb1v+vUS1/emSk1f5ePmTLkb9Le9AxOB5T0XM59EUumwcS45z05h7aiZx3GI0Bl7mjb3FMEglYj+acuQ==, + integrity: sha512-8ofX7gkZcLj9H9rSd50mCgm3SSF8C7XoclxJuLoV0Cz3rEQ1tv9MZRYYvJtm9n1BiEQQMzSmE/w2AEkNacLYfg==, } engines: { node: '>=18' } @@ -1819,99 +1771,99 @@ packages: } engines: { node: ^16.14.0 || >=18.0.0 } - '@nx/devkit@20.8.1': + '@nx/devkit@20.8.2': resolution: { - integrity: sha512-N3nwIg/7RIZeB76iuVo29q+l9WyTtvuBSgDFM2msiIK6Q928ilzoeNPZ/p7w/TE3Gqs5XVhq9ExMvDAOTxdmXA==, + integrity: sha512-rr9p2/tZDQivIpuBUpZaFBK6bZ+b5SAjZk75V4tbCUqGW3+5OPuVvBPm+X+7PYwUF6rwSpewxkjWNeGskfCe+Q==, } peerDependencies: nx: '>= 19 <= 21' - '@nx/nx-darwin-arm64@20.8.1': + '@nx/nx-darwin-arm64@20.8.2': resolution: { - integrity: sha512-Gat4Io66cV70Oa1CjrMJPsEx5ICpAGayv9hejOtBUEDb6XjR12L2e4wV+4EHliF0UbEcuZAr8/lTROEPk0RGWQ==, + integrity: sha512-t+bmCn6sRPNGU6hnSyWNvbQYA/KgsxGZKYlaCLRwkNhI2akModcBUqtktJzCKd1XHDqs6EkEFBWjFr8/kBEkSg==, } engines: { node: '>= 10' } cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@20.8.1': + '@nx/nx-darwin-x64@20.8.2': resolution: { - integrity: sha512-TB9mZk7neGFKgBr2wSBgY6c4kFF9vvChNSp3TrEeXR3FppFcYG5eK4AaKfzWCpYb0wMtseAm7NMX1Lu74utClQ==, + integrity: sha512-pt/wmDLM31Es8/EzazlyT5U+ou2l60rfMNFGCLqleHEQ0JUTc0KWnOciBLbHIQFiPsCQZJFEKyfV5V/ncePmmw==, } engines: { node: '>= 10' } cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@20.8.1': + '@nx/nx-freebsd-x64@20.8.2': resolution: { - integrity: sha512-7UQu0/Afna5Af2GagEQ6rbKfUh75NfUn+g66wsoQoUGBvDW0U7B8P3Ph5Bk4Urub0BSfMVcNg2X7CgfypLFN/g==, + integrity: sha512-joZxFbgJfkHkB9uMIJr73Gpnm9pnpvr0XKGbWC409/d2x7q1qK77tKdyhGm+A3+kaZFwstNVPmCUtUwJYyU6LA==, } engines: { node: '>= 10' } cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@20.8.1': + '@nx/nx-linux-arm-gnueabihf@20.8.2': resolution: { - integrity: sha512-Tjh8JkTP+x1jSrzx+ofx1pKpkhIbXd7bi0bPdpYt6NI1lZz2HB/dv8vtdzP80jXEDztHf0AeGnEJVgJKsgI6yg==, + integrity: sha512-98O/qsxn4vIMPY/FyzvmVrl7C5yFhCUVk0/4PF+PA2SvtQ051L1eMRY6bq/lb69qfN6szJPZ41PG5mPx0NeLZw==, } engines: { node: '>= 10' } cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@20.8.1': + '@nx/nx-linux-arm64-gnu@20.8.2': resolution: { - integrity: sha512-2+qPIwav2vrytH6pe7fukBe8+yN5JGbEDCnDO8wKQsHeeZMLAQJiZ7EJH/+vynRkI7oWf87mihIKNQME19+w6A==, + integrity: sha512-h6a+HxwfSpxsi4KpxGgPh9GDBmD2E+XqGCdfYpobabxqEBvlnIlJyuDhlRR06cTWpuNXHpRdrVogmV6m/YbtDg==, } engines: { node: '>= 10' } cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@20.8.1': + '@nx/nx-linux-arm64-musl@20.8.2': resolution: { - integrity: sha512-DsKc+DiMsuHqpBWchUUUg6zv4OaexRqpFXys6auZlrpFpn80kSqLQ3S4zZ5AUu+26wxZqEVJs+uxHGwFbhEssQ==, + integrity: sha512-4Ev+jM0VAxDHV/dFgMXjQTCXS4I8W4oMe7FSkXpG8RUn6JK659DC8ExIDPoGIh+Cyqq6r6mw1CSia+ciQWICWQ==, } engines: { node: '>= 10' } cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@20.8.1': + '@nx/nx-linux-x64-gnu@20.8.2': resolution: { - integrity: sha512-Kzru44beVKAmSG84ShuMIIfyu2Uu5r8gsHdtiQPBIOGkZa0Z/e6YtUxcN3w1UZ7yvvzoQ4pQLvqU6UZRSWZtEg==, + integrity: sha512-nR0ev+wxu+nQYRd7bhqggOxK7UfkV6h+Ko1mumUFyrM5GvPpz/ELhjJFSnMcOkOMcvH0b6G5uTBJvN1XWCkbmg==, } engines: { node: '>= 10' } cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@20.8.1': + '@nx/nx-linux-x64-musl@20.8.2': resolution: { - integrity: sha512-cSVVb7DVMhrxCaj/n55okBZS6lZoP5a5vynOBGIV4z3/OJLev+xI9A+3imn/aXnBl8iS69HogYyrW0YTXv4Xaw==, + integrity: sha512-ost41l5yc2aq2Gc9bMMpaPi/jkXqbXEMEPHrxWKuKmaek3K2zbVDQzvBBNcQKxf/mlCsrqN4QO0mKYSRRqag5A==, } engines: { node: '>= 10' } cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@20.8.1': + '@nx/nx-win32-arm64-msvc@20.8.2': resolution: { - integrity: sha512-gte5HcvI24CN6b9I6IYTXh/A0CtRfnlAFaJomPpfT8Wcq637aOZzS0arAEZVoU8QZty1350hj6sfu+wSIjoP7A==, + integrity: sha512-0SEOqT/daBG5WtM9vOGilrYaAuf1tiALdrFavY62+/arXYxXemUKmRI5qoKDTnvoLMBGkJs6kxhMO5b7aUXIvQ==, } engines: { node: '>= 10' } cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@20.8.1': + '@nx/nx-win32-x64-msvc@20.8.2': resolution: { - integrity: sha512-6c2fVEPdPwJdnRbckBatRDF/g6JAp6p3Mfl90DpuaEF2DZC5pmCXKOsXE0aSIZ+gODom2JIchM++2KmDZPJUoA==, + integrity: sha512-iIsY+tVqes/NOqTbJmggL9Juie/iaDYlWgXA9IUv88FE9thqWKhVj4/tCcPjsOwzD+1SVna3YISEEFsx5UV4ew==, } engines: { node: '>= 10' } cpu: [x64] @@ -1924,10 +1876,10 @@ packages: } engines: { node: '>= 18' } - '@octokit/core@5.2.1': + '@octokit/core@5.2.2': resolution: { - integrity: sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ==, + integrity: sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==, } engines: { node: '>= 18' } @@ -2045,162 +1997,162 @@ packages: integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==, } - '@rollup/rollup-android-arm-eabi@4.40.0': + '@rollup/rollup-android-arm-eabi@4.45.1': resolution: { - integrity: sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==, + integrity: sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==, } cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.40.0': + '@rollup/rollup-android-arm64@4.45.1': resolution: { - integrity: sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==, + integrity: sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==, } cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.40.0': + '@rollup/rollup-darwin-arm64@4.45.1': resolution: { - integrity: sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==, + integrity: sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==, } cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.40.0': + '@rollup/rollup-darwin-x64@4.45.1': resolution: { - integrity: sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==, + integrity: sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==, } cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.40.0': + '@rollup/rollup-freebsd-arm64@4.45.1': resolution: { - integrity: sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==, + integrity: sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==, } cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.40.0': + '@rollup/rollup-freebsd-x64@4.45.1': resolution: { - integrity: sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==, + integrity: sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==, } cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.40.0': + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': resolution: { - integrity: sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==, + integrity: sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==, } cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.40.0': + '@rollup/rollup-linux-arm-musleabihf@4.45.1': resolution: { - integrity: sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==, + integrity: sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==, } cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.40.0': + '@rollup/rollup-linux-arm64-gnu@4.45.1': resolution: { - integrity: sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==, + integrity: sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==, } cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.40.0': + '@rollup/rollup-linux-arm64-musl@4.45.1': resolution: { - integrity: sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==, + integrity: sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==, } cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.40.0': + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': resolution: { - integrity: sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==, + integrity: sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==, } cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': resolution: { - integrity: sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==, + integrity: sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==, } cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.40.0': + '@rollup/rollup-linux-riscv64-gnu@4.45.1': resolution: { - integrity: sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==, + integrity: sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==, } cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.40.0': + '@rollup/rollup-linux-riscv64-musl@4.45.1': resolution: { - integrity: sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==, + integrity: sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==, } cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.40.0': + '@rollup/rollup-linux-s390x-gnu@4.45.1': resolution: { - integrity: sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==, + integrity: sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==, } cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.40.0': + '@rollup/rollup-linux-x64-gnu@4.45.1': resolution: { - integrity: sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==, + integrity: sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==, } cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.40.0': + '@rollup/rollup-linux-x64-musl@4.45.1': resolution: { - integrity: sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==, + integrity: sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==, } cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.40.0': + '@rollup/rollup-win32-arm64-msvc@4.45.1': resolution: { - integrity: sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==, + integrity: sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==, } cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.40.0': + '@rollup/rollup-win32-ia32-msvc@4.45.1': resolution: { - integrity: sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==, + integrity: sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==, } cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.40.0': + '@rollup/rollup-win32-x64-msvc@4.45.1': resolution: { - integrity: sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==, + integrity: sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==, } cpu: [x64] os: [win32] @@ -2226,22 +2178,22 @@ packages: } engines: { node: '>=20.x' } - '@shikijs/engine-oniguruma@1.29.1': + '@shikijs/engine-oniguruma@1.29.2': resolution: { - integrity: sha512-gSt2WhLNgEeLstcweQOSp+C+MhOpTsgdNXRqr3zP6M+BUBZ8Md9OU2BYwUYsALBxHza7hwaIWtFHjQ/aOOychw==, + integrity: sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA==, } - '@shikijs/types@1.29.1': + '@shikijs/types@1.29.2': resolution: { - integrity: sha512-aBqAuhYRp5vSir3Pc9+QPu9WESBOjUo03ao0IHLC4TyTioSsp/SkbAZSrIH4ghYYC1T1KTEpRSBa83bas4RnPA==, + integrity: sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==, } - '@shikijs/vscode-textmate@10.0.1': + '@shikijs/vscode-textmate@10.0.2': resolution: { - integrity: sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg==, + integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==, } '@sigstore/bundle@2.3.2': @@ -2312,16 +2264,16 @@ packages: integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==, } - '@types/conventional-commits-parser@5.0.0': + '@types/conventional-commits-parser@5.0.1': resolution: { - integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==, + integrity: sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==, } - '@types/estree@1.0.7': + '@types/estree@1.0.8': resolution: { - integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==, + integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==, } '@types/hast@3.0.4': @@ -2360,10 +2312,10 @@ packages: integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==, } - '@types/node@22.15.2': + '@types/node@20.17.46': resolution: { - integrity: sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A==, + integrity: sha512-0PQHLhZPWOxGW4auogW0eOQAuNIlCYvibIpG67ja0TOJ6/sehu+1en7sfceUn+QQtx4Rk3GxbLNwPh0Cav7TWw==, } '@types/normalize-package-data@2.4.4': @@ -2372,10 +2324,10 @@ packages: integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==, } - '@types/semver@7.5.8': + '@types/semver@7.7.0': resolution: { - integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==, + integrity: sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==, } '@types/unist@3.0.3': @@ -2643,6 +2595,12 @@ packages: integrity: sha512-R0xAiHuWeDjTSB3kQ3OQpT8Rx3yhdOAIm/JM4axXxnG7Q/fS8XUwggv/A4xzbQA+drYRjzkMnpYnOGAc4oeq8w==, } + '@vitest/pretty-format@3.2.4': + resolution: + { + integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==, + } + '@vitest/runner@3.1.2': resolution: { @@ -2724,10 +2682,10 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn@8.14.0: + acorn@8.15.0: resolution: { - integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==, + integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==, } engines: { node: '>=0.4.0' } hasBin: true @@ -2738,10 +2696,10 @@ packages: integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==, } - agent-base@7.1.3: + agent-base@7.1.4: resolution: { - integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==, + integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==, } engines: { node: '>= 14' } @@ -2798,10 +2756,10 @@ packages: } engines: { node: '>=8' } - ansi-regex@6.0.1: + ansi-regex@6.1.0: resolution: { - integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==, + integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==, } engines: { node: '>=12' } @@ -2865,13 +2823,6 @@ packages: } engines: { node: '>= 0.4' } - array-buffer-byte-length@1.0.1: - resolution: - { - integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==, - } - engines: { node: '>= 0.4' } - array-buffer-byte-length@1.0.2: resolution: { @@ -2892,10 +2843,10 @@ packages: integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==, } - array-includes@3.1.8: + array-includes@3.1.9: resolution: { - integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==, + integrity: sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==, } engines: { node: '>= 0.4' } @@ -2913,24 +2864,24 @@ packages: } engines: { node: '>= 0.4' } - array.prototype.findlastindex@1.2.5: + array.prototype.findlastindex@1.2.6: resolution: { - integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==, + integrity: sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==, } engines: { node: '>= 0.4' } - array.prototype.flat@1.3.2: + array.prototype.flat@1.3.3: resolution: { - integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==, + integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==, } engines: { node: '>= 0.4' } - array.prototype.flatmap@1.3.2: + array.prototype.flatmap@1.3.3: resolution: { - integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==, + integrity: sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==, } engines: { node: '>= 0.4' } @@ -2941,13 +2892,6 @@ packages: } engines: { node: '>= 0.4' } - arraybuffer.prototype.slice@1.0.3: - resolution: - { - integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==, - } - engines: { node: '>= 0.4' } - arraybuffer.prototype.slice@1.0.4: resolution: { @@ -2982,6 +2926,13 @@ packages: integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==, } + async-function@1.0.0: + resolution: + { + integrity: sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==, + } + engines: { node: '>= 0.4' } + async@3.2.6: resolution: { @@ -3008,17 +2959,17 @@ packages: } engines: { node: '>= 0.4' } - axe-core@4.10.0: + axe-core@4.10.3: resolution: { - integrity: sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==, + integrity: sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==, } engines: { node: '>=4' } - axios@1.9.0: + axios@1.11.0: resolution: { - integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==, + integrity: sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==, } axobject-query@4.1.0: @@ -3082,16 +3033,16 @@ packages: } engines: { node: '>=18' } - brace-expansion@1.1.11: + brace-expansion@1.1.12: resolution: { - integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, + integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==, } - brace-expansion@2.0.1: + brace-expansion@2.0.2: resolution: { - integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, + integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==, } braces@3.0.3: @@ -3156,17 +3107,10 @@ packages: } engines: { node: '>=6' } - call-bind-apply-helpers@1.0.1: - resolution: - { - integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==, - } - engines: { node: '>= 0.4' } - - call-bind@1.0.7: + call-bind-apply-helpers@1.0.2: resolution: { - integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==, + integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==, } engines: { node: '>= 0.4' } @@ -3177,10 +3121,10 @@ packages: } engines: { node: '>= 0.4' } - call-bound@1.0.3: + call-bound@1.0.4: resolution: { - integrity: sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==, + integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==, } engines: { node: '>= 0.4' } @@ -3205,18 +3149,18 @@ packages: } engines: { node: '>=6' } - caniuse-lite@1.0.30001717: + caniuse-lite@1.0.30001727: resolution: { - integrity: sha512-auPpttCq6BDEG8ZAuHJIplGw6GODhjw+/11e7IjpnYCxZcW/ONgPs0KVBJ0d1bY3e2+7PRe5RCLyP+PfwVgkYw==, + integrity: sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==, } - chai@5.2.0: + chai@5.2.1: resolution: { - integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==, + integrity: sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==, } - engines: { node: '>=12' } + engines: { node: '>=18' } chalk@2.4.2: resolution: @@ -3239,13 +3183,6 @@ packages: } engines: { node: '>=10' } - chalk@5.3.0: - resolution: - { - integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==, - } - engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 } - chalk@5.4.1: resolution: { @@ -3287,10 +3224,10 @@ packages: } engines: { node: '>=8' } - ci-info@4.2.0: + ci-info@4.3.0: resolution: { - integrity: sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==, + integrity: sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==, } engines: { node: '>=8' } @@ -3443,10 +3380,10 @@ packages: } engines: { node: ^12.20.0 || >=14 } - commitizen@4.3.0: + commitizen@4.3.1: resolution: { - integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==, + integrity: sha512-gwAPAVTy/j5YcOOebcCRIijn+mSjWJC+IYKivTu6aG8Ei/scoXgfsMRnuAk6b0GRste2J4NGxVdMN3ZpfNaVaw==, } engines: { node: '>= 12' } hasBin: true @@ -3614,17 +3551,6 @@ packages: } engines: { node: '>= 0.10' } - cosmiconfig-typescript-loader@5.0.0: - resolution: - { - integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==, - } - engines: { node: '>=v16' } - peerDependencies: - '@types/node': '*' - cosmiconfig: '>=8.2' - typescript: '>=4' - cosmiconfig-typescript-loader@6.1.0: resolution: { @@ -3662,13 +3588,6 @@ packages: integrity: sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==, } - cross-spawn@7.0.3: - resolution: - { - integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, - } - engines: { node: '>= 8' } - cross-spawn@7.0.6: resolution: { @@ -3684,10 +3603,10 @@ packages: engines: { node: '>=4' } hasBin: true - cssstyle@4.2.1: + cssstyle@4.6.0: resolution: { - integrity: sha512-9+vem03dMXG7gDmZ62uqmRiMRNtinIZ9ZyuF6BdxzfOD+FdN5hretzynkn0ReS2DO2GSw76RWHs0UmJPI2zUjw==, + integrity: sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==, } engines: { node: '>=18' } @@ -3725,13 +3644,6 @@ packages: } engines: { node: '>=18' } - data-view-buffer@1.0.1: - resolution: - { - integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==, - } - engines: { node: '>= 0.4' } - data-view-buffer@1.0.2: resolution: { @@ -3739,13 +3651,6 @@ packages: } engines: { node: '>= 0.4' } - data-view-byte-length@1.0.1: - resolution: - { - integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==, - } - engines: { node: '>= 0.4' } - data-view-byte-length@1.0.2: resolution: { @@ -3753,13 +3658,6 @@ packages: } engines: { node: '>= 0.4' } - data-view-byte-offset@1.0.0: - resolution: - { - integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==, - } - engines: { node: '>= 0.4' } - data-view-byte-offset@1.0.1: resolution: { @@ -3784,10 +3682,10 @@ packages: supports-color: optional: true - debug@4.4.0: + debug@4.4.1: resolution: { - integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==, + integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==, } engines: { node: '>=6.0' } peerDependencies: @@ -3810,10 +3708,10 @@ packages: } engines: { node: '>=0.10.0' } - decimal.js@10.5.0: + decimal.js@10.6.0: resolution: { - integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==, + integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==, } dedent@0.7.0: @@ -4003,10 +3901,10 @@ packages: engines: { node: '>=0.10.0' } hasBin: true - electron-to-chromium@1.5.149: + electron-to-chromium@1.5.190: resolution: { - integrity: sha512-UyiO82eb9dVOx8YO3ajDf9jz2kKyt98DEITRdeLPstOEuTlLzDA4Gyq5K9he71TQziU5jUVu2OAu5N48HmQiyQ==, + integrity: sha512-k4McmnB2091YIsdCgkS0fMVMPOJgxl93ltFzaryXqwip1AaxeDqKCGLxkXODDA5Ab/D+tV5EL5+aTx76RvLRxw==, } emoji-regex@10.4.0: @@ -4040,10 +3938,10 @@ packages: integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==, } - end-of-stream@1.4.4: + end-of-stream@1.4.5: resolution: { - integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==, + integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==, } enquirer@2.3.6: @@ -4060,10 +3958,10 @@ packages: } engines: { node: '>=0.12' } - entities@6.0.0: + entities@6.0.1: resolution: { - integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==, + integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==, } engines: { node: '>=0.12' } @@ -4101,24 +3999,10 @@ packages: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==, } - es-abstract@1.23.3: - resolution: - { - integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==, - } - engines: { node: '>= 0.4' } - - es-abstract@1.23.9: - resolution: - { - integrity: sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==, - } - engines: { node: '>= 0.4' } - - es-define-property@1.0.0: + es-abstract@1.24.0: resolution: { - integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==, + integrity: sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==, } engines: { node: '>= 0.4' } @@ -4149,17 +4033,10 @@ packages: integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==, } - es-object-atoms@1.0.0: - resolution: - { - integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==, - } - engines: { node: '>= 0.4' } - - es-set-tostringtag@2.0.3: + es-object-atoms@1.1.1: resolution: { - integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==, + integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==, } engines: { node: '>= 0.4' } @@ -4170,16 +4047,10 @@ packages: } engines: { node: '>= 0.4' } - es-shim-unscopables@1.0.2: - resolution: - { - integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==, - } - - es-to-primitive@1.2.1: + es-shim-unscopables@1.1.0: resolution: { - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, + integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==, } engines: { node: '>= 0.4' } @@ -4200,21 +4071,14 @@ packages: browserslist: ^4.21.8 esbuild: ~0.25.1 - esbuild@0.25.3: + esbuild@0.25.8: resolution: { - integrity: sha512-qKA6Pvai73+M2FtftpNKRxJ78GIjmFXFxd/1DVBqGo/qNhLSfv+G12n9pNoWdytJC8U00TrViOwpjT0zgqQS8Q==, + integrity: sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==, } engines: { node: '>=18' } hasBin: true - escalade@3.1.2: - resolution: - { - integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==, - } - engines: { node: '>=6' } - escalade@3.2.0: resolution: { @@ -4290,10 +4154,10 @@ packages: integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==, } - eslint-module-utils@2.12.0: + eslint-module-utils@2.12.1: resolution: { - integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==, + integrity: sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==, } engines: { node: '>=4' } peerDependencies: @@ -4385,10 +4249,10 @@ packages: } engines: { node: '>=8.0.0' } - eslint-scope@8.3.0: + eslint-scope@8.4.0: resolution: { - integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==, + integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -4399,10 +4263,10 @@ packages: } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - eslint-visitor-keys@4.2.0: + eslint-visitor-keys@4.2.1: resolution: { - integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==, + integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -4419,10 +4283,10 @@ packages: jiti: optional: true - espree@10.3.0: + espree@10.4.0: resolution: { - integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==, + integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -4494,17 +4358,17 @@ packages: integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==, } - eventsource-parser@3.0.1: + eventsource-parser@3.0.3: resolution: { - integrity: sha512-VARTJ9CYeuQYb0pZEPbzi740OWFgpHe7AYJ2WFZVnUDUQp5Dk2yJUgF36YsZ81cOyxT0QxmXD2EQpapAouzWVA==, + integrity: sha512-nVpZkTMM9rF6AQ9gPJpFsNAMt48wIzB5TQgiTLdHiuO8XEDhUgZEhqKlZWXbIzo9VmJ/HvysHqEaVeD5v9TPvA==, } - engines: { node: '>=18.0.0' } + engines: { node: '>=20.0.0' } - eventsource@3.0.6: + eventsource@3.0.7: resolution: { - integrity: sha512-l19WpE2m9hSuyP06+FbuUUf1G+R0SFLrtQfbRb9PRr+oimOfxQhgGCbVaXg5IvZyyTThJsxh6L/srkMiCeBPDA==, + integrity: sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==, } engines: { node: '>=18.0.0' } @@ -4529,10 +4393,10 @@ packages: } engines: { node: '>=0.10.0' } - expect-type@1.2.1: + expect-type@1.2.2: resolution: { - integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==, + integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==, } engines: { node: '>=12.0.0' } @@ -4542,14 +4406,14 @@ packages: integrity: sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==, } - express-rate-limit@7.5.0: + express-rate-limit@7.5.1: resolution: { - integrity: sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==, + integrity: sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==, } engines: { node: '>= 16' } peerDependencies: - express: ^4.11 || 5 || ^5.0.0-beta.1 + express: '>= 4.11' express@5.1.0: resolution: @@ -4571,10 +4435,10 @@ packages: integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, } - fast-glob@3.3.2: + fast-glob@3.3.3: resolution: { - integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==, + integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==, } engines: { node: '>=8.6.0' } @@ -4590,22 +4454,22 @@ packages: integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, } - fast-uri@3.0.1: + fast-uri@3.0.6: resolution: { - integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==, + integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==, } - fastq@1.17.1: + fastq@1.19.1: resolution: { - integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==, + integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==, } - fdir@6.4.4: + fdir@6.4.6: resolution: { - integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==, + integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==, } peerDependencies: picomatch: ^3 || ^4 @@ -4732,23 +4596,24 @@ packages: debug: optional: true - for-each@0.3.3: + for-each@0.3.5: resolution: { - integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==, + integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==, } + engines: { node: '>= 0.4' } - foreground-child@3.2.1: + foreground-child@3.3.1: resolution: { - integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==, + integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==, } engines: { node: '>=14' } - form-data@4.0.2: + form-data@4.0.4: resolution: { - integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==, + integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==, } engines: { node: '>= 6' } @@ -4826,13 +4691,6 @@ packages: integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==, } - function.prototype.name@1.1.6: - resolution: - { - integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==, - } - engines: { node: '>= 0.4' } - function.prototype.name@1.1.8: resolution: { @@ -4867,17 +4725,10 @@ packages: } engines: { node: '>=18' } - get-intrinsic@1.2.4: + get-intrinsic@1.3.0: resolution: { - integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==, - } - engines: { node: '>= 0.4' } - - get-intrinsic@1.2.7: - resolution: - { - integrity: sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==, + integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==, } engines: { node: '>= 0.4' } @@ -4910,6 +4761,13 @@ packages: } engines: { node: '>=10' } + get-stream@6.0.1: + resolution: + { + integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==, + } + engines: { node: '>=10' } + get-stream@8.0.1: resolution: { @@ -4917,19 +4775,18 @@ packages: } engines: { node: '>=16' } - get-symbol-description@1.0.2: + get-symbol-description@1.1.0: resolution: { - integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==, + integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==, } engines: { node: '>= 0.4' } - get-symbol-description@1.1.0: + get-tsconfig@4.10.1: resolution: { - integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==, + integrity: sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==, } - engines: { node: '>= 0.4' } git-raw-commits@3.0.0: resolution: @@ -5036,13 +4893,6 @@ packages: } engines: { node: '>=0.10.0' } - globals@11.12.0: - resolution: - { - integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==, - } - engines: { node: '>=4' } - globals@14.0.0: resolution: { @@ -5064,12 +4914,6 @@ packages: } engines: { node: '>=10' } - gopd@1.0.1: - resolution: - { - integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, - } - gopd@1.2.0: resolution: { @@ -5110,11 +4954,12 @@ packages: } engines: { node: '>=6' } - has-bigints@1.0.2: + has-bigints@1.1.0: resolution: { - integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==, + integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==, } + engines: { node: '>= 0.4' } has-flag@3.0.0: resolution: @@ -5136,13 +4981,6 @@ packages: integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==, } - has-proto@1.0.3: - resolution: - { - integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==, - } - engines: { node: '>= 0.4' } - has-proto@1.2.0: resolution: { @@ -5150,13 +4988,6 @@ packages: } engines: { node: '>= 0.4' } - has-symbols@1.0.3: - resolution: - { - integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, - } - engines: { node: '>= 0.4' } - has-symbols@1.1.0: resolution: { @@ -5224,10 +5055,10 @@ packages: integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==, } - http-cache-semantics@4.1.1: + http-cache-semantics@4.2.0: resolution: { - integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==, + integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==, } http-errors@2.0.0: @@ -5300,13 +5131,6 @@ packages: } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - ignore@5.3.1: - resolution: - { - integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==, - } - engines: { node: '>= 4' } - ignore@5.3.2: resolution: { @@ -5321,10 +5145,10 @@ packages: } engines: { node: '>= 4' } - import-fresh@3.3.0: + import-fresh@3.3.1: resolution: { - integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==, + integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==, } engines: { node: '>=6' } @@ -5356,10 +5180,10 @@ packages: } engines: { node: '>=8' } - index-to-position@0.1.2: + index-to-position@1.1.0: resolution: { - integrity: sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==, + integrity: sha512-XPdx9Dq4t9Qk1mTMbWONJqU7boCoumEH7fRET37HX5+khDUl3J2W6PdALxhILYlIYx2amlwYcRPp28p0tSiojg==, } engines: { node: '>=18' } @@ -5417,13 +5241,6 @@ packages: } engines: { node: '>=12.0.0' } - internal-slot@1.0.7: - resolution: - { - integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==, - } - engines: { node: '>= 0.4' } - internal-slot@1.1.0: resolution: { @@ -5445,13 +5262,6 @@ packages: } engines: { node: '>= 0.10' } - is-array-buffer@3.0.4: - resolution: - { - integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==, - } - engines: { node: '>= 0.4' } - is-array-buffer@3.0.5: resolution: { @@ -5465,19 +5275,13 @@ packages: integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==, } - is-async-function@2.0.0: + is-async-function@2.1.1: resolution: { - integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==, + integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==, } engines: { node: '>= 0.4' } - is-bigint@1.0.4: - resolution: - { - integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, - } - is-bigint@1.1.0: resolution: { @@ -5492,17 +5296,10 @@ packages: } engines: { node: '>=8' } - is-boolean-object@1.1.2: - resolution: - { - integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, - } - engines: { node: '>= 0.4' } - - is-boolean-object@1.2.1: + is-boolean-object@1.2.2: resolution: { - integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==, + integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==, } engines: { node: '>= 0.4' } @@ -5520,13 +5317,6 @@ packages: } hasBin: true - is-core-module@2.15.1: - resolution: - { - integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==, - } - engines: { node: '>= 0.4' } - is-core-module@2.16.1: resolution: { @@ -5534,13 +5324,6 @@ packages: } engines: { node: '>= 0.4' } - is-data-view@1.0.1: - resolution: - { - integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==, - } - engines: { node: '>= 0.4' } - is-data-view@1.0.2: resolution: { @@ -5548,13 +5331,6 @@ packages: } engines: { node: '>= 0.4' } - is-date-object@1.0.5: - resolution: - { - integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, - } - engines: { node: '>= 0.4' } - is-date-object@1.1.0: resolution: { @@ -5577,12 +5353,6 @@ packages: } engines: { node: '>=0.10.0' } - is-finalizationregistry@1.0.2: - resolution: - { - integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==, - } - is-finalizationregistry@1.1.1: resolution: { @@ -5611,10 +5381,10 @@ packages: } engines: { node: '>=18' } - is-generator-function@1.0.10: + is-generator-function@1.1.0: resolution: { - integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==, + integrity: sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==, } engines: { node: '>= 0.4' } @@ -5652,13 +5422,6 @@ packages: } engines: { node: '>= 0.4' } - is-number-object@1.0.7: - resolution: - { - integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, - } - engines: { node: '>= 0.4' } - is-number-object@1.1.1: resolution: { @@ -5706,13 +5469,6 @@ packages: integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==, } - is-regex@1.1.4: - resolution: - { - integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, - } - engines: { node: '>= 0.4' } - is-regex@1.2.1: resolution: { @@ -5727,13 +5483,6 @@ packages: } engines: { node: '>= 0.4' } - is-shared-array-buffer@1.0.3: - resolution: - { - integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==, - } - engines: { node: '>= 0.4' } - is-shared-array-buffer@1.0.4: resolution: { @@ -5761,13 +5510,6 @@ packages: } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - is-string@1.0.7: - resolution: - { - integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, - } - engines: { node: '>= 0.4' } - is-string@1.1.1: resolution: { @@ -5775,13 +5517,6 @@ packages: } engines: { node: '>= 0.4' } - is-symbol@1.0.4: - resolution: - { - integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, - } - engines: { node: '>= 0.4' } - is-symbol@1.1.1: resolution: { @@ -5803,13 +5538,6 @@ packages: } engines: { node: '>=8' } - is-typed-array@1.1.13: - resolution: - { - integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==, - } - engines: { node: '>= 0.4' } - is-typed-array@1.1.15: resolution: { @@ -5837,23 +5565,17 @@ packages: } engines: { node: '>= 0.4' } - is-weakref@1.0.2: - resolution: - { - integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, - } - - is-weakref@1.1.0: + is-weakref@1.1.1: resolution: { - integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==, + integrity: sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==, } engines: { node: '>= 0.4' } - is-weakset@2.0.3: + is-weakset@2.0.4: resolution: { - integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==, + integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==, } engines: { node: '>= 0.4' } @@ -5973,13 +5695,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jiti@1.21.6: - resolution: - { - integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==, - } - hasBin: true - jiti@2.4.2: resolution: { @@ -6160,10 +5875,10 @@ packages: } engines: { node: '>=0.10.0' } - ky@1.7.5: + ky@1.8.2: resolution: { - integrity: sha512-HzhziW6sc5m0pwi5M196+7cEBtbt0lCYi67wNsiwMUmz833wloE0gbzJPWKs1gliFKQb34huItDQX97LyOdPdA==, + integrity: sha512-XybQJ3d4Ea1kI27DoelE5ZCT3bSJlibYTtQuMsyzKox3TMyayw1asgQdl54WroAm+fIA3ZCr8zXW2RpR7qWVpA==, } engines: { node: '>=18' } @@ -6243,10 +5958,10 @@ packages: engines: { node: '>=18.12.0' } hasBin: true - listr2@8.3.2: + listr2@8.3.3: resolution: { - integrity: sha512-vsBzcU4oE+v0lj4FhVLzr9dBTv4/fHIa57l+GCwovP8MoFNZJTOhGU8PXd4v2VJCbECAaijBiHntiekFMLvo0g==, + integrity: sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==, } engines: { node: '>=18.0.0' } @@ -6392,10 +6107,10 @@ packages: } hasBin: true - loupe@3.1.3: + loupe@3.1.4: resolution: { - integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==, + integrity: sha512-wJzkKwJrheKtknCOKNEtDK4iqg/MxmZheEMtSTYvnzRdEYaZzmgH976nenp8WdJRdx5Vc1X/9MO0Oszl6ezeXg==, } lru-cache@10.4.3: @@ -6404,17 +6119,10 @@ packages: integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==, } - lru-cache@11.0.2: + lru-cache@5.1.1: resolution: { - integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==, - } - engines: { node: 20 || >=22 } - - lru-cache@5.1.1: - resolution: - { - integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, + integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, } lru-cache@6.0.0: @@ -6973,10 +6681,10 @@ packages: integrity: sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==, } - nx@20.8.1: + nx@20.8.2: resolution: { - integrity: sha512-73Uw8YXpsjeLqHSl7NMCmGdCs+8ynPzoNJFWAqVanPETEY9zPd5wevVQmeyzYtNNQU35uj6Os4iUzYunmwnFaA==, + integrity: sha512-mDKpbH3vEpUFDx0rrLh+tTqLq1PYU8KiD/R7OVZGd1FxQxghx2HOl32MiqNsfPcw6AvKlXhslbwIESV+N55FLQ==, } hasBin: true peerDependencies: @@ -6995,17 +6703,10 @@ packages: } engines: { node: '>=0.10.0' } - object-inspect@1.13.2: - resolution: - { - integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==, - } - engines: { node: '>= 0.4' } - - object-inspect@1.13.3: + object-inspect@1.13.4: resolution: { - integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==, + integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==, } engines: { node: '>= 0.4' } @@ -7016,13 +6717,6 @@ packages: } engines: { node: '>= 0.4' } - object.assign@4.1.5: - resolution: - { - integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==, - } - engines: { node: '>= 0.4' } - object.assign@4.1.7: resolution: { @@ -7030,10 +6724,10 @@ packages: } engines: { node: '>= 0.4' } - object.entries@1.1.8: + object.entries@1.1.9: resolution: { - integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==, + integrity: sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==, } engines: { node: '>= 0.4' } @@ -7051,10 +6745,10 @@ packages: } engines: { node: '>= 0.4' } - object.values@1.2.0: + object.values@1.2.1: resolution: { - integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==, + integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==, } engines: { node: '>= 0.4' } @@ -7267,10 +6961,10 @@ packages: } engines: { node: '>=8' } - package-json-from-dist@1.0.0: + package-json-from-dist@1.0.1: resolution: { - integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==, + integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==, } package-json@10.0.1: @@ -7324,10 +7018,10 @@ packages: } engines: { node: '>=8' } - parse-json@8.1.0: + parse-json@8.3.0: resolution: { - integrity: sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==, + integrity: sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==, } engines: { node: '>=18' } @@ -7445,10 +7139,10 @@ packages: integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==, } - pathval@2.0.0: + pathval@2.0.1: resolution: { - integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==, + integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==, } engines: { node: '>= 14.16' } @@ -7465,10 +7159,10 @@ packages: } engines: { node: '>=8.6' } - picomatch@4.0.2: + picomatch@4.0.3: resolution: { - integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==, + integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==, } engines: { node: '>=12' } @@ -7529,10 +7223,10 @@ packages: } engines: { node: '>=12' } - possible-typed-array-names@1.0.0: + possible-typed-array-names@1.1.0: resolution: { - integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==, + integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==, } engines: { node: '>= 0.4' } @@ -7543,10 +7237,10 @@ packages: } engines: { node: '>=4' } - postcss@8.5.3: + postcss@8.5.6: resolution: { - integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==, + integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==, } engines: { node: ^10 || ^12 || >=14 } @@ -7831,20 +7525,6 @@ packages: } engines: { node: '>= 0.4' } - reflect.getprototypeof@1.0.6: - resolution: - { - integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==, - } - engines: { node: '>= 0.4' } - - regexp.prototype.flags@1.5.2: - resolution: - { - integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==, - } - engines: { node: '>= 0.4' } - regexp.prototype.flags@1.5.4: resolution: { @@ -7908,6 +7588,12 @@ packages: } engines: { node: '>=8' } + resolve-pkg-maps@1.0.0: + resolution: + { + integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==, + } + resolve.exports@2.0.3: resolution: { @@ -7923,13 +7609,6 @@ packages: engines: { node: '>= 0.4' } hasBin: true - resolve@1.22.8: - resolution: - { - integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==, - } - hasBin: true - resolve@2.0.0-next.5: resolution: { @@ -7958,10 +7637,10 @@ packages: } engines: { node: '>= 4' } - reusify@1.0.4: + reusify@1.1.0: resolution: { - integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, + integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==, } engines: { iojs: '>=1.0.0', node: '>=0.10.0' } @@ -7979,10 +7658,10 @@ packages: engines: { node: '>=14' } hasBin: true - rollup@4.40.0: + rollup@4.45.1: resolution: { - integrity: sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==, + integrity: sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==, } engines: { node: '>=18.0.0', npm: '>=8.0.0' } hasBin: true @@ -8013,25 +7692,12 @@ packages: integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==, } - rxjs@7.8.1: - resolution: - { - integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==, - } - rxjs@7.8.2: resolution: { integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==, } - safe-array-concat@1.1.2: - resolution: - { - integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==, - } - engines: { node: '>=0.4' } - safe-array-concat@1.1.3: resolution: { @@ -8058,13 +7724,6 @@ packages: } engines: { node: '>= 0.4' } - safe-regex-test@1.0.3: - resolution: - { - integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==, - } - engines: { node: '>= 0.4' } - safe-regex-test@1.1.0: resolution: { @@ -8105,18 +7764,10 @@ packages: } hasBin: true - semver@7.6.3: - resolution: - { - integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==, - } - engines: { node: '>=10' } - hasBin: true - - semver@7.7.1: + semver@7.7.2: resolution: { - integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==, + integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==, } engines: { node: '>=10' } hasBin: true @@ -8210,13 +7861,6 @@ packages: } engines: { node: '>= 0.4' } - side-channel@1.0.6: - resolution: - { - integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==, - } - engines: { node: '>= 0.4' } - side-channel@1.1.0: resolution: { @@ -8292,10 +7936,10 @@ packages: } engines: { node: '>= 14' } - socks@2.8.4: + socks@2.8.6: resolution: { - integrity: sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==, + integrity: sha512-pe4Y2yzru68lXCb38aAqRf5gvN8YdjP1lok5o0J7BOHljkyCGKVz7H3vpVIXKD27rj2giOJ7DwVyk/GWrPHDWA==, } engines: { node: '>= 10.0.0', npm: '>= 3.0.0' } @@ -8338,10 +7982,10 @@ packages: integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==, } - spdx-license-ids@3.0.18: + spdx-license-ids@3.0.21: resolution: { - integrity: sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==, + integrity: sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==, } split2@3.2.2: @@ -8395,12 +8039,26 @@ packages: } engines: { node: '>= 0.8' } + statuses@2.0.2: + resolution: + { + integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==, + } + engines: { node: '>= 0.8' } + std-env@3.9.0: resolution: { integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==, } + stop-iteration-iterator@1.1.0: + resolution: + { + integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==, + } + engines: { node: '>= 0.4' } + string-argv@0.3.2: resolution: { @@ -8436,10 +8094,10 @@ packages: } engines: { node: '>= 0.4' } - string.prototype.matchall@4.0.11: + string.prototype.matchall@4.0.12: resolution: { - integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==, + integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==, } engines: { node: '>= 0.4' } @@ -8456,19 +8114,6 @@ packages: } engines: { node: '>= 0.4' } - string.prototype.trim@1.2.9: - resolution: - { - integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==, - } - engines: { node: '>= 0.4' } - - string.prototype.trimend@1.0.8: - resolution: - { - integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==, - } - string.prototype.trimend@1.0.9: resolution: { @@ -8665,17 +8310,17 @@ packages: integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==, } - tinyglobby@0.2.13: + tinyglobby@0.2.14: resolution: { - integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==, + integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==, } engines: { node: '>=12.0.0' } - tinypool@1.0.2: + tinypool@1.1.1: resolution: { - integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==, + integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==, } engines: { node: ^18.0.0 || >=20.0.0 } @@ -8693,16 +8338,16 @@ packages: } engines: { node: '>=14.0.0' } - tldts-core@6.1.71: + tldts-core@6.1.86: resolution: { - integrity: sha512-LRbChn2YRpic1KxY+ldL1pGXN/oVvKfCVufwfVzEQdFYNo39uF7AJa/WXdo+gYO7PTvdfkCPCed6Hkvz/kR7jg==, + integrity: sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==, } - tldts@6.1.71: + tldts@6.1.86: resolution: { - integrity: sha512-LQIHmHnuzfZgZWAf2HzL83TIIrD8NhhI0DVxqo9/FdOd4ilec+NTNZOlDZf7EwrTNoutccbsHjvWHYXLAtvxjw==, + integrity: sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==, } hasBin: true @@ -8775,10 +8420,10 @@ packages: } engines: { node: '>=8' } - ts-api-utils@1.3.0: + ts-api-utils@1.4.3: resolution: { - integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==, + integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==, } engines: { node: '>=16' } peerDependencies: @@ -8793,11 +8438,12 @@ packages: peerDependencies: typescript: '>=4.8.4' - tsc-alias@1.8.10: + tsc-alias@1.8.16: resolution: { - integrity: sha512-Ibv4KAWfFkFdKJxnWfVtdOmB0Zi1RJVxcbPGiCDsFpCQSsmpWyuzHG3rQyI5YkobWwxFPEyQfu1hdo4qLG2zPw==, + integrity: sha512-QjCyu55NFyRSBAl6+MTFwplpFcnm2Pq01rR/uxfqJoLMm6X3O14KEGtaSDZpJYaE1bJBGDjD0eSuiIWPe2T58g==, } + engines: { node: '>=16.20.2' } hasBin: true tsconfig-paths@3.15.0: @@ -8819,12 +8465,6 @@ packages: integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==, } - tslib@2.6.3: - resolution: - { - integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==, - } - tslib@2.8.1: resolution: { @@ -8944,10 +8584,10 @@ packages: } engines: { node: '>=8' } - type-fest@4.23.0: + type-fest@4.41.0: resolution: { - integrity: sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==, + integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==, } engines: { node: '>=16' } @@ -8958,13 +8598,6 @@ packages: } engines: { node: '>= 0.6' } - typed-array-buffer@1.0.2: - resolution: - { - integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==, - } - engines: { node: '>= 0.4' } - typed-array-buffer@1.0.3: resolution: { @@ -8972,13 +8605,6 @@ packages: } engines: { node: '>= 0.4' } - typed-array-byte-length@1.0.1: - resolution: - { - integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==, - } - engines: { node: '>= 0.4' } - typed-array-byte-length@1.0.3: resolution: { @@ -8986,13 +8612,6 @@ packages: } engines: { node: '>= 0.4' } - typed-array-byte-offset@1.0.2: - resolution: - { - integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==, - } - engines: { node: '>= 0.4' } - typed-array-byte-offset@1.0.4: resolution: { @@ -9000,13 +8619,6 @@ packages: } engines: { node: '>= 0.4' } - typed-array-length@1.0.6: - resolution: - { - integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==, - } - engines: { node: '>= 0.4' } - typed-array-length@1.0.7: resolution: { @@ -9052,12 +8664,6 @@ packages: engines: { node: '>=0.8.0' } hasBin: true - unbox-primitive@1.0.2: - resolution: - { - integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==, - } - unbox-primitive@1.1.0: resolution: { @@ -9065,10 +8671,10 @@ packages: } engines: { node: '>= 0.4' } - undici-types@6.21.0: + undici-types@6.19.8: resolution: { - integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==, + integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==, } unicorn-magic@0.1.0: @@ -9160,10 +8766,10 @@ packages: } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - validate-npm-package-name@6.0.0: + validate-npm-package-name@6.0.2: resolution: { - integrity: sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==, + integrity: sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==, } engines: { node: ^18.17.0 || >=20.5.0 } @@ -9315,12 +8921,6 @@ packages: integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==, } - which-boxed-primitive@1.0.2: - resolution: - { - integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, - } - which-boxed-primitive@1.1.1: resolution: { @@ -9328,13 +8928,6 @@ packages: } engines: { node: '>= 0.4' } - which-builtin-type@1.1.4: - resolution: - { - integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==, - } - engines: { node: '>= 0.4' } - which-builtin-type@1.2.1: resolution: { @@ -9349,17 +8942,10 @@ packages: } engines: { node: '>= 0.4' } - which-typed-array@1.1.15: + which-typed-array@1.1.19: resolution: { - integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==, - } - engines: { node: '>= 0.4' } - - which-typed-array@1.1.18: - resolution: - { - integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==, + integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==, } engines: { node: '>= 0.4' } @@ -9474,10 +9060,10 @@ packages: } engines: { node: '>=8' } - ws@8.18.0: + ws@8.18.3: resolution: { - integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==, + integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==, } engines: { node: '>=10.0.0' } peerDependencies: @@ -9528,20 +9114,12 @@ packages: integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==, } - yaml@2.6.1: + yaml@2.8.0: resolution: { - integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==, + integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==, } - engines: { node: '>= 14' } - hasBin: true - - yaml@2.7.1: - resolution: - { - integrity: sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==, - } - engines: { node: '>= 14' } + engines: { node: '>= 14.6' } hasBin: true yargs-parser@20.2.9: @@ -9579,152 +9157,140 @@ packages: } engines: { node: '>=10' } - yocto-queue@1.1.1: + yocto-queue@1.2.1: resolution: { - integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==, + integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==, } engines: { node: '>=12.20' } - zod-to-json-schema@3.24.5: + zod-to-json-schema@3.24.6: resolution: { - integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==, + integrity: sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==, } peerDependencies: zod: ^3.24.1 - zod@3.24.3: + zod@3.25.76: resolution: { - integrity: sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==, + integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==, } snapshots: '@ampproject/remapping@2.3.0': dependencies: - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/trace-mapping': 0.3.29 - '@asamuzakjp/css-color@2.8.2': + '@asamuzakjp/css-color@3.2.0': dependencies: - '@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 - lru-cache: 11.0.2 - - '@babel/code-frame@7.24.7': - dependencies: - '@babel/highlight': 7.24.7 - picocolors: 1.1.1 + '@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) + '@csstools/css-color-parser': 3.0.10(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) + '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) + '@csstools/css-tokenizer': 3.0.4 + lru-cache: 10.4.3 - '@babel/code-frame@7.26.2': + '@babel/code-frame@7.27.1': dependencies: - '@babel/helper-validator-identifier': 7.25.9 + '@babel/helper-validator-identifier': 7.27.1 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.8': {} + '@babel/compat-data@7.28.0': {} - '@babel/core@7.26.10': + '@babel/core@7.28.0': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.27.0 - '@babel/helper-compilation-targets': 7.27.0 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) - '@babel/helpers': 7.27.0 - '@babel/parser': 7.27.0 - '@babel/template': 7.27.0 - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.0 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) + '@babel/helpers': 7.27.6 + '@babel/parser': 7.28.0 + '@babel/template': 7.27.2 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.1 convert-source-map: 2.0.0 - debug: 4.4.0 + debug: 4.4.1 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/generator@7.27.0': + '@babel/generator@7.28.0': dependencies: - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.1 + '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/trace-mapping': 0.3.29 jsesc: 3.1.0 - '@babel/helper-compilation-targets@7.27.0': + '@babel/helper-compilation-targets@7.27.2': dependencies: - '@babel/compat-data': 7.26.8 - '@babel/helper-validator-option': 7.25.9 + '@babel/compat-data': 7.28.0 + '@babel/helper-validator-option': 7.27.1 browserslist: 4.24.5 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-module-imports@7.25.9': + '@babel/helper-globals@7.28.0': {} + + '@babel/helper-module-imports@7.27.1': dependencies: - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.1 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': + '@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.27.0 + '@babel/core': 7.28.0 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color - '@babel/helper-string-parser@7.25.9': {} - - '@babel/helper-validator-identifier@7.24.7': {} + '@babel/helper-string-parser@7.27.1': {} - '@babel/helper-validator-identifier@7.25.9': {} + '@babel/helper-validator-identifier@7.27.1': {} - '@babel/helper-validator-option@7.25.9': {} + '@babel/helper-validator-option@7.27.1': {} - '@babel/helpers@7.27.0': + '@babel/helpers@7.27.6': dependencies: - '@babel/template': 7.27.0 - '@babel/types': 7.27.0 + '@babel/template': 7.27.2 + '@babel/types': 7.28.1 - '@babel/highlight@7.24.7': + '@babel/parser@7.28.0': dependencies: - '@babel/helper-validator-identifier': 7.24.7 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.1.1 - - '@babel/parser@7.27.0': - dependencies: - '@babel/types': 7.27.0 + '@babel/types': 7.28.1 - '@babel/template@7.27.0': + '@babel/template@7.27.2': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 + '@babel/code-frame': 7.27.1 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.1 - '@babel/traverse@7.27.0': + '@babel/traverse@7.28.0': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.27.0 - '@babel/parser': 7.27.0 - '@babel/template': 7.27.0 - '@babel/types': 7.27.0 - debug: 4.4.0 - globals: 11.12.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.0 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.28.0 + '@babel/template': 7.27.2 + '@babel/types': 7.28.1 + debug: 4.4.1 transitivePeerDependencies: - supports-color - '@babel/types@7.27.0': + '@babel/types@7.28.1': dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 '@bcoe/v8-coverage@1.0.2': {} @@ -9763,11 +9329,11 @@ snapshots: '@biomejs/cli-win32-x64@1.9.4': optional: true - '@commitlint/cli@19.8.1(@types/node@22.15.2)(typescript@5.8.3)': + '@commitlint/cli@19.8.1(@types/node@20.17.46)(typescript@5.8.3)': dependencies: '@commitlint/format': 19.8.1 '@commitlint/lint': 19.8.1 - '@commitlint/load': 19.8.1(@types/node@22.15.2)(typescript@5.8.3) + '@commitlint/load': 19.8.1(@types/node@20.17.46)(typescript@5.8.3) '@commitlint/read': 19.8.1 '@commitlint/types': 19.8.1 tinyexec: 1.0.1 @@ -9781,12 +9347,6 @@ snapshots: '@commitlint/types': 19.8.1 conventional-changelog-conventionalcommits: 7.0.2 - '@commitlint/config-validator@19.0.3': - dependencies: - '@commitlint/types': 19.8.0 - ajv: 8.17.1 - optional: true - '@commitlint/config-validator@19.8.1': dependencies: '@commitlint/types': 19.8.1 @@ -9801,9 +9361,6 @@ snapshots: lodash.startcase: 4.4.0 lodash.upperfirst: 4.3.1 - '@commitlint/execute-rule@19.0.0': - optional: true - '@commitlint/execute-rule@19.8.1': {} '@commitlint/format@19.8.1': @@ -9814,7 +9371,7 @@ snapshots: '@commitlint/is-ignored@19.8.1': dependencies: '@commitlint/types': 19.8.1 - semver: 7.7.1 + semver: 7.7.2 '@commitlint/lint@19.8.1': dependencies: @@ -9823,24 +9380,7 @@ snapshots: '@commitlint/rules': 19.8.1 '@commitlint/types': 19.8.1 - '@commitlint/load@19.2.0(@types/node@22.15.2)(typescript@5.8.3)': - dependencies: - '@commitlint/config-validator': 19.0.3 - '@commitlint/execute-rule': 19.0.0 - '@commitlint/resolve-extends': 19.1.0 - '@commitlint/types': 19.8.0 - chalk: 5.3.0 - cosmiconfig: 9.0.0(typescript@5.8.3) - cosmiconfig-typescript-loader: 5.0.0(@types/node@22.15.2)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3) - lodash.isplainobject: 4.0.6 - lodash.merge: 4.6.2 - lodash.uniq: 4.5.0 - transitivePeerDependencies: - - '@types/node' - - typescript - optional: true - - '@commitlint/load@19.8.1(@types/node@22.15.2)(typescript@5.8.3)': + '@commitlint/load@19.8.1(@types/node@20.17.46)(typescript@5.8.3)': dependencies: '@commitlint/config-validator': 19.8.1 '@commitlint/execute-rule': 19.8.1 @@ -9848,7 +9388,7 @@ snapshots: '@commitlint/types': 19.8.1 chalk: 5.4.1 cosmiconfig: 9.0.0(typescript@5.8.3) - cosmiconfig-typescript-loader: 6.1.0(@types/node@22.15.2)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3) + cosmiconfig-typescript-loader: 6.1.0(@types/node@20.17.46)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -9872,16 +9412,6 @@ snapshots: minimist: 1.2.8 tinyexec: 1.0.1 - '@commitlint/resolve-extends@19.1.0': - dependencies: - '@commitlint/config-validator': 19.0.3 - '@commitlint/types': 19.8.0 - global-directory: 4.0.1 - import-meta-resolve: 4.1.0 - lodash.mergewith: 4.6.2 - resolve-from: 5.0.0 - optional: true - '@commitlint/resolve-extends@19.8.1': dependencies: '@commitlint/config-validator': 19.8.1 @@ -9904,47 +9434,41 @@ snapshots: dependencies: find-up: 7.0.0 - '@commitlint/types@19.8.0': - dependencies: - '@types/conventional-commits-parser': 5.0.0 - chalk: 5.4.1 - optional: true - '@commitlint/types@19.8.1': dependencies: - '@types/conventional-commits-parser': 5.0.0 + '@types/conventional-commits-parser': 5.0.1 chalk: 5.4.1 - '@csstools/color-helpers@5.0.1': {} + '@csstools/color-helpers@5.0.2': {} - '@csstools/css-calc@2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + '@csstools/css-calc@2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)': dependencies: - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 + '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) + '@csstools/css-tokenizer': 3.0.4 - '@csstools/css-color-parser@3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + '@csstools/css-color-parser@3.0.10(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)': dependencies: - '@csstools/color-helpers': 5.0.1 - '@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 + '@csstools/color-helpers': 5.0.2 + '@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) + '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) + '@csstools/css-tokenizer': 3.0.4 - '@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3)': + '@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4)': dependencies: - '@csstools/css-tokenizer': 3.0.3 + '@csstools/css-tokenizer': 3.0.4 - '@csstools/css-tokenizer@3.0.3': {} + '@csstools/css-tokenizer@3.0.4': {} - '@emnapi/core@1.4.3': + '@emnapi/core@1.4.5': dependencies: - '@emnapi/wasi-threads': 1.0.2 + '@emnapi/wasi-threads': 1.0.4 tslib: 2.8.1 - '@emnapi/runtime@1.4.3': + '@emnapi/runtime@1.4.5': dependencies: tslib: 2.8.1 - '@emnapi/wasi-threads@1.0.2': + '@emnapi/wasi-threads@1.0.4': dependencies: tslib: 2.8.1 @@ -9956,79 +9480,82 @@ snapshots: - supports-color - typescript - '@esbuild/aix-ppc64@0.25.3': + '@esbuild/aix-ppc64@0.25.8': + optional: true + + '@esbuild/android-arm64@0.25.8': optional: true - '@esbuild/android-arm64@0.25.3': + '@esbuild/android-arm@0.25.8': optional: true - '@esbuild/android-arm@0.25.3': + '@esbuild/android-x64@0.25.8': optional: true - '@esbuild/android-x64@0.25.3': + '@esbuild/darwin-arm64@0.25.8': optional: true - '@esbuild/darwin-arm64@0.25.3': + '@esbuild/darwin-x64@0.25.8': optional: true - '@esbuild/darwin-x64@0.25.3': + '@esbuild/freebsd-arm64@0.25.8': optional: true - '@esbuild/freebsd-arm64@0.25.3': + '@esbuild/freebsd-x64@0.25.8': optional: true - '@esbuild/freebsd-x64@0.25.3': + '@esbuild/linux-arm64@0.25.8': optional: true - '@esbuild/linux-arm64@0.25.3': + '@esbuild/linux-arm@0.25.8': optional: true - '@esbuild/linux-arm@0.25.3': + '@esbuild/linux-ia32@0.25.8': optional: true - '@esbuild/linux-ia32@0.25.3': + '@esbuild/linux-loong64@0.25.8': optional: true - '@esbuild/linux-loong64@0.25.3': + '@esbuild/linux-mips64el@0.25.8': optional: true - '@esbuild/linux-mips64el@0.25.3': + '@esbuild/linux-ppc64@0.25.8': optional: true - '@esbuild/linux-ppc64@0.25.3': + '@esbuild/linux-riscv64@0.25.8': optional: true - '@esbuild/linux-riscv64@0.25.3': + '@esbuild/linux-s390x@0.25.8': optional: true - '@esbuild/linux-s390x@0.25.3': + '@esbuild/linux-x64@0.25.8': optional: true - '@esbuild/linux-x64@0.25.3': + '@esbuild/netbsd-arm64@0.25.8': optional: true - '@esbuild/netbsd-arm64@0.25.3': + '@esbuild/netbsd-x64@0.25.8': optional: true - '@esbuild/netbsd-x64@0.25.3': + '@esbuild/openbsd-arm64@0.25.8': optional: true - '@esbuild/openbsd-arm64@0.25.3': + '@esbuild/openbsd-x64@0.25.8': optional: true - '@esbuild/openbsd-x64@0.25.3': + '@esbuild/openharmony-arm64@0.25.8': optional: true - '@esbuild/sunos-x64@0.25.3': + '@esbuild/sunos-x64@0.25.8': optional: true - '@esbuild/win32-arm64@0.25.3': + '@esbuild/win32-arm64@0.25.8': optional: true - '@esbuild/win32-ia32@0.25.3': + '@esbuild/win32-ia32@0.25.8': optional: true - '@esbuild/win32-x64@0.25.3': + '@esbuild/win32-x64@0.25.8': optional: true '@eslint-community/eslint-utils@4.7.0(eslint@9.26.0(jiti@2.4.2))': @@ -10042,15 +9569,15 @@ snapshots: optionalDependencies: eslint: 9.26.0(jiti@2.4.2) - '@eslint/config-array@0.20.0': + '@eslint/config-array@0.20.1': dependencies: '@eslint/object-schema': 2.1.6 - debug: 4.4.0 + debug: 4.4.1 minimatch: 3.1.2 transitivePeerDependencies: - supports-color - '@eslint/config-helpers@0.2.2': {} + '@eslint/config-helpers@0.2.3': {} '@eslint/core@0.13.0': dependencies: @@ -10059,11 +9586,11 @@ snapshots: '@eslint/eslintrc@3.1.0': dependencies: ajv: 6.12.6 - debug: 4.4.0 - espree: 10.3.0 + debug: 4.4.1 + espree: 10.4.0 globals: 14.0.0 - ignore: 5.3.1 - import-fresh: 3.3.0 + ignore: 5.3.2 + import-fresh: 3.3.1 js-yaml: 4.1.0 minimatch: 3.1.2 strip-json-comments: 3.1.1 @@ -10073,11 +9600,11 @@ snapshots: '@eslint/eslintrc@3.3.1': dependencies: ajv: 6.12.6 - debug: 4.4.0 - espree: 10.3.0 + debug: 4.4.1 + espree: 10.4.0 globals: 14.0.0 ignore: 5.3.2 - import-fresh: 3.3.0 + import-fresh: 3.3.1 js-yaml: 4.1.0 minimatch: 3.1.2 strip-json-comments: 3.1.1 @@ -10095,9 +9622,9 @@ snapshots: '@gerrit0/mini-shiki@1.27.2': dependencies: - '@shikijs/engine-oniguruma': 1.29.1 - '@shikijs/types': 1.29.1 - '@shikijs/vscode-textmate': 10.0.1 + '@shikijs/engine-oniguruma': 1.29.2 + '@shikijs/types': 1.29.2 + '@shikijs/vscode-textmate': 10.0.2 '@humanfs/core@0.19.1': {} @@ -10131,29 +9658,26 @@ snapshots: dependencies: '@sinclair/typebox': 0.27.8 - '@jridgewell/gen-mapping@0.3.8': + '@jridgewell/gen-mapping@0.3.12': dependencies: - '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.5.0 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/sourcemap-codec': 1.5.4 + '@jridgewell/trace-mapping': 0.3.29 '@jridgewell/resolve-uri@3.1.2': {} - '@jridgewell/set-array@1.2.1': {} - - '@jridgewell/sourcemap-codec@1.5.0': {} + '@jridgewell/sourcemap-codec@1.5.4': {} - '@jridgewell/trace-mapping@0.3.25': + '@jridgewell/trace-mapping@0.3.29': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 '@lerna/create@8.2.2(encoding@0.1.13)(typescript@5.8.3)': dependencies: '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.0 '@npmcli/run-script': 8.1.0 - '@nx/devkit': 20.8.1(nx@20.8.1) + '@nx/devkit': 20.8.2(nx@20.8.2) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 20.1.2 aproba: 2.0.0 @@ -10192,7 +9716,7 @@ snapshots: npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 - nx: 20.8.1 + nx: 20.8.2 p-map: 4.0.0 p-map-series: 2.1.0 p-queue: 6.6.2 @@ -10202,7 +9726,7 @@ snapshots: read-cmd-shim: 4.0.0 resolve-from: 5.0.0 rimraf: 4.4.1 - semver: 7.7.1 + semver: 7.7.2 set-blocking: 2.0.0 signal-exit: 3.0.7 slash: 3.0.0 @@ -10240,9 +9764,9 @@ snapshots: parse-github-url: 1.0.3 picocolors: 1.1.1 sembear: 0.7.0 - semver: 7.7.1 + semver: 7.7.2 tinyexec: 1.0.1 - validate-npm-package-name: 6.0.0 + validate-npm-package-name: 6.0.2 '@manypkg/find-root@3.0.0': dependencies: @@ -10257,36 +9781,38 @@ snapshots: dependencies: jju: 1.4.0 js-yaml: 4.1.0 - tinyglobby: 0.2.13 + tinyglobby: 0.2.14 '@microsoft/tsdoc-config@0.17.1': dependencies: '@microsoft/tsdoc': 0.15.1 ajv: 8.12.0 jju: 1.4.0 - resolve: 1.22.8 + resolve: 1.22.10 '@microsoft/tsdoc@0.15.1': {} - '@modelcontextprotocol/sdk@1.11.1': + '@modelcontextprotocol/sdk@1.16.0': dependencies: + ajv: 6.12.6 content-type: 1.0.5 cors: 2.8.5 cross-spawn: 7.0.6 - eventsource: 3.0.6 + eventsource: 3.0.7 + eventsource-parser: 3.0.3 express: 5.1.0 - express-rate-limit: 7.5.0(express@5.1.0) + express-rate-limit: 7.5.1(express@5.1.0) pkce-challenge: 5.0.0 raw-body: 3.0.0 - zod: 3.24.3 - zod-to-json-schema: 3.24.5(zod@3.24.3) + zod: 3.25.76 + zod-to-json-schema: 3.24.6(zod@3.25.76) transitivePeerDependencies: - supports-color '@napi-rs/wasm-runtime@0.2.4': dependencies: - '@emnapi/core': 1.4.3 - '@emnapi/runtime': 1.4.3 + '@emnapi/core': 1.4.5 + '@emnapi/runtime': 1.4.5 '@tybys/wasm-util': 0.9.0 '@nodelib/fs.scandir@2.1.5': @@ -10299,11 +9825,11 @@ snapshots: '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.17.1 + fastq: 1.19.1 '@npmcli/agent@2.2.2': dependencies: - agent-base: 7.1.3 + agent-base: 7.1.4 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 lru-cache: 10.4.3 @@ -10344,7 +9870,7 @@ snapshots: promise-all-reject-late: 1.0.1 promise-call-limit: 3.0.2 read-package-json-fast: 3.0.2 - semver: 7.7.1 + semver: 7.7.2 ssri: 10.0.6 treeverse: 3.0.0 walk-up-path: 3.0.1 @@ -10354,7 +9880,7 @@ snapshots: '@npmcli/fs@3.1.1': dependencies: - semver: 7.7.1 + semver: 7.7.2 '@npmcli/git@5.0.8': dependencies: @@ -10365,7 +9891,7 @@ snapshots: proc-log: 4.2.0 promise-inflight: 1.0.1 promise-retry: 2.0.1 - semver: 7.7.1 + semver: 7.7.2 which: 4.0.0 transitivePeerDependencies: - bluebird @@ -10388,7 +9914,7 @@ snapshots: json-parse-even-better-errors: 3.0.2 pacote: 18.0.6 proc-log: 4.2.0 - semver: 7.7.1 + semver: 7.7.2 transitivePeerDependencies: - bluebird - supports-color @@ -10405,7 +9931,7 @@ snapshots: json-parse-even-better-errors: 3.0.2 normalize-package-data: 6.0.2 proc-log: 4.2.0 - semver: 7.7.1 + semver: 7.7.2 transitivePeerDependencies: - bluebird @@ -10431,51 +9957,51 @@ snapshots: - bluebird - supports-color - '@nx/devkit@20.8.1(nx@20.8.1)': + '@nx/devkit@20.8.2(nx@20.8.2)': dependencies: ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.2 minimatch: 9.0.3 - nx: 20.8.1 - semver: 7.7.1 + nx: 20.8.2 + semver: 7.7.2 tmp: 0.2.3 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/nx-darwin-arm64@20.8.1': + '@nx/nx-darwin-arm64@20.8.2': optional: true - '@nx/nx-darwin-x64@20.8.1': + '@nx/nx-darwin-x64@20.8.2': optional: true - '@nx/nx-freebsd-x64@20.8.1': + '@nx/nx-freebsd-x64@20.8.2': optional: true - '@nx/nx-linux-arm-gnueabihf@20.8.1': + '@nx/nx-linux-arm-gnueabihf@20.8.2': optional: true - '@nx/nx-linux-arm64-gnu@20.8.1': + '@nx/nx-linux-arm64-gnu@20.8.2': optional: true - '@nx/nx-linux-arm64-musl@20.8.1': + '@nx/nx-linux-arm64-musl@20.8.2': optional: true - '@nx/nx-linux-x64-gnu@20.8.1': + '@nx/nx-linux-x64-gnu@20.8.2': optional: true - '@nx/nx-linux-x64-musl@20.8.1': + '@nx/nx-linux-x64-musl@20.8.2': optional: true - '@nx/nx-win32-arm64-msvc@20.8.1': + '@nx/nx-win32-arm64-msvc@20.8.2': optional: true - '@nx/nx-win32-x64-msvc@20.8.1': + '@nx/nx-win32-x64-msvc@20.8.2': optional: true '@octokit/auth-token@4.0.0': {} - '@octokit/core@5.2.1': + '@octokit/core@5.2.2': dependencies: '@octokit/auth-token': 4.0.0 '@octokit/graphql': 7.1.1 @@ -10500,18 +10026,18 @@ snapshots: '@octokit/plugin-enterprise-rest@6.0.1': {} - '@octokit/plugin-paginate-rest@11.4.4-cjs.2(@octokit/core@5.2.1)': + '@octokit/plugin-paginate-rest@11.4.4-cjs.2(@octokit/core@5.2.2)': dependencies: - '@octokit/core': 5.2.1 + '@octokit/core': 5.2.2 '@octokit/types': 13.10.0 - '@octokit/plugin-request-log@4.0.1(@octokit/core@5.2.1)': + '@octokit/plugin-request-log@4.0.1(@octokit/core@5.2.2)': dependencies: - '@octokit/core': 5.2.1 + '@octokit/core': 5.2.2 - '@octokit/plugin-rest-endpoint-methods@13.3.2-cjs.1(@octokit/core@5.2.1)': + '@octokit/plugin-rest-endpoint-methods@13.3.2-cjs.1(@octokit/core@5.2.2)': dependencies: - '@octokit/core': 5.2.1 + '@octokit/core': 5.2.2 '@octokit/types': 13.10.0 '@octokit/request-error@5.1.1': @@ -10529,10 +10055,10 @@ snapshots: '@octokit/rest@20.1.2': dependencies: - '@octokit/core': 5.2.1 - '@octokit/plugin-paginate-rest': 11.4.4-cjs.2(@octokit/core@5.2.1) - '@octokit/plugin-request-log': 4.0.1(@octokit/core@5.2.1) - '@octokit/plugin-rest-endpoint-methods': 13.3.2-cjs.1(@octokit/core@5.2.1) + '@octokit/core': 5.2.2 + '@octokit/plugin-paginate-rest': 11.4.4-cjs.2(@octokit/core@5.2.2) + '@octokit/plugin-request-log': 4.0.1(@octokit/core@5.2.2) + '@octokit/plugin-rest-endpoint-methods': 13.3.2-cjs.1(@octokit/core@5.2.2) '@octokit/types@13.10.0': dependencies: @@ -10555,64 +10081,64 @@ snapshots: '@polka/url@1.0.0-next.29': {} - '@rollup/rollup-android-arm-eabi@4.40.0': + '@rollup/rollup-android-arm-eabi@4.45.1': optional: true - '@rollup/rollup-android-arm64@4.40.0': + '@rollup/rollup-android-arm64@4.45.1': optional: true - '@rollup/rollup-darwin-arm64@4.40.0': + '@rollup/rollup-darwin-arm64@4.45.1': optional: true - '@rollup/rollup-darwin-x64@4.40.0': + '@rollup/rollup-darwin-x64@4.45.1': optional: true - '@rollup/rollup-freebsd-arm64@4.40.0': + '@rollup/rollup-freebsd-arm64@4.45.1': optional: true - '@rollup/rollup-freebsd-x64@4.40.0': + '@rollup/rollup-freebsd-x64@4.45.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.40.0': + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.40.0': + '@rollup/rollup-linux-arm-musleabihf@4.45.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.40.0': + '@rollup/rollup-linux-arm64-gnu@4.45.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.40.0': + '@rollup/rollup-linux-arm64-musl@4.45.1': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.40.0': + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.40.0': + '@rollup/rollup-linux-riscv64-gnu@4.45.1': optional: true - '@rollup/rollup-linux-riscv64-musl@4.40.0': + '@rollup/rollup-linux-riscv64-musl@4.45.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.40.0': + '@rollup/rollup-linux-s390x-gnu@4.45.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.40.0': + '@rollup/rollup-linux-x64-gnu@4.45.1': optional: true - '@rollup/rollup-linux-x64-musl@4.40.0': + '@rollup/rollup-linux-x64-musl@4.45.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.40.0': + '@rollup/rollup-win32-arm64-msvc@4.45.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.40.0': + '@rollup/rollup-win32-ia32-msvc@4.45.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.40.0': + '@rollup/rollup-win32-x64-msvc@4.45.1': optional: true '@rtsao/scc@1.1.0': {} @@ -10642,17 +10168,17 @@ snapshots: '@scaleway/random-name@5.1.1': {} - '@shikijs/engine-oniguruma@1.29.1': + '@shikijs/engine-oniguruma@1.29.2': dependencies: - '@shikijs/types': 1.29.1 - '@shikijs/vscode-textmate': 10.0.1 + '@shikijs/types': 1.29.2 + '@shikijs/vscode-textmate': 10.0.2 - '@shikijs/types@1.29.1': + '@shikijs/types@1.29.2': dependencies: - '@shikijs/vscode-textmate': 10.0.1 + '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/vscode-textmate@10.0.1': {} + '@shikijs/vscode-textmate@10.0.2': {} '@sigstore/bundle@2.3.2': dependencies: @@ -10699,11 +10225,11 @@ snapshots: dependencies: tslib: 2.8.1 - '@types/conventional-commits-parser@5.0.0': + '@types/conventional-commits-parser@5.0.1': dependencies: - '@types/node': 18.11.18 + '@types/node': 20.17.46 - '@types/estree@1.0.7': {} + '@types/estree@1.0.8': {} '@types/hast@3.0.4': dependencies: @@ -10719,13 +10245,13 @@ snapshots: '@types/node@18.11.18': {} - '@types/node@22.15.2': + '@types/node@20.17.46': dependencies: - undici-types: 6.21.0 + undici-types: 6.19.8 '@types/normalize-package-data@2.4.4': {} - '@types/semver@7.5.8': {} + '@types/semver@7.7.0': {} '@types/unist@3.0.3': {} @@ -10739,9 +10265,9 @@ snapshots: '@typescript-eslint/visitor-keys': 7.18.0 eslint: 9.26.0(jiti@2.4.2) graphemer: 1.4.0 - ignore: 5.3.1 + ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.8.3) + ts-api-utils: 1.4.3(typescript@5.8.3) optionalDependencies: typescript: 5.8.3 transitivePeerDependencies: @@ -10770,7 +10296,7 @@ snapshots: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.0 + debug: 4.4.1 eslint: 9.26.0(jiti@2.4.2) optionalDependencies: typescript: 5.8.3 @@ -10783,7 +10309,7 @@ snapshots: '@typescript-eslint/types': 8.34.0 '@typescript-eslint/typescript-estree': 8.34.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.34.0 - debug: 4.4.0 + debug: 4.4.1 eslint: 9.26.0(jiti@2.4.2) typescript: 5.8.3 transitivePeerDependencies: @@ -10793,7 +10319,7 @@ snapshots: dependencies: '@typescript-eslint/tsconfig-utils': 8.34.0(typescript@5.8.3) '@typescript-eslint/types': 8.34.0 - debug: 4.4.0 + debug: 4.4.1 typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -10821,9 +10347,9 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3) '@typescript-eslint/utils': 7.18.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) - debug: 4.4.0 + debug: 4.4.1 eslint: 9.26.0(jiti@2.4.2) - ts-api-utils: 1.3.0(typescript@5.8.3) + ts-api-utils: 1.4.3(typescript@5.8.3) optionalDependencies: typescript: 5.8.3 transitivePeerDependencies: @@ -10833,7 +10359,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 8.34.0(typescript@5.8.3) '@typescript-eslint/utils': 8.34.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) - debug: 4.4.0 + debug: 4.4.1 eslint: 9.26.0(jiti@2.4.2) ts-api-utils: 2.1.0(typescript@5.8.3) typescript: 5.8.3 @@ -10850,10 +10376,10 @@ snapshots: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.4.0 + debug: 4.4.1 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.7.1 + semver: 7.7.2 tsutils: 3.21.0(typescript@5.8.3) optionalDependencies: typescript: 5.8.3 @@ -10864,12 +10390,12 @@ snapshots: dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.0 + debug: 4.4.1 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.1 - ts-api-utils: 1.3.0(typescript@5.8.3) + semver: 7.7.2 + ts-api-utils: 1.4.3(typescript@5.8.3) optionalDependencies: typescript: 5.8.3 transitivePeerDependencies: @@ -10881,11 +10407,11 @@ snapshots: '@typescript-eslint/tsconfig-utils': 8.34.0(typescript@5.8.3) '@typescript-eslint/types': 8.34.0 '@typescript-eslint/visitor-keys': 8.34.0 - debug: 4.4.0 - fast-glob: 3.3.2 + debug: 4.4.1 + fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.1 + semver: 7.7.2 ts-api-utils: 2.1.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: @@ -10895,13 +10421,13 @@ snapshots: dependencies: '@eslint-community/eslint-utils': 4.7.0(eslint@9.26.0(jiti@2.4.2)) '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 + '@types/semver': 7.7.0 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.3) eslint: 9.26.0(jiti@2.4.2) eslint-scope: 5.1.1 - semver: 7.6.3 + semver: 7.7.2 transitivePeerDependencies: - supports-color - typescript @@ -10941,12 +10467,12 @@ snapshots: '@typescript-eslint/visitor-keys@8.34.0': dependencies: '@typescript-eslint/types': 8.34.0 - eslint-visitor-keys: 4.2.0 + eslint-visitor-keys: 4.2.1 '@vitest/coverage-istanbul@3.1.2(vitest@3.1.2)': dependencies: '@istanbuljs/schema': 0.1.3 - debug: 4.4.0 + debug: 4.4.1 istanbul-lib-coverage: 3.2.2 istanbul-lib-instrument: 6.0.3 istanbul-lib-report: 3.0.1 @@ -10955,7 +10481,7 @@ snapshots: magicast: 0.3.5 test-exclude: 7.0.1 tinyrainbow: 2.0.0 - vitest: 3.1.2(@types/node@22.15.2)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + vitest: 3.1.2(@types/node@20.17.46)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.8.0) transitivePeerDependencies: - supports-color @@ -10963,7 +10489,7 @@ snapshots: dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 1.0.2 - debug: 4.4.0 + debug: 4.4.1 istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 @@ -10973,7 +10499,7 @@ snapshots: std-env: 3.9.0 test-exclude: 7.0.1 tinyrainbow: 2.0.0 - vitest: 3.1.2(@types/node@22.15.2)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + vitest: 3.1.2(@types/node@20.17.46)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.8.0) transitivePeerDependencies: - supports-color @@ -10981,21 +10507,25 @@ snapshots: dependencies: '@vitest/spy': 3.1.2 '@vitest/utils': 3.1.2 - chai: 5.2.0 + chai: 5.2.1 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.2(vite@6.3.5(@types/node@22.15.2)(jiti@2.4.2)(yaml@2.7.1))': + '@vitest/mocker@3.1.2(vite@6.3.5(@types/node@20.17.46)(jiti@2.4.2)(yaml@2.8.0))': dependencies: '@vitest/spy': 3.1.2 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.3.5(@types/node@22.15.2)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.17.46)(jiti@2.4.2)(yaml@2.8.0) '@vitest/pretty-format@3.1.2': dependencies: tinyrainbow: 2.0.0 + '@vitest/pretty-format@3.2.4': + dependencies: + tinyrainbow: 2.0.0 + '@vitest/runner@3.1.2': dependencies: '@vitest/utils': 3.1.2 @@ -11018,14 +10548,14 @@ snapshots: flatted: 3.3.3 pathe: 2.0.3 sirv: 3.0.1 - tinyglobby: 0.2.13 + tinyglobby: 0.2.14 tinyrainbow: 2.0.0 - vitest: 3.1.2(@types/node@22.15.2)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + vitest: 3.1.2(@types/node@20.17.46)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.8.0) '@vitest/utils@3.1.2': dependencies: '@vitest/pretty-format': 3.1.2 - loupe: 3.1.3 + loupe: 3.1.4 tinyrainbow: 2.0.0 '@yarnpkg/lockfile@1.1.0': {} @@ -11051,15 +10581,15 @@ snapshots: mime-types: 3.0.1 negotiator: 1.0.0 - acorn-jsx@5.3.2(acorn@8.14.0): + acorn-jsx@5.3.2(acorn@8.15.0): dependencies: - acorn: 8.14.0 + acorn: 8.15.0 - acorn@8.14.0: {} + acorn@8.15.0: {} add-stream@1.0.0: {} - agent-base@7.1.3: {} + agent-base@7.1.4: {} aggregate-error@3.1.0: dependencies: @@ -11083,7 +10613,7 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.1 + fast-uri: 3.0.6 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -11099,7 +10629,7 @@ snapshots: ansi-regex@5.0.1: {} - ansi-regex@6.0.1: {} + ansi-regex@6.1.0: {} ansi-styles@3.2.1: dependencies: @@ -11128,90 +10658,77 @@ snapshots: aria-query@5.3.2: {} - array-buffer-byte-length@1.0.1: - dependencies: - call-bind: 1.0.7 - is-array-buffer: 3.0.4 - array-buffer-byte-length@1.0.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 is-array-buffer: 3.0.5 array-differ@3.0.0: {} array-ify@1.0.0: {} - array-includes@3.1.8: + array-includes@3.1.9: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - is-string: 1.0.7 + es-abstract: 1.24.0 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 + is-string: 1.1.1 + math-intrinsics: 1.1.0 array-union@2.1.0: {} array.prototype.findlast@1.2.5: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.24.0 es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-shim-unscopables: 1.0.2 + es-object-atoms: 1.1.1 + es-shim-unscopables: 1.1.0 - array.prototype.findlastindex@1.2.5: + array.prototype.findlastindex@1.2.6: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.24.0 es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-shim-unscopables: 1.0.2 + es-object-atoms: 1.1.1 + es-shim-unscopables: 1.1.0 - array.prototype.flat@1.3.2: + array.prototype.flat@1.3.3: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 + es-abstract: 1.24.0 + es-shim-unscopables: 1.1.0 - array.prototype.flatmap@1.3.2: + array.prototype.flatmap@1.3.3: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 + es-abstract: 1.24.0 + es-shim-unscopables: 1.1.0 array.prototype.tosorted@1.1.4: dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-shim-unscopables: 1.0.2 - - arraybuffer.prototype.slice@1.0.3: - dependencies: - array-buffer-byte-length: 1.0.1 - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.24.0 es-errors: 1.3.0 - get-intrinsic: 1.2.4 - is-array-buffer: 3.0.4 - is-shared-array-buffer: 1.0.3 + es-shim-unscopables: 1.1.0 arraybuffer.prototype.slice@1.0.4: dependencies: array-buffer-byte-length: 1.0.2 call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 is-array-buffer: 3.0.5 arrify@1.0.1: {} @@ -11222,6 +10739,8 @@ snapshots: ast-types-flow@0.0.8: {} + async-function@1.0.0: {} + async@3.2.6: {} asynckit@0.4.0: {} @@ -11230,23 +10749,23 @@ snapshots: available-typed-arrays@1.0.7: dependencies: - possible-typed-array-names: 1.0.0 + possible-typed-array-names: 1.1.0 - axe-core@4.10.0: {} + axe-core@4.10.3: {} - axios@1.9.0: + axios@1.11.0: dependencies: follow-redirects: 1.15.9 - form-data: 4.0.2 + form-data: 4.0.4 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug axobject-query@4.1.0: {} - babel-plugin-annotate-pure-calls@0.5.0(@babel/core@7.26.10): + babel-plugin-annotate-pure-calls@0.5.0(@babel/core@7.28.0): dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.0 balanced-match@1.0.2: {} @@ -11273,7 +10792,7 @@ snapshots: dependencies: bytes: 3.1.2 content-type: 1.0.5 - debug: 4.4.0 + debug: 4.4.1 http-errors: 2.0.0 iconv-lite: 0.6.3 on-finished: 2.4.1 @@ -11283,12 +10802,12 @@ snapshots: transitivePeerDependencies: - supports-color - brace-expansion@1.1.11: + brace-expansion@1.1.12: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - brace-expansion@2.0.1: + brace-expansion@2.0.2: dependencies: balanced-match: 1.0.2 @@ -11298,8 +10817,8 @@ snapshots: browserslist@4.24.5: dependencies: - caniuse-lite: 1.0.30001717 - electron-to-chromium: 1.5.149 + caniuse-lite: 1.0.30001727 + electron-to-chromium: 1.5.190 node-releases: 2.0.19 update-browserslist-db: 1.1.3(browserslist@4.24.5) @@ -11333,30 +10852,22 @@ snapshots: cachedir@2.3.0: {} - call-bind-apply-helpers@1.0.1: + call-bind-apply-helpers@1.0.2: dependencies: es-errors: 1.3.0 function-bind: 1.1.2 - call-bind@1.0.7: - dependencies: - es-define-property: 1.0.0 - es-errors: 1.3.0 - function-bind: 1.1.2 - get-intrinsic: 1.2.4 - set-function-length: 1.2.2 - call-bind@1.0.8: dependencies: - call-bind-apply-helpers: 1.0.1 - es-define-property: 1.0.0 - get-intrinsic: 1.2.7 + call-bind-apply-helpers: 1.0.2 + es-define-property: 1.0.1 + get-intrinsic: 1.3.0 set-function-length: 1.2.2 - call-bound@1.0.3: + call-bound@1.0.4: dependencies: - call-bind-apply-helpers: 1.0.1 - get-intrinsic: 1.2.7 + call-bind-apply-helpers: 1.0.2 + get-intrinsic: 1.3.0 callsites@3.1.0: {} @@ -11368,15 +10879,15 @@ snapshots: camelcase@5.3.1: {} - caniuse-lite@1.0.30001717: {} + caniuse-lite@1.0.30001727: {} - chai@5.2.0: + chai@5.2.1: dependencies: assertion-error: 2.0.1 check-error: 2.1.1 deep-eql: 5.0.2 - loupe: 3.1.3 - pathval: 2.0.0 + loupe: 3.1.4 + pathval: 2.0.1 chalk@2.4.2: dependencies: @@ -11394,9 +10905,6 @@ snapshots: ansi-styles: 4.3.0 supports-color: 7.2.0 - chalk@5.3.0: - optional: true - chalk@5.4.1: {} chardet@0.7.0: {} @@ -11419,7 +10927,7 @@ snapshots: ci-info@3.9.0: {} - ci-info@4.2.0: {} + ci-info@4.3.0: {} clean-stack@2.2.0: {} @@ -11493,10 +11001,10 @@ snapshots: commander@9.5.0: {} - commitizen@4.3.0(@types/node@22.15.2)(typescript@5.8.3): + commitizen@4.3.1(@types/node@20.17.46)(typescript@5.8.3): dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@22.15.2)(typescript@5.8.3) + cz-conventional-changelog: 3.3.0(@types/node@20.17.46)(typescript@5.8.3) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -11575,7 +11083,7 @@ snapshots: handlebars: 4.7.8 json-stringify-safe: 5.0.1 meow: 8.1.2 - semver: 7.7.1 + semver: 7.7.2 split: 1.0.1 conventional-commit-types@3.0.0: {} @@ -11622,17 +11130,9 @@ snapshots: object-assign: 4.1.1 vary: 1.1.2 - cosmiconfig-typescript-loader@5.0.0(@types/node@22.15.2)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3): - dependencies: - '@types/node': 22.15.2 - cosmiconfig: 9.0.0(typescript@5.8.3) - jiti: 1.21.6 - typescript: 5.8.3 - optional: true - - cosmiconfig-typescript-loader@6.1.0(@types/node@22.15.2)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3): + cosmiconfig-typescript-loader@6.1.0(@types/node@20.17.46)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3): dependencies: - '@types/node': 22.15.2 + '@types/node': 20.17.46 cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 2.4.2 typescript: 5.8.3 @@ -11640,7 +11140,7 @@ snapshots: cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 - import-fresh: 3.3.0 + import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: @@ -11648,7 +11148,7 @@ snapshots: cross-env@7.0.3: dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 cross-fetch@4.1.0(encoding@0.1.13): dependencies: @@ -11656,12 +11156,6 @@ snapshots: transitivePeerDependencies: - encoding - cross-spawn@7.0.3: - dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 - cross-spawn@7.0.6: dependencies: path-key: 3.1.1 @@ -11670,21 +11164,21 @@ snapshots: cssesc@3.0.0: {} - cssstyle@4.2.1: + cssstyle@4.6.0: dependencies: - '@asamuzakjp/css-color': 2.8.2 + '@asamuzakjp/css-color': 3.2.0 rrweb-cssom: 0.8.0 - cz-conventional-changelog@3.3.0(@types/node@22.15.2)(typescript@5.8.3): + cz-conventional-changelog@3.3.0(@types/node@20.17.46)(typescript@5.8.3): dependencies: chalk: 2.4.2 - commitizen: 4.3.0(@types/node@22.15.2)(typescript@5.8.3) + commitizen: 4.3.1(@types/node@20.17.46)(typescript@5.8.3) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 19.2.0(@types/node@22.15.2)(typescript@5.8.3) + '@commitlint/load': 19.8.1(@types/node@20.17.46)(typescript@5.8.3) transitivePeerDependencies: - '@types/node' - typescript @@ -11700,39 +11194,21 @@ snapshots: whatwg-mimetype: 4.0.0 whatwg-url: 14.2.0 - data-view-buffer@1.0.1: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-data-view: 1.0.1 - data-view-buffer@1.0.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 - data-view-byte-length@1.0.1: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-data-view: 1.0.1 - data-view-byte-length@1.0.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 - data-view-byte-offset@1.0.0: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-data-view: 1.0.1 - data-view-byte-offset@1.0.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 @@ -11742,7 +11218,7 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.4.0: + debug@4.4.1: dependencies: ms: 2.1.3 @@ -11753,7 +11229,7 @@ snapshots: decamelize@1.2.0: {} - decimal.js@10.5.0: {} + decimal.js@10.6.0: {} dedent@0.7.0: {} @@ -11771,9 +11247,9 @@ snapshots: define-data-property@1.1.4: dependencies: - es-define-property: 1.0.0 + es-define-property: 1.0.1 es-errors: 1.3.0 - gopd: 1.0.1 + gopd: 1.2.0 define-lazy-prop@2.0.0: {} @@ -11819,7 +11295,7 @@ snapshots: dunder-proto@1.0.1: dependencies: - call-bind-apply-helpers: 1.0.1 + call-bind-apply-helpers: 1.0.2 es-errors: 1.3.0 gopd: 1.2.0 @@ -11833,7 +11309,7 @@ snapshots: dependencies: jake: 10.9.2 - electron-to-chromium@1.5.149: {} + electron-to-chromium@1.5.190: {} emoji-regex@10.4.0: {} @@ -11848,7 +11324,7 @@ snapshots: iconv-lite: 0.6.3 optional: true - end-of-stream@1.4.4: + end-of-stream@1.4.5: dependencies: once: 1.4.0 @@ -11858,7 +11334,7 @@ snapshots: entities@4.5.0: {} - entities@6.0.0: {} + entities@6.0.1: {} env-paths@2.2.1: {} @@ -11872,72 +11348,23 @@ snapshots: dependencies: is-arrayish: 0.2.1 - es-abstract@1.23.3: - dependencies: - array-buffer-byte-length: 1.0.1 - arraybuffer.prototype.slice: 1.0.3 - available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - data-view-buffer: 1.0.1 - data-view-byte-length: 1.0.1 - data-view-byte-offset: 1.0.0 - es-define-property: 1.0.0 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-set-tostringtag: 2.0.3 - es-to-primitive: 1.2.1 - function.prototype.name: 1.1.6 - get-intrinsic: 1.2.4 - get-symbol-description: 1.0.2 - globalthis: 1.0.4 - gopd: 1.0.1 - has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - hasown: 2.0.2 - internal-slot: 1.0.7 - is-array-buffer: 3.0.4 - is-callable: 1.2.7 - is-data-view: 1.0.1 - is-negative-zero: 2.0.3 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.3 - is-string: 1.0.7 - is-typed-array: 1.1.13 - is-weakref: 1.0.2 - object-inspect: 1.13.2 - object-keys: 1.1.1 - object.assign: 4.1.5 - regexp.prototype.flags: 1.5.2 - safe-array-concat: 1.1.2 - safe-regex-test: 1.0.3 - string.prototype.trim: 1.2.9 - string.prototype.trimend: 1.0.8 - string.prototype.trimstart: 1.0.8 - typed-array-buffer: 1.0.2 - typed-array-byte-length: 1.0.1 - typed-array-byte-offset: 1.0.2 - typed-array-length: 1.0.6 - unbox-primitive: 1.0.2 - which-typed-array: 1.1.15 - - es-abstract@1.23.9: + es-abstract@1.24.0: dependencies: array-buffer-byte-length: 1.0.2 arraybuffer.prototype.slice: 1.0.4 available-typed-arrays: 1.0.7 call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 data-view-buffer: 1.0.2 data-view-byte-length: 1.0.2 data-view-byte-offset: 1.0.1 es-define-property: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 es-set-tostringtag: 2.1.0 es-to-primitive: 1.3.0 function.prototype.name: 1.1.8 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 get-proto: 1.0.1 get-symbol-description: 1.1.0 globalthis: 1.0.4 @@ -11950,13 +11377,15 @@ snapshots: is-array-buffer: 3.0.5 is-callable: 1.2.7 is-data-view: 1.0.2 + is-negative-zero: 2.0.3 is-regex: 1.2.1 + is-set: 2.0.3 is-shared-array-buffer: 1.0.4 is-string: 1.1.1 is-typed-array: 1.1.15 - is-weakref: 1.1.0 + is-weakref: 1.1.1 math-intrinsics: 1.1.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 object-keys: 1.1.1 object.assign: 4.1.7 own-keys: 1.0.1 @@ -11965,6 +11394,7 @@ snapshots: safe-push-apply: 1.0.0 safe-regex-test: 1.1.0 set-proto: 1.0.0 + stop-iteration-iterator: 1.1.0 string.prototype.trim: 1.2.10 string.prototype.trimend: 1.0.9 string.prototype.trimstart: 1.0.8 @@ -11973,11 +11403,7 @@ snapshots: typed-array-byte-offset: 1.0.4 typed-array-length: 1.0.7 unbox-primitive: 1.1.0 - which-typed-array: 1.1.18 - - es-define-property@1.0.0: - dependencies: - get-intrinsic: 1.2.4 + which-typed-array: 1.1.19 es-define-property@1.0.1: {} @@ -11986,13 +11412,13 @@ snapshots: es-iterator-helpers@1.2.1: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-errors: 1.3.0 - es-set-tostringtag: 2.0.3 + es-set-tostringtag: 2.1.0 function-bind: 1.1.2 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 globalthis: 1.0.4 gopd: 1.2.0 has-property-descriptors: 1.0.2 @@ -12004,77 +11430,64 @@ snapshots: es-module-lexer@1.7.0: {} - es-object-atoms@1.0.0: + es-object-atoms@1.1.1: dependencies: es-errors: 1.3.0 - es-set-tostringtag@2.0.3: - dependencies: - get-intrinsic: 1.2.7 - has-tostringtag: 1.0.2 - hasown: 2.0.2 - es-set-tostringtag@2.1.0: dependencies: es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 has-tostringtag: 1.0.2 hasown: 2.0.2 - es-shim-unscopables@1.0.2: + es-shim-unscopables@1.1.0: dependencies: hasown: 2.0.2 - es-to-primitive@1.2.1: - dependencies: - is-callable: 1.2.7 - is-date-object: 1.0.5 - is-symbol: 1.0.4 - es-to-primitive@1.3.0: dependencies: is-callable: 1.2.7 - is-date-object: 1.0.5 - is-symbol: 1.0.4 + is-date-object: 1.1.0 + is-symbol: 1.1.1 - esbuild-plugin-browserslist@1.0.0(browserslist@4.24.5)(esbuild@0.25.3): + esbuild-plugin-browserslist@1.0.0(browserslist@4.24.5)(esbuild@0.25.8): dependencies: browserslist: 4.24.5 - debug: 4.4.0 - esbuild: 0.25.3 - zod: 3.24.3 + debug: 4.4.1 + esbuild: 0.25.8 + zod: 3.25.76 transitivePeerDependencies: - supports-color - esbuild@0.25.3: + esbuild@0.25.8: optionalDependencies: - '@esbuild/aix-ppc64': 0.25.3 - '@esbuild/android-arm': 0.25.3 - '@esbuild/android-arm64': 0.25.3 - '@esbuild/android-x64': 0.25.3 - '@esbuild/darwin-arm64': 0.25.3 - '@esbuild/darwin-x64': 0.25.3 - '@esbuild/freebsd-arm64': 0.25.3 - '@esbuild/freebsd-x64': 0.25.3 - '@esbuild/linux-arm': 0.25.3 - '@esbuild/linux-arm64': 0.25.3 - '@esbuild/linux-ia32': 0.25.3 - '@esbuild/linux-loong64': 0.25.3 - '@esbuild/linux-mips64el': 0.25.3 - '@esbuild/linux-ppc64': 0.25.3 - '@esbuild/linux-riscv64': 0.25.3 - '@esbuild/linux-s390x': 0.25.3 - '@esbuild/linux-x64': 0.25.3 - '@esbuild/netbsd-arm64': 0.25.3 - '@esbuild/netbsd-x64': 0.25.3 - '@esbuild/openbsd-arm64': 0.25.3 - '@esbuild/openbsd-x64': 0.25.3 - '@esbuild/sunos-x64': 0.25.3 - '@esbuild/win32-arm64': 0.25.3 - '@esbuild/win32-ia32': 0.25.3 - '@esbuild/win32-x64': 0.25.3 - - escalade@3.1.2: {} + '@esbuild/aix-ppc64': 0.25.8 + '@esbuild/android-arm': 0.25.8 + '@esbuild/android-arm64': 0.25.8 + '@esbuild/android-x64': 0.25.8 + '@esbuild/darwin-arm64': 0.25.8 + '@esbuild/darwin-x64': 0.25.8 + '@esbuild/freebsd-arm64': 0.25.8 + '@esbuild/freebsd-x64': 0.25.8 + '@esbuild/linux-arm': 0.25.8 + '@esbuild/linux-arm64': 0.25.8 + '@esbuild/linux-ia32': 0.25.8 + '@esbuild/linux-loong64': 0.25.8 + '@esbuild/linux-mips64el': 0.25.8 + '@esbuild/linux-ppc64': 0.25.8 + '@esbuild/linux-riscv64': 0.25.8 + '@esbuild/linux-s390x': 0.25.8 + '@esbuild/linux-x64': 0.25.8 + '@esbuild/netbsd-arm64': 0.25.8 + '@esbuild/netbsd-x64': 0.25.8 + '@esbuild/openbsd-arm64': 0.25.8 + '@esbuild/openbsd-x64': 0.25.8 + '@esbuild/openharmony-arm64': 0.25.8 + '@esbuild/sunos-x64': 0.25.8 + '@esbuild/win32-arm64': 0.25.8 + '@esbuild/win32-ia32': 0.25.8 + '@esbuild/win32-x64': 0.25.8 escalade@3.2.0: {} @@ -12089,8 +11502,8 @@ snapshots: confusing-browser-globals: 1.0.11 eslint: 9.26.0(jiti@2.4.2) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.34.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.26.0(jiti@2.4.2)) - object.assign: 4.1.5 - object.entries: 1.1.8 + object.assign: 4.1.7 + object.entries: 1.1.9 semver: 6.3.1 eslint-config-airbnb-typescript@18.0.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(@typescript-eslint/parser@7.18.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.26.0(jiti@2.4.2)))(eslint@9.26.0(jiti@2.4.2)): @@ -12110,8 +11523,8 @@ snapshots: eslint-plugin-jsx-a11y: 6.10.1(eslint@9.26.0(jiti@2.4.2)) eslint-plugin-react: 7.37.2(eslint@9.26.0(jiti@2.4.2)) eslint-plugin-react-hooks: 5.0.0(eslint@9.26.0(jiti@2.4.2)) - object.assign: 4.1.5 - object.entries: 1.1.8 + object.assign: 4.1.7 + object.entries: 1.1.9 eslint-config-prettier@9.1.0(eslint@9.26.0(jiti@2.4.2)): dependencies: @@ -12120,12 +11533,12 @@ snapshots: eslint-import-resolver-node@0.3.9: dependencies: debug: 3.2.7 - is-core-module: 2.15.1 - resolve: 1.22.8 + is-core-module: 2.16.1 + resolve: 1.22.10 transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.34.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.26.0(jiti@2.4.2)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.34.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.26.0(jiti@2.4.2)): dependencies: debug: 3.2.7 optionalDependencies: @@ -12139,8 +11552,8 @@ snapshots: dependencies: '@typescript-eslint/utils': 7.18.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) eslint: 9.26.0(jiti@2.4.2) - ts-api-utils: 1.3.0(typescript@5.8.3) - tslib: 2.6.3 + ts-api-utils: 1.4.3(typescript@5.8.3) + tslib: 2.8.1 typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -12149,29 +11562,29 @@ snapshots: dependencies: escape-string-regexp: 1.0.5 eslint: 9.26.0(jiti@2.4.2) - ignore: 5.3.1 + ignore: 5.3.2 eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.34.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.26.0(jiti@2.4.2)): dependencies: '@rtsao/scc': 1.1.0 - array-includes: 3.1.8 - array.prototype.findlastindex: 1.2.5 - array.prototype.flat: 1.3.2 - array.prototype.flatmap: 1.3.2 + array-includes: 3.1.9 + array.prototype.findlastindex: 1.2.6 + array.prototype.flat: 1.3.3 + array.prototype.flatmap: 1.3.3 debug: 3.2.7 doctrine: 2.1.0 eslint: 9.26.0(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.34.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.26.0(jiti@2.4.2)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.34.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.26.0(jiti@2.4.2)) hasown: 2.0.2 - is-core-module: 2.15.1 + is-core-module: 2.16.1 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.8 object.groupby: 1.0.3 - object.values: 1.2.0 + object.values: 1.2.1 semver: 6.3.1 - string.prototype.trimend: 1.0.8 + string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: '@typescript-eslint/parser': 8.34.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) @@ -12183,10 +11596,10 @@ snapshots: eslint-plugin-jsx-a11y@6.10.1(eslint@9.26.0(jiti@2.4.2)): dependencies: aria-query: 5.3.2 - array-includes: 3.1.8 - array.prototype.flatmap: 1.3.2 + array-includes: 3.1.9 + array.prototype.flatmap: 1.3.3 ast-types-flow: 0.0.8 - axe-core: 4.10.0 + axe-core: 4.10.3 axobject-query: 4.1.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 @@ -12197,7 +11610,7 @@ snapshots: language-tags: 1.0.9 minimatch: 3.1.2 object.fromentries: 2.0.8 - safe-regex-test: 1.0.3 + safe-regex-test: 1.1.0 string.prototype.includes: 2.0.1 eslint-plugin-react-hooks@5.0.0(eslint@9.26.0(jiti@2.4.2)): @@ -12206,9 +11619,9 @@ snapshots: eslint-plugin-react@7.37.2(eslint@9.26.0(jiti@2.4.2)): dependencies: - array-includes: 3.1.8 + array-includes: 3.1.9 array.prototype.findlast: 1.2.5 - array.prototype.flatmap: 1.3.2 + array.prototype.flatmap: 1.3.3 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 es-iterator-helpers: 1.2.1 @@ -12217,13 +11630,13 @@ snapshots: hasown: 2.0.2 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 - object.entries: 1.1.8 + object.entries: 1.1.9 object.fromentries: 2.0.8 - object.values: 1.2.0 + object.values: 1.2.1 prop-types: 15.8.1 resolve: 2.0.0-next.5 semver: 6.3.1 - string.prototype.matchall: 4.0.11 + string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 eslint-plugin-tsdoc@0.4.0: @@ -12236,21 +11649,21 @@ snapshots: esrecurse: 4.3.0 estraverse: 4.3.0 - eslint-scope@8.3.0: + eslint-scope@8.4.0: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 eslint-visitor-keys@3.4.3: {} - eslint-visitor-keys@4.2.0: {} + eslint-visitor-keys@4.2.1: {} eslint@9.26.0(jiti@2.4.2): dependencies: '@eslint-community/eslint-utils': 4.7.0(eslint@9.26.0(jiti@2.4.2)) '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.20.0 - '@eslint/config-helpers': 0.2.2 + '@eslint/config-array': 0.20.1 + '@eslint/config-helpers': 0.2.3 '@eslint/core': 0.13.0 '@eslint/eslintrc': 3.3.1 '@eslint/js': 9.26.0 @@ -12258,17 +11671,17 @@ snapshots: '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.3 - '@modelcontextprotocol/sdk': 1.11.1 - '@types/estree': 1.0.7 + '@modelcontextprotocol/sdk': 1.16.0 + '@types/estree': 1.0.8 '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.0 + debug: 4.4.1 escape-string-regexp: 4.0.0 - eslint-scope: 8.3.0 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -12283,17 +11696,17 @@ snapshots: minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.4 - zod: 3.24.3 + zod: 3.25.76 optionalDependencies: jiti: 2.4.2 transitivePeerDependencies: - supports-color - espree@10.3.0: + espree@10.4.0: dependencies: - acorn: 8.14.0 - acorn-jsx: 5.3.2(acorn@8.14.0) - eslint-visitor-keys: 4.2.0 + acorn: 8.15.0 + acorn-jsx: 5.3.2(acorn@8.15.0) + eslint-visitor-keys: 4.2.1 esprima@4.0.1: {} @@ -12311,7 +11724,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 esutils@2.0.3: {} @@ -12321,16 +11734,16 @@ snapshots: eventemitter3@5.0.1: {} - eventsource-parser@3.0.1: {} + eventsource-parser@3.0.3: {} - eventsource@3.0.6: + eventsource@3.0.7: dependencies: - eventsource-parser: 3.0.1 + eventsource-parser: 3.0.3 execa@5.0.0: dependencies: cross-spawn: 7.0.6 - get-stream: 6.0.0 + get-stream: 6.0.1 human-signals: 2.1.0 is-stream: 2.0.0 merge-stream: 2.0.0 @@ -12355,11 +11768,11 @@ snapshots: dependencies: homedir-polyfill: 1.0.3 - expect-type@1.2.1: {} + expect-type@1.2.2: {} exponential-backoff@3.1.2: {} - express-rate-limit@7.5.0(express@5.1.0): + express-rate-limit@7.5.1(express@5.1.0): dependencies: express: 5.1.0 @@ -12371,7 +11784,7 @@ snapshots: content-type: 1.0.5 cookie: 0.7.2 cookie-signature: 1.2.2 - debug: 4.4.0 + debug: 4.4.1 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -12389,7 +11802,7 @@ snapshots: router: 2.2.0 send: 1.2.0 serve-static: 2.2.0 - statuses: 2.0.1 + statuses: 2.0.2 type-is: 2.0.1 vary: 1.1.2 transitivePeerDependencies: @@ -12403,7 +11816,7 @@ snapshots: fast-deep-equal@3.1.3: {} - fast-glob@3.3.2: + fast-glob@3.3.3: dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 @@ -12415,15 +11828,15 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-uri@3.0.1: {} + fast-uri@3.0.6: {} - fastq@1.17.1: + fastq@1.19.1: dependencies: - reusify: 1.0.4 + reusify: 1.1.0 - fdir@6.4.4(picomatch@4.0.2): + fdir@6.4.6(picomatch@4.0.3): optionalDependencies: - picomatch: 4.0.2 + picomatch: 4.0.3 fflate@0.8.2: {} @@ -12445,12 +11858,12 @@ snapshots: finalhandler@2.1.0: dependencies: - debug: 4.4.0 + debug: 4.4.1 encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 parseurl: 1.3.3 - statuses: 2.0.1 + statuses: 2.0.2 transitivePeerDependencies: - supports-color @@ -12499,20 +11912,21 @@ snapshots: follow-redirects@1.15.9: {} - for-each@0.3.3: + for-each@0.3.5: dependencies: is-callable: 1.2.7 - foreground-child@3.2.1: + foreground-child@3.3.1: dependencies: cross-spawn: 7.0.6 signal-exit: 4.1.0 - form-data@4.0.2: + form-data@4.0.4: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 es-set-tostringtag: 2.1.0 + hasown: 2.0.2 mime-types: 2.1.35 forwarded@0.2.0: {} @@ -12553,17 +11967,10 @@ snapshots: function-bind@1.1.2: {} - function.prototype.name@1.1.6: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - functions-have-names: 1.2.3 - function.prototype.name@1.1.8: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-properties: 1.2.1 functions-have-names: 1.2.3 hasown: 2.0.2 @@ -12577,20 +11984,12 @@ snapshots: get-east-asian-width@1.3.0: {} - get-intrinsic@1.2.4: - dependencies: - es-errors: 1.3.0 - function-bind: 1.1.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - hasown: 2.0.2 - - get-intrinsic@1.2.7: + get-intrinsic@1.3.0: dependencies: - call-bind-apply-helpers: 1.0.1 + call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 function-bind: 1.1.2 get-proto: 1.0.1 gopd: 1.2.0 @@ -12610,23 +12009,23 @@ snapshots: get-proto@1.0.1: dependencies: dunder-proto: 1.0.1 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 get-stream@6.0.0: {} + get-stream@6.0.1: {} + get-stream@8.0.1: {} - get-symbol-description@1.0.2: + get-symbol-description@1.1.0: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 - get-symbol-description@1.1.0: + get-tsconfig@4.10.1: dependencies: - call-bound: 1.0.3 - es-errors: 1.3.0 - get-intrinsic: 1.2.7 + resolve-pkg-maps: 1.0.0 git-raw-commits@3.0.0: dependencies: @@ -12648,7 +12047,7 @@ snapshots: git-semver-tags@5.0.1: dependencies: meow: 8.1.2 - semver: 7.7.1 + semver: 7.7.2 git-up@7.0.0: dependencies: @@ -12673,11 +12072,11 @@ snapshots: glob@10.4.5: dependencies: - foreground-child: 3.2.1 + foreground-child: 3.3.1 jackspeak: 3.4.3 minimatch: 9.0.5 minipass: 7.1.2 - package-json-from-dist: 1.0.0 + package-json-from-dist: 1.0.1 path-scurry: 1.11.1 glob@7.2.3: @@ -12714,8 +12113,6 @@ snapshots: is-windows: 1.0.2 which: 1.3.1 - globals@11.12.0: {} - globals@14.0.0: {} globalthis@1.0.4: @@ -12727,15 +12124,11 @@ snapshots: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.2 + fast-glob: 3.3.3 ignore: 5.3.2 merge2: 1.4.1 slash: 3.0.0 - gopd@1.0.1: - dependencies: - get-intrinsic: 1.2.4 - gopd@1.2.0: {} graceful-fs@4.2.10: {} @@ -12755,7 +12148,7 @@ snapshots: hard-rejection@2.1.0: {} - has-bigints@1.0.2: {} + has-bigints@1.1.0: {} has-flag@3.0.0: {} @@ -12763,21 +12156,17 @@ snapshots: has-property-descriptors@1.0.2: dependencies: - es-define-property: 1.0.0 - - has-proto@1.0.3: {} + es-define-property: 1.0.1 has-proto@1.2.0: dependencies: dunder-proto: 1.0.1 - has-symbols@1.0.3: {} - has-symbols@1.1.0: {} has-tostringtag@1.0.2: dependencies: - has-symbols: 1.0.3 + has-symbols: 1.1.0 has-unicode@2.0.1: {} @@ -12805,7 +12194,7 @@ snapshots: html-escaper@2.0.2: {} - http-cache-semantics@4.1.1: {} + http-cache-semantics@4.2.0: {} http-errors@2.0.0: dependencies: @@ -12817,15 +12206,15 @@ snapshots: http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.3 - debug: 4.4.0 + agent-base: 7.1.4 + debug: 4.4.1 transitivePeerDependencies: - supports-color https-proxy-agent@7.0.6: dependencies: - agent-base: 7.1.3 - debug: 4.4.0 + agent-base: 7.1.4 + debug: 4.4.1 transitivePeerDependencies: - supports-color @@ -12849,13 +12238,11 @@ snapshots: dependencies: minimatch: 9.0.5 - ignore@5.3.1: {} - ignore@5.3.2: {} ignore@7.0.5: {} - import-fresh@3.3.0: + import-fresh@3.3.1: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 @@ -12871,7 +12258,7 @@ snapshots: indent-string@4.0.0: {} - index-to-position@0.1.2: {} + index-to-position@1.1.0: {} inflight@1.0.6: dependencies: @@ -12892,7 +12279,7 @@ snapshots: npm-package-arg: 11.0.2 promzard: 1.0.2 read: 3.0.1 - semver: 7.7.1 + semver: 7.7.2 validate-npm-package-license: 3.0.4 validate-npm-package-name: 5.0.1 transitivePeerDependencies: @@ -12910,7 +12297,7 @@ snapshots: mute-stream: 0.0.8 ora: 5.4.1 run-async: 2.4.1 - rxjs: 7.8.1 + rxjs: 7.8.2 string-width: 4.2.3 strip-ansi: 6.0.1 through: 2.3.8 @@ -12934,12 +12321,6 @@ snapshots: through: 2.3.8 wrap-ansi: 6.2.0 - internal-slot@1.0.7: - dependencies: - es-errors: 1.3.0 - hasown: 2.0.2 - side-channel: 1.0.6 - internal-slot@1.1.0: dependencies: es-errors: 1.3.0 @@ -12953,43 +12334,33 @@ snapshots: ipaddr.js@1.9.1: {} - is-array-buffer@3.0.4: - dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - is-array-buffer@3.0.5: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 - get-intrinsic: 1.2.7 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 is-arrayish@0.2.1: {} - is-async-function@2.0.0: + is-async-function@2.1.1: dependencies: + async-function: 1.0.0 + call-bound: 1.0.4 + get-proto: 1.0.1 has-tostringtag: 1.0.2 - - is-bigint@1.0.4: - dependencies: - has-bigints: 1.0.2 + safe-regex-test: 1.1.0 is-bigint@1.1.0: dependencies: - has-bigints: 1.0.2 + has-bigints: 1.1.0 is-binary-path@2.1.0: dependencies: binary-extensions: 2.3.0 - is-boolean-object@1.1.2: - dependencies: - call-bind: 1.0.7 - has-tostringtag: 1.0.2 - - is-boolean-object@1.2.1: + is-boolean-object@1.2.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-callable@1.2.7: {} @@ -12998,44 +12369,28 @@ snapshots: dependencies: ci-info: 3.9.0 - is-core-module@2.15.1: - dependencies: - hasown: 2.0.2 - is-core-module@2.16.1: dependencies: hasown: 2.0.2 - is-data-view@1.0.1: - dependencies: - is-typed-array: 1.1.13 - is-data-view@1.0.2: dependencies: - call-bound: 1.0.3 - get-intrinsic: 1.2.7 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 is-typed-array: 1.1.15 - is-date-object@1.0.5: - dependencies: - has-tostringtag: 1.0.2 - is-date-object@1.1.0: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-docker@2.2.1: {} is-extglob@2.1.1: {} - is-finalizationregistry@1.0.2: - dependencies: - call-bind: 1.0.8 - is-finalizationregistry@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 is-fullwidth-code-point@3.0.0: {} @@ -13045,9 +12400,12 @@ snapshots: dependencies: get-east-asian-width: 1.3.0 - is-generator-function@1.0.10: + is-generator-function@1.1.0: dependencies: + call-bound: 1.0.4 + get-proto: 1.0.1 has-tostringtag: 1.0.2 + safe-regex-test: 1.1.0 is-glob@4.0.3: dependencies: @@ -13061,13 +12419,9 @@ snapshots: is-negative-zero@2.0.3: {} - is-number-object@1.0.7: - dependencies: - has-tostringtag: 1.0.2 - is-number-object@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-number@7.0.0: {} @@ -13084,27 +12438,18 @@ snapshots: is-promise@4.0.0: {} - is-regex@1.1.4: - dependencies: - call-bind: 1.0.7 - has-tostringtag: 1.0.2 - is-regex@1.2.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 gopd: 1.2.0 has-tostringtag: 1.0.2 hasown: 2.0.2 is-set@2.0.3: {} - is-shared-array-buffer@1.0.3: - dependencies: - call-bind: 1.0.7 - is-shared-array-buffer@1.0.4: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 is-ssh@1.4.1: dependencies: @@ -13114,22 +12459,14 @@ snapshots: is-stream@3.0.0: {} - is-string@1.0.7: - dependencies: - has-tostringtag: 1.0.2 - is-string@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-tostringtag: 1.0.2 - is-symbol@1.0.4: - dependencies: - has-symbols: 1.0.3 - is-symbol@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-symbols: 1.1.0 safe-regex-test: 1.1.0 @@ -13141,13 +12478,9 @@ snapshots: dependencies: text-extensions: 2.4.0 - is-typed-array@1.1.13: - dependencies: - which-typed-array: 1.1.15 - is-typed-array@1.1.15: dependencies: - which-typed-array: 1.1.18 + which-typed-array: 1.1.19 is-unicode-supported@0.1.0: {} @@ -13155,18 +12488,14 @@ snapshots: is-weakmap@2.0.2: {} - is-weakref@1.0.2: - dependencies: - call-bind: 1.0.7 - - is-weakref@1.1.0: + is-weakref@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 - is-weakset@2.0.3: + is-weakset@2.0.4: dependencies: - call-bind: 1.0.8 - get-intrinsic: 1.2.7 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 is-windows@1.0.2: {} @@ -13188,11 +12517,11 @@ snapshots: istanbul-lib-instrument@6.0.3: dependencies: - '@babel/core': 7.26.10 - '@babel/parser': 7.27.0 + '@babel/core': 7.28.0 + '@babel/parser': 7.28.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 - semver: 7.7.1 + semver: 7.7.2 transitivePeerDependencies: - supports-color @@ -13204,8 +12533,8 @@ snapshots: istanbul-lib-source-maps@5.0.6: dependencies: - '@jridgewell/trace-mapping': 0.3.25 - debug: 4.4.0 + '@jridgewell/trace-mapping': 0.3.29 + debug: 4.4.1 istanbul-lib-coverage: 3.2.2 transitivePeerDependencies: - supports-color @@ -13218,8 +12547,8 @@ snapshots: iterator.prototype@1.1.5: dependencies: define-data-property: 1.1.4 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.7 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 get-proto: 1.0.1 has-symbols: 1.1.0 set-function-name: 2.0.2 @@ -13239,16 +12568,13 @@ snapshots: jest-diff@29.7.0: dependencies: - chalk: 4.1.0 + chalk: 4.1.2 diff-sequences: 29.6.3 jest-get-type: 29.6.3 pretty-format: 29.7.0 jest-get-type@29.6.3: {} - jiti@1.21.6: - optional: true - jiti@2.4.2: {} jju@1.4.0: {} @@ -13268,9 +12594,9 @@ snapshots: jsdom@26.1.0: dependencies: - cssstyle: 4.2.1 + cssstyle: 4.6.0 data-urls: 5.0.0 - decimal.js: 10.5.0 + decimal.js: 10.6.0 html-encoding-sniffer: 4.0.0 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 @@ -13286,7 +12612,7 @@ snapshots: whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 whatwg-url: 14.2.0 - ws: 8.18.0 + ws: 8.18.3 xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil @@ -13331,10 +12657,10 @@ snapshots: jsx-ast-utils@3.3.5: dependencies: - array-includes: 3.1.8 - array.prototype.flat: 1.3.2 - object.assign: 4.1.5 - object.values: 1.2.0 + array-includes: 3.1.9 + array.prototype.flat: 1.3.3 + object.assign: 4.1.7 + object.values: 1.2.1 just-diff-apply@5.5.0: {} @@ -13346,7 +12672,7 @@ snapshots: kind-of@6.0.3: {} - ky@1.7.5: {} + ky@1.8.2: {} language-subtag-registry@0.3.23: {} @@ -13360,7 +12686,7 @@ snapshots: '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.0 '@npmcli/run-script': 8.1.0 - '@nx/devkit': 20.8.1(nx@20.8.1) + '@nx/devkit': 20.8.2(nx@20.8.2) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 20.1.2 aproba: 2.0.0 @@ -13405,7 +12731,7 @@ snapshots: npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 - nx: 20.8.1 + nx: 20.8.2 p-map: 4.0.0 p-map-series: 2.1.0 p-pipe: 3.1.0 @@ -13417,7 +12743,7 @@ snapshots: read-cmd-shim: 4.0.0 resolve-from: 5.0.0 rimraf: 4.4.1 - semver: 7.7.1 + semver: 7.7.2 set-blocking: 2.0.0 signal-exit: 3.0.7 slash: 3.0.0 @@ -13459,12 +12785,12 @@ snapshots: libnpmpublish@9.0.9: dependencies: - ci-info: 4.2.0 + ci-info: 4.3.0 normalize-package-data: 6.0.2 npm-package-arg: 11.0.2 npm-registry-fetch: 17.1.0 proc-log: 4.2.0 - semver: 7.7.1 + semver: 7.7.2 sigstore: 2.3.1 ssri: 10.0.6 transitivePeerDependencies: @@ -13484,18 +12810,18 @@ snapshots: dependencies: chalk: 5.4.1 commander: 13.1.0 - debug: 4.4.0 + debug: 4.4.1 execa: 8.0.1 lilconfig: 3.1.3 - listr2: 8.3.2 + listr2: 8.3.3 micromatch: 4.0.8 pidtree: 0.6.0 string-argv: 0.3.2 - yaml: 2.7.1 + yaml: 2.8.0 transitivePeerDependencies: - supports-color - listr2@8.3.2: + listr2@8.3.3: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 @@ -13578,12 +12904,10 @@ snapshots: dependencies: js-tokens: 4.0.0 - loupe@3.1.3: {} + loupe@3.1.4: {} lru-cache@10.4.3: {} - lru-cache@11.0.2: {} - lru-cache@5.1.1: dependencies: yallist: 3.1.1 @@ -13596,12 +12920,12 @@ snapshots: magic-string@0.30.17: dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 magicast@0.3.5: dependencies: - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.1 source-map-js: 1.2.1 make-dir@2.1.0: @@ -13611,13 +12935,13 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.3 + semver: 7.7.2 make-fetch-happen@13.0.1: dependencies: '@npmcli/agent': 2.2.2 cacache: 18.0.4 - http-cache-semantics: 4.1.1 + http-cache-semantics: 4.2.0 is-lambda: 1.0.1 minipass: 7.1.2 minipass-fetch: 3.0.5 @@ -13700,27 +13024,27 @@ snapshots: minimatch@3.0.5: dependencies: - brace-expansion: 1.1.11 + brace-expansion: 1.1.12 minimatch@3.1.2: dependencies: - brace-expansion: 1.1.11 + brace-expansion: 1.1.12 minimatch@5.1.6: dependencies: - brace-expansion: 2.0.1 + brace-expansion: 2.0.2 minimatch@8.0.4: dependencies: - brace-expansion: 2.0.1 + brace-expansion: 2.0.2 minimatch@9.0.3: dependencies: - brace-expansion: 2.0.1 + brace-expansion: 2.0.2 minimatch@9.0.5: dependencies: - brace-expansion: 2.0.1 + brace-expansion: 2.0.2 minimist-options@4.1.0: dependencies: @@ -13785,7 +13109,7 @@ snapshots: array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 - minimatch: 3.0.5 + minimatch: 3.1.2 mute-stream@0.0.8: {} @@ -13824,7 +13148,7 @@ snapshots: make-fetch-happen: 13.0.1 nopt: 7.2.1 proc-log: 4.2.0 - semver: 7.7.1 + semver: 7.7.2 tar: 6.2.1 which: 4.0.0 transitivePeerDependencies: @@ -13849,13 +13173,13 @@ snapshots: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.16.1 - semver: 7.7.1 + semver: 7.7.2 validate-npm-package-license: 3.0.4 normalize-package-data@6.0.2: dependencies: hosted-git-info: 7.0.2 - semver: 7.6.3 + semver: 7.7.2 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} @@ -13866,7 +13190,7 @@ snapshots: npm-install-checks@6.3.0: dependencies: - semver: 7.7.1 + semver: 7.7.2 npm-normalize-package-bin@3.0.1: {} @@ -13874,7 +13198,7 @@ snapshots: dependencies: hosted-git-info: 7.0.2 proc-log: 4.2.0 - semver: 7.7.1 + semver: 7.7.2 validate-npm-package-name: 5.0.1 npm-packlist@8.0.2: @@ -13886,7 +13210,7 @@ snapshots: npm-install-checks: 6.3.0 npm-normalize-package-bin: 3.0.1 npm-package-arg: 11.0.2 - semver: 7.7.1 + semver: 7.7.2 npm-registry-fetch@17.1.0: dependencies: @@ -13911,14 +13235,14 @@ snapshots: nwsapi@2.2.20: {} - nx@20.8.1: + nx@20.8.2: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 - axios: 1.9.0 - chalk: 4.1.0 + axios: 1.11.0 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 8.0.1 @@ -13938,77 +13262,70 @@ snapshots: open: 8.4.2 ora: 5.3.0 resolve.exports: 2.0.3 - semver: 7.7.1 + semver: 7.7.2 string-width: 4.2.3 tar-stream: 2.2.0 tmp: 0.2.3 tsconfig-paths: 4.2.0 tslib: 2.8.1 - yaml: 2.7.1 + yaml: 2.8.0 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 20.8.1 - '@nx/nx-darwin-x64': 20.8.1 - '@nx/nx-freebsd-x64': 20.8.1 - '@nx/nx-linux-arm-gnueabihf': 20.8.1 - '@nx/nx-linux-arm64-gnu': 20.8.1 - '@nx/nx-linux-arm64-musl': 20.8.1 - '@nx/nx-linux-x64-gnu': 20.8.1 - '@nx/nx-linux-x64-musl': 20.8.1 - '@nx/nx-win32-arm64-msvc': 20.8.1 - '@nx/nx-win32-x64-msvc': 20.8.1 + '@nx/nx-darwin-arm64': 20.8.2 + '@nx/nx-darwin-x64': 20.8.2 + '@nx/nx-freebsd-x64': 20.8.2 + '@nx/nx-linux-arm-gnueabihf': 20.8.2 + '@nx/nx-linux-arm64-gnu': 20.8.2 + '@nx/nx-linux-arm64-musl': 20.8.2 + '@nx/nx-linux-x64-gnu': 20.8.2 + '@nx/nx-linux-x64-musl': 20.8.2 + '@nx/nx-win32-arm64-msvc': 20.8.2 + '@nx/nx-win32-x64-msvc': 20.8.2 transitivePeerDependencies: - debug object-assign@4.1.1: {} - object-inspect@1.13.2: {} - - object-inspect@1.13.3: {} + object-inspect@1.13.4: {} object-keys@1.1.1: {} - object.assign@4.1.5: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - has-symbols: 1.0.3 - object-keys: 1.1.1 - object.assign@4.1.7: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-properties: 1.2.1 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 has-symbols: 1.1.0 object-keys: 1.1.1 - object.entries@1.1.8: + object.entries@1.1.9: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 define-properties: 1.2.1 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 object.fromentries@2.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 + es-abstract: 1.24.0 + es-object-atoms: 1.1.1 object.groupby@1.0.3: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.24.0 - object.values@1.2.0: + object.values@1.2.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 define-properties: 1.2.1 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 on-finished@2.4.1: dependencies: @@ -14050,7 +13367,7 @@ snapshots: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.6.1 + cli-spinners: 2.9.2 is-interactive: 1.0.0 log-symbols: 4.1.0 strip-ansi: 6.0.1 @@ -14072,7 +13389,7 @@ snapshots: own-keys@1.0.1: dependencies: - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 object-keys: 1.1.1 safe-push-apply: 1.0.0 @@ -14092,11 +13409,11 @@ snapshots: p-limit@4.0.0: dependencies: - yocto-queue: 1.1.1 + yocto-queue: 1.2.1 p-limit@6.2.0: dependencies: - yocto-queue: 1.1.1 + yocto-queue: 1.2.1 p-locate@2.0.0: dependencies: @@ -14141,14 +13458,14 @@ snapshots: dependencies: p-reduce: 2.1.0 - package-json-from-dist@1.0.0: {} + package-json-from-dist@1.0.1: {} package-json@10.0.1: dependencies: - ky: 1.7.5 + ky: 1.8.2 registry-auth-token: 5.1.0 registry-url: 6.0.1 - semver: 7.7.1 + semver: 7.7.2 pacote@18.0.6: dependencies: @@ -14192,16 +13509,16 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.27.1 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 - parse-json@8.1.0: + parse-json@8.3.0: dependencies: - '@babel/code-frame': 7.24.7 - index-to-position: 0.1.2 - type-fest: 4.23.0 + '@babel/code-frame': 7.27.1 + index-to-position: 1.1.0 + type-fest: 4.41.0 parse-passwd@1.0.0: {} @@ -14215,7 +13532,7 @@ snapshots: parse5@7.3.0: dependencies: - entities: 6.0.0 + entities: 6.0.1 parseurl@1.3.3: {} @@ -14248,13 +13565,13 @@ snapshots: pathe@2.0.3: {} - pathval@2.0.0: {} + pathval@2.0.1: {} picocolors@1.1.1: {} picomatch@2.3.1: {} - picomatch@4.0.2: {} + picomatch@4.0.3: {} pidtree@0.6.0: {} @@ -14276,14 +13593,14 @@ snapshots: dependencies: queue-lit: 1.5.2 - possible-typed-array-names@1.0.0: {} + possible-typed-array-names@1.1.0: {} postcss-selector-parser@6.1.2: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss@8.5.3: + postcss@8.5.6: dependencies: nanoid: 3.3.11 picocolors: 1.1.1 @@ -14408,8 +13725,8 @@ snapshots: dependencies: '@types/normalize-package-data': 2.4.4 normalize-package-data: 6.0.2 - parse-json: 8.1.0 - type-fest: 4.23.0 + parse-json: 8.3.0 + type-fest: 4.41.0 unicorn-magic: 0.1.0 read@3.0.1: @@ -14445,30 +13762,13 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-errors: 1.3.0 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.7 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 get-proto: 1.0.1 which-builtin-type: 1.2.1 - reflect.getprototypeof@1.0.6: - dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.23.9 - es-errors: 1.3.0 - get-intrinsic: 1.2.7 - globalthis: 1.0.4 - which-builtin-type: 1.1.4 - - regexp.prototype.flags@1.5.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-errors: 1.3.0 - set-function-name: 2.0.2 - regexp.prototype.flags@1.5.4: dependencies: call-bind: 1.0.8 @@ -14503,6 +13803,8 @@ snapshots: resolve-from@5.0.0: {} + resolve-pkg-maps@1.0.0: {} + resolve.exports@2.0.3: {} resolve@1.22.10: @@ -14511,15 +13813,9 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - resolve@1.22.8: - dependencies: - is-core-module: 2.15.1 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - resolve@2.0.0-next.5: dependencies: - is-core-module: 2.15.1 + is-core-module: 2.16.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -14535,7 +13831,7 @@ snapshots: retry@0.12.0: {} - reusify@1.0.4: {} + reusify@1.1.0: {} rfdc@1.4.1: {} @@ -14543,35 +13839,35 @@ snapshots: dependencies: glob: 9.3.5 - rollup@4.40.0: + rollup@4.45.1: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.40.0 - '@rollup/rollup-android-arm64': 4.40.0 - '@rollup/rollup-darwin-arm64': 4.40.0 - '@rollup/rollup-darwin-x64': 4.40.0 - '@rollup/rollup-freebsd-arm64': 4.40.0 - '@rollup/rollup-freebsd-x64': 4.40.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.40.0 - '@rollup/rollup-linux-arm-musleabihf': 4.40.0 - '@rollup/rollup-linux-arm64-gnu': 4.40.0 - '@rollup/rollup-linux-arm64-musl': 4.40.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.40.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.40.0 - '@rollup/rollup-linux-riscv64-gnu': 4.40.0 - '@rollup/rollup-linux-riscv64-musl': 4.40.0 - '@rollup/rollup-linux-s390x-gnu': 4.40.0 - '@rollup/rollup-linux-x64-gnu': 4.40.0 - '@rollup/rollup-linux-x64-musl': 4.40.0 - '@rollup/rollup-win32-arm64-msvc': 4.40.0 - '@rollup/rollup-win32-ia32-msvc': 4.40.0 - '@rollup/rollup-win32-x64-msvc': 4.40.0 + '@rollup/rollup-android-arm-eabi': 4.45.1 + '@rollup/rollup-android-arm64': 4.45.1 + '@rollup/rollup-darwin-arm64': 4.45.1 + '@rollup/rollup-darwin-x64': 4.45.1 + '@rollup/rollup-freebsd-arm64': 4.45.1 + '@rollup/rollup-freebsd-x64': 4.45.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.45.1 + '@rollup/rollup-linux-arm-musleabihf': 4.45.1 + '@rollup/rollup-linux-arm64-gnu': 4.45.1 + '@rollup/rollup-linux-arm64-musl': 4.45.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.45.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.45.1 + '@rollup/rollup-linux-riscv64-gnu': 4.45.1 + '@rollup/rollup-linux-riscv64-musl': 4.45.1 + '@rollup/rollup-linux-s390x-gnu': 4.45.1 + '@rollup/rollup-linux-x64-gnu': 4.45.1 + '@rollup/rollup-linux-x64-musl': 4.45.1 + '@rollup/rollup-win32-arm64-msvc': 4.45.1 + '@rollup/rollup-win32-ia32-msvc': 4.45.1 + '@rollup/rollup-win32-x64-msvc': 4.45.1 fsevents: 2.3.3 router@2.2.0: dependencies: - debug: 4.4.0 + debug: 4.4.1 depd: 2.0.0 is-promise: 4.0.0 parseurl: 1.3.3 @@ -14587,26 +13883,15 @@ snapshots: dependencies: queue-microtask: 1.2.3 - rxjs@7.8.1: - dependencies: - tslib: 2.6.3 - rxjs@7.8.2: dependencies: tslib: 2.8.1 - safe-array-concat@1.1.2: - dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - isarray: 2.0.5 - safe-array-concat@1.1.3: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 - get-intrinsic: 1.2.7 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 has-symbols: 1.1.0 isarray: 2.0.5 @@ -14619,15 +13904,9 @@ snapshots: es-errors: 1.3.0 isarray: 2.0.5 - safe-regex-test@1.0.3: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-regex: 1.1.4 - safe-regex-test@1.1.0: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-regex: 1.2.1 @@ -14639,19 +13918,17 @@ snapshots: sembear@0.7.0: dependencies: - semver: 7.7.1 + semver: 7.7.2 semver@5.7.2: {} semver@6.3.1: {} - semver@7.6.3: {} - - semver@7.7.1: {} + semver@7.7.2: {} send@1.2.0: dependencies: - debug: 4.4.0 + debug: 4.4.1 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -14661,7 +13938,7 @@ snapshots: ms: 2.1.3 on-finished: 2.4.1 range-parser: 1.2.1 - statuses: 2.0.1 + statuses: 2.0.2 transitivePeerDependencies: - supports-color @@ -14681,8 +13958,8 @@ snapshots: define-data-property: 1.1.4 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.4 - gopd: 1.0.1 + get-intrinsic: 1.3.0 + gopd: 1.2.0 has-property-descriptors: 1.0.2 set-function-name@2.0.2: @@ -14696,7 +13973,7 @@ snapshots: dependencies: dunder-proto: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 setprototypeof@1.2.0: {} @@ -14713,34 +13990,27 @@ snapshots: side-channel-list@1.0.0: dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-map@1.0.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 - get-intrinsic: 1.2.7 - object-inspect: 1.13.3 + get-intrinsic: 1.3.0 + object-inspect: 1.13.4 side-channel-weakmap@1.0.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 - get-intrinsic: 1.2.7 - object-inspect: 1.13.3 + get-intrinsic: 1.3.0 + object-inspect: 1.13.4 side-channel-map: 1.0.1 - side-channel@1.0.6: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - get-intrinsic: 1.2.4 - object-inspect: 1.13.2 - side-channel@1.1.0: dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-list: 1.0.0 side-channel-map: 1.0.1 side-channel-weakmap: 1.0.2 @@ -14784,13 +14054,13 @@ snapshots: socks-proxy-agent@8.0.5: dependencies: - agent-base: 7.1.3 - debug: 4.4.0 - socks: 2.8.4 + agent-base: 7.1.4 + debug: 4.4.1 + socks: 2.8.6 transitivePeerDependencies: - supports-color - socks@2.8.4: + socks@2.8.6: dependencies: ip-address: 9.0.5 smart-buffer: 4.2.0 @@ -14806,16 +14076,16 @@ snapshots: spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.18 + spdx-license-ids: 3.0.21 spdx-exceptions@2.5.0: {} spdx-expression-parse@3.0.1: dependencies: spdx-exceptions: 2.5.0 - spdx-license-ids: 3.0.18 + spdx-license-ids: 3.0.21 - spdx-license-ids@3.0.18: {} + spdx-license-ids@3.0.21: {} split2@3.2.2: dependencies: @@ -14839,8 +14109,15 @@ snapshots: statuses@2.0.1: {} + statuses@2.0.2: {} + std-env@3.9.0: {} + stop-iteration-iterator@1.1.0: + dependencies: + es-errors: 1.3.0 + internal-slot: 1.1.0 + string-argv@0.3.2: {} string-width@4.2.3: @@ -14863,65 +14140,53 @@ snapshots: string.prototype.includes@2.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.24.0 - string.prototype.matchall@4.0.11: + string.prototype.matchall@4.0.12: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.24.0 es-errors: 1.3.0 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - gopd: 1.0.1 - has-symbols: 1.0.3 - internal-slot: 1.0.7 - regexp.prototype.flags: 1.5.2 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 + gopd: 1.2.0 + has-symbols: 1.1.0 + internal-slot: 1.1.0 + regexp.prototype.flags: 1.5.4 set-function-name: 2.0.2 - side-channel: 1.0.6 + side-channel: 1.1.0 string.prototype.repeat@1.0.0: dependencies: define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.24.0 string.prototype.trim@1.2.10: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-data-property: 1.1.4 define-properties: 1.2.1 - es-abstract: 1.23.9 - es-object-atoms: 1.0.0 + es-abstract: 1.24.0 + es-object-atoms: 1.1.1 has-property-descriptors: 1.0.2 - string.prototype.trim@1.2.9: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - - string.prototype.trimend@1.0.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 - string.prototype.trimend@1.0.9: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-properties: 1.2.1 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 string.prototype.trimstart@1.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 string_decoder@1.1.1: dependencies: @@ -14937,7 +14202,7 @@ snapshots: strip-ansi@7.1.0: dependencies: - ansi-regex: 6.0.1 + ansi-regex: 6.1.0 strip-bom@3.0.0: {} @@ -14976,7 +14241,7 @@ snapshots: tar-stream@2.2.0: dependencies: bl: 4.1.0 - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 fs-constants: 1.0.0 inherits: 2.0.4 readable-stream: 3.6.2 @@ -15015,22 +14280,22 @@ snapshots: tinyexec@1.0.1: {} - tinyglobby@0.2.13: + tinyglobby@0.2.14: dependencies: - fdir: 6.4.4(picomatch@4.0.2) - picomatch: 4.0.2 + fdir: 6.4.6(picomatch@4.0.3) + picomatch: 4.0.3 - tinypool@1.0.2: {} + tinypool@1.1.1: {} tinyrainbow@2.0.0: {} tinyspy@3.0.2: {} - tldts-core@6.1.71: {} + tldts-core@6.1.86: {} - tldts@6.1.71: + tldts@6.1.86: dependencies: - tldts-core: 6.1.71 + tldts-core: 6.1.86 tmp@0.0.33: dependencies: @@ -15048,7 +14313,7 @@ snapshots: tough-cookie@5.1.2: dependencies: - tldts: 6.1.71 + tldts: 6.1.86 tr46@0.0.3: {} @@ -15060,7 +14325,7 @@ snapshots: trim-newlines@3.0.1: {} - ts-api-utils@1.3.0(typescript@5.8.3): + ts-api-utils@1.4.3(typescript@5.8.3): dependencies: typescript: 5.8.3 @@ -15068,10 +14333,11 @@ snapshots: dependencies: typescript: 5.8.3 - tsc-alias@1.8.10: + tsc-alias@1.8.16: dependencies: chokidar: 3.6.0 commander: 9.5.0 + get-tsconfig: 4.10.1 globby: 11.1.0 mylas: 2.1.13 normalize-path: 3.0.0 @@ -15092,8 +14358,6 @@ snapshots: tslib@1.14.1: {} - tslib@2.6.3: {} - tslib@2.8.1: {} tsutils@3.21.0(typescript@5.8.3): @@ -15104,7 +14368,7 @@ snapshots: tuf-js@2.2.1: dependencies: '@tufjs/models': 2.0.1 - debug: 4.4.0 + debug: 4.4.1 make-fetch-happen: 13.0.1 transitivePeerDependencies: - supports-color @@ -15150,7 +14414,7 @@ snapshots: type-fest@0.8.1: {} - type-fest@4.23.0: {} + type-fest@4.41.0: {} type-is@2.0.1: dependencies: @@ -15158,70 +14422,38 @@ snapshots: media-typer: 1.1.0 mime-types: 3.0.1 - typed-array-buffer@1.0.2: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-typed-array: 1.1.13 - typed-array-buffer@1.0.3: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-typed-array: 1.1.15 - typed-array-byte-length@1.0.1: - dependencies: - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 - is-typed-array: 1.1.13 - typed-array-byte-length@1.0.3: dependencies: call-bind: 1.0.8 - for-each: 0.3.3 + for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 - typed-array-byte-offset@1.0.2: - dependencies: - available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 - is-typed-array: 1.1.13 - typed-array-byte-offset@1.0.4: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 - for-each: 0.3.3 + for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 reflect.getprototypeof: 1.0.10 - typed-array-length@1.0.6: - dependencies: - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 - is-typed-array: 1.1.13 - possible-typed-array-names: 1.0.0 - typed-array-length@1.0.7: dependencies: call-bind: 1.0.8 - for-each: 0.3.3 + for-each: 0.3.5 gopd: 1.2.0 is-typed-array: 1.1.15 - possible-typed-array-names: 1.0.0 - reflect.getprototypeof: 1.0.6 + possible-typed-array-names: 1.1.0 + reflect.getprototypeof: 1.0.10 typedarray@0.0.6: {} @@ -15232,7 +14464,7 @@ snapshots: markdown-it: 14.1.0 minimatch: 9.0.5 typescript: 5.8.3 - yaml: 2.6.1 + yaml: 2.8.0 typescript@5.8.3: {} @@ -15241,21 +14473,14 @@ snapshots: uglify-js@3.19.3: optional: true - unbox-primitive@1.0.2: - dependencies: - call-bind: 1.0.7 - has-bigints: 1.0.2 - has-symbols: 1.0.3 - which-boxed-primitive: 1.0.2 - unbox-primitive@1.1.0: dependencies: - call-bound: 1.0.3 - has-bigints: 1.0.2 + call-bound: 1.0.4 + has-bigints: 1.1.0 has-symbols: 1.1.0 which-boxed-primitive: 1.1.1 - undici-types@6.21.0: {} + undici-types@6.19.8: {} unicorn-magic@0.1.0: {} @@ -15296,17 +14521,17 @@ snapshots: validate-npm-package-name@5.0.1: {} - validate-npm-package-name@6.0.0: {} + validate-npm-package-name@6.0.2: {} vary@1.1.2: {} - vite-node@3.1.2(@types/node@22.15.2)(jiti@2.4.2)(yaml@2.7.1): + vite-node@3.1.2(@types/node@20.17.46)(jiti@2.4.2)(yaml@2.8.0): dependencies: cac: 6.7.14 - debug: 4.4.0 + debug: 4.4.1 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.3.5(@types/node@22.15.2)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.17.46)(jiti@2.4.2)(yaml@2.8.0) transitivePeerDependencies: - '@types/node' - jiti @@ -15321,45 +14546,45 @@ snapshots: - tsx - yaml - vite@6.3.5(@types/node@22.15.2)(jiti@2.4.2)(yaml@2.7.1): + vite@6.3.5(@types/node@20.17.46)(jiti@2.4.2)(yaml@2.8.0): dependencies: - esbuild: 0.25.3 - fdir: 6.4.4(picomatch@4.0.2) - picomatch: 4.0.2 - postcss: 8.5.3 - rollup: 4.40.0 - tinyglobby: 0.2.13 + esbuild: 0.25.8 + fdir: 6.4.6(picomatch@4.0.3) + picomatch: 4.0.3 + postcss: 8.5.6 + rollup: 4.45.1 + tinyglobby: 0.2.14 optionalDependencies: - '@types/node': 22.15.2 + '@types/node': 20.17.46 fsevents: 2.3.3 jiti: 2.4.2 - yaml: 2.7.1 + yaml: 2.8.0 - vitest@3.1.2(@types/node@22.15.2)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1): + vitest@3.1.2(@types/node@20.17.46)(@vitest/ui@3.1.2)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.8.0): dependencies: '@vitest/expect': 3.1.2 - '@vitest/mocker': 3.1.2(vite@6.3.5(@types/node@22.15.2)(jiti@2.4.2)(yaml@2.7.1)) - '@vitest/pretty-format': 3.1.2 + '@vitest/mocker': 3.1.2(vite@6.3.5(@types/node@20.17.46)(jiti@2.4.2)(yaml@2.8.0)) + '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.1.2 '@vitest/snapshot': 3.1.2 '@vitest/spy': 3.1.2 '@vitest/utils': 3.1.2 - chai: 5.2.0 - debug: 4.4.0 - expect-type: 1.2.1 + chai: 5.2.1 + debug: 4.4.1 + expect-type: 1.2.2 magic-string: 0.30.17 pathe: 2.0.3 std-env: 3.9.0 tinybench: 2.9.0 tinyexec: 0.3.2 - tinyglobby: 0.2.13 - tinypool: 1.0.2 + tinyglobby: 0.2.14 + tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 6.3.5(@types/node@22.15.2)(jiti@2.4.2)(yaml@2.7.1) - vite-node: 3.1.2(@types/node@22.15.2)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.17.46)(jiti@2.4.2)(yaml@2.8.0) + vite-node: 3.1.2(@types/node@20.17.46)(jiti@2.4.2)(yaml@2.8.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.15.2 + '@types/node': 20.17.46 '@vitest/ui': 3.1.2(vitest@3.1.2) jsdom: 26.1.0 transitivePeerDependencies: @@ -15406,74 +14631,44 @@ snapshots: tr46: 0.0.3 webidl-conversions: 3.0.1 - which-boxed-primitive@1.0.2: - dependencies: - is-bigint: 1.0.4 - is-boolean-object: 1.1.2 - is-number-object: 1.0.7 - is-string: 1.0.7 - is-symbol: 1.0.4 - which-boxed-primitive@1.1.1: dependencies: is-bigint: 1.1.0 - is-boolean-object: 1.2.1 + is-boolean-object: 1.2.2 is-number-object: 1.1.1 is-string: 1.1.1 is-symbol: 1.1.1 - which-builtin-type@1.1.4: - dependencies: - function.prototype.name: 1.1.8 - has-tostringtag: 1.0.2 - is-async-function: 2.0.0 - is-date-object: 1.0.5 - is-finalizationregistry: 1.0.2 - is-generator-function: 1.0.10 - is-regex: 1.2.1 - is-weakref: 1.1.0 - isarray: 2.0.5 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.2 - which-typed-array: 1.1.18 - which-builtin-type@1.2.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 function.prototype.name: 1.1.8 has-tostringtag: 1.0.2 - is-async-function: 2.0.0 + is-async-function: 2.1.1 is-date-object: 1.1.0 is-finalizationregistry: 1.1.1 - is-generator-function: 1.0.10 + is-generator-function: 1.1.0 is-regex: 1.2.1 - is-weakref: 1.1.0 + is-weakref: 1.1.1 isarray: 2.0.5 which-boxed-primitive: 1.1.1 which-collection: 1.0.2 - which-typed-array: 1.1.18 + which-typed-array: 1.1.19 which-collection@1.0.2: dependencies: is-map: 2.0.3 is-set: 2.0.3 is-weakmap: 2.0.2 - is-weakset: 2.0.3 + is-weakset: 2.0.4 - which-typed-array@1.1.15: - dependencies: - available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-tostringtag: 1.0.2 - - which-typed-array@1.1.18: + which-typed-array@1.1.19: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 - call-bound: 1.0.3 - for-each: 0.3.3 + call-bound: 1.0.4 + for-each: 0.3.5 + get-proto: 1.0.1 gopd: 1.2.0 has-tostringtag: 1.0.2 @@ -15554,7 +14749,7 @@ snapshots: type-fest: 0.4.1 write-json-file: 3.2.0 - ws@8.18.0: {} + ws@8.18.3: {} xml-name-validator@5.0.0: {} @@ -15568,9 +14763,7 @@ snapshots: yallist@4.0.0: {} - yaml@2.6.1: {} - - yaml@2.7.1: {} + yaml@2.8.0: {} yargs-parser@20.2.9: {} @@ -15589,7 +14782,7 @@ snapshots: yargs@17.7.2: dependencies: cliui: 8.0.1 - escalade: 3.1.2 + escalade: 3.2.0 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 @@ -15598,10 +14791,10 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} + yocto-queue@1.2.1: {} - zod-to-json-schema@3.24.5(zod@3.24.3): + zod-to-json-schema@3.24.6(zod@3.25.76): dependencies: - zod: 3.24.3 + zod: 3.25.76 - zod@3.24.3: {} + zod@3.25.76: {} diff --git a/scripts/fix-import-extensions.ts b/scripts/fix-import-extensions.ts new file mode 100644 index 000000000..2acd8afee --- /dev/null +++ b/scripts/fix-import-extensions.ts @@ -0,0 +1,32 @@ +import fs from 'fs' +import path from 'path' +import { fileURLToPath } from 'url' + +const __filename = fileURLToPath(import.meta.url) +const __dirname = path.dirname(__filename) + +function walk(dir: string, callback: (file: string) => void) { + for (const f of fs.readdirSync(dir)) { + const p = path.join(dir, f) + if (fs.statSync(p).isDirectory()) walk(p, callback) + else if (p.endsWith('.ts') || p.endsWith('.js') || p.endsWith('.d.ts')) + callback(p) + } +} + +function fixFile(file: string) { + let content = fs.readFileSync(file, 'utf8') + content = content.replace( + /((?:from|export \*)\s*['"])(\.{1,2}\/[^'"]+?)(? { + if (file.includes('/dist/')) fixFile(file) + }) +} diff --git a/scripts/generateAlias.ts b/scripts/generateAlias.ts index e599fc06c..66ea57f77 100644 --- a/scripts/generateAlias.ts +++ b/scripts/generateAlias.ts @@ -40,7 +40,9 @@ for (const service of services) { }) } catch (err: unknown) { throw new Error( - `Error: missing or unreadable 'src' folder for package '${service}': ${err.message}`, + `Error: missing or unreadable 'src' folder for package '${service}': ${ + err instanceof Error ? err.message : String(err) + }`, ) } From ec45c586d2cc1ae67f60c782b9d0e1efa12bcac9 Mon Sep 17 00:00:00 2001 From: Jonathan Remy Date: Fri, 25 Jul 2025 15:40:09 +0200 Subject: [PATCH 2/2] chore: remove empty space --- packages_generated/flexibleip/src/v1alpha1/api.gen.ts | 4 +--- packages_generated/inference/src/v1beta1/api.gen.ts | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/packages_generated/flexibleip/src/v1alpha1/api.gen.ts b/packages_generated/flexibleip/src/v1alpha1/api.gen.ts index ab5972134..e05d2c62d 100644 --- a/packages_generated/flexibleip/src/v1alpha1/api.gen.ts +++ b/packages_generated/flexibleip/src/v1alpha1/api.gen.ts @@ -1,17 +1,15 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. - import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { - enrichForPagination, API as ParentAPI, + enrichForPagination, toApiLocality, urlParams, validatePathParam, waitForResource, } from '@scaleway/sdk-client' import { FLEXIBLE_IP_TRANSIENT_STATUSES as FLEXIBLE_IP_TRANSIENT_STATUSES_FLEXIBLEIP } from './content.gen.js' - import { marshalAttachFlexibleIPRequest, marshalCreateFlexibleIPRequest, diff --git a/packages_generated/inference/src/v1beta1/api.gen.ts b/packages_generated/inference/src/v1beta1/api.gen.ts index 46f011b2a..6d0f18d2f 100644 --- a/packages_generated/inference/src/v1beta1/api.gen.ts +++ b/packages_generated/inference/src/v1beta1/api.gen.ts @@ -1,17 +1,15 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. - import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client' import { - enrichForPagination, API as ParentAPI, + enrichForPagination, toApiLocality, urlParams, validatePathParam, waitForResource, } from '@scaleway/sdk-client' import { DEPLOYMENT_TRANSIENT_STATUSES as DEPLOYMENT_TRANSIENT_STATUSES_INFERENCE } from './content.gen.js' - import { marshalAddDeploymentACLRulesRequest, marshalCreateDeploymentRequest,