diff --git a/LICENSE b/LICENSE index 98d1c7c2f..6f944311d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Datadog +Copyright (c) 2025 Datadog Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NOTICE b/NOTICE index 982aa64b0..78aeaf14a 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ Datadog build-plugins -Copyright 2024-present Datadog, Inc. +Copyright 2025-present Datadog, Inc. This product includes software developed at Datadog (https://www.datadoghq.com/). diff --git a/packages/published/esbuild-plugin/package.json b/packages/published/esbuild-plugin/package.json index 5656ea06b..8103f50a4 100644 --- a/packages/published/esbuild-plugin/package.json +++ b/packages/published/esbuild-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@datadog/esbuild-plugin", "packageManager": "yarn@4.0.2", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "author": "Datadog", "description": "Datadog ESBuild Plugin", diff --git a/packages/published/esbuild-plugin/src/index.ts b/packages/published/esbuild-plugin/src/index.ts index 800da8c93..2d2be69ee 100644 --- a/packages/published/esbuild-plugin/src/index.ts +++ b/packages/published/esbuild-plugin/src/index.ts @@ -6,6 +6,7 @@ // Anything between #types-export-injection-marker // will be updated using the 'yarn cli integrity' command. +import type { Options } from '@dd/core/types'; import * as factory from '@dd/factory'; import esbuild from 'esbuild'; @@ -16,7 +17,7 @@ export const datadogEsbuildPlugin = factory.buildPluginFactory({ version: pkg.version, }).esbuild; -export type { Options as EsbuildPluginOptions } from '@dd/core/types'; +export type EsbuildPluginOptions = Options; export type { // #types-export-injection-marker diff --git a/packages/published/rollup-plugin/package.json b/packages/published/rollup-plugin/package.json index e2f467f8a..3a2d8ff8d 100644 --- a/packages/published/rollup-plugin/package.json +++ b/packages/published/rollup-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@datadog/rollup-plugin", "packageManager": "yarn@4.0.2", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "author": "Datadog", "description": "Datadog Rollup Plugin", diff --git a/packages/published/rollup-plugin/src/index.ts b/packages/published/rollup-plugin/src/index.ts index 2c44db0a6..cf0023c89 100644 --- a/packages/published/rollup-plugin/src/index.ts +++ b/packages/published/rollup-plugin/src/index.ts @@ -6,6 +6,7 @@ // Anything between #types-export-injection-marker // will be updated using the 'yarn cli integrity' command. +import type { Options } from '@dd/core/types'; import * as factory from '@dd/factory'; import rollup from 'rollup'; @@ -16,7 +17,7 @@ export const datadogRollupPlugin = factory.buildPluginFactory({ version: pkg.version, }).rollup; -export type { Options as RollupPluginOptions } from '@dd/core/types'; +export type RollupPluginOptions = Options; export type { // #types-export-injection-marker diff --git a/packages/published/rspack-plugin/package.json b/packages/published/rspack-plugin/package.json index 83ac23d80..1fe2b1c30 100644 --- a/packages/published/rspack-plugin/package.json +++ b/packages/published/rspack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@datadog/rspack-plugin", "packageManager": "yarn@4.0.2", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "author": "Datadog", "description": "Datadog Rspack Plugin", diff --git a/packages/published/rspack-plugin/src/index.ts b/packages/published/rspack-plugin/src/index.ts index ef854fb9a..bc0d3a6d3 100644 --- a/packages/published/rspack-plugin/src/index.ts +++ b/packages/published/rspack-plugin/src/index.ts @@ -6,6 +6,7 @@ // Anything between #types-export-injection-marker // will be updated using the 'yarn cli integrity' command. +import type { Options } from '@dd/core/types'; import * as factory from '@dd/factory'; import rspack from '@rspack/core'; @@ -16,7 +17,7 @@ export const datadogRspackPlugin = factory.buildPluginFactory({ version: pkg.version, }).rspack; -export type { Options as RspackPluginOptions } from '@dd/core/types'; +export type RspackPluginOptions = Options; export type { // #types-export-injection-marker diff --git a/packages/published/vite-plugin/package.json b/packages/published/vite-plugin/package.json index 82cf1c26b..e7349d11f 100644 --- a/packages/published/vite-plugin/package.json +++ b/packages/published/vite-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@datadog/vite-plugin", "packageManager": "yarn@4.0.2", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "author": "Datadog", "description": "Datadog Vite Plugin", diff --git a/packages/published/vite-plugin/src/index.ts b/packages/published/vite-plugin/src/index.ts index d2572a616..45f149a65 100644 --- a/packages/published/vite-plugin/src/index.ts +++ b/packages/published/vite-plugin/src/index.ts @@ -6,6 +6,7 @@ // Anything between #types-export-injection-marker // will be updated using the 'yarn cli integrity' command. +import type { Options } from '@dd/core/types'; import * as factory from '@dd/factory'; import vite from 'vite'; @@ -16,7 +17,7 @@ export const datadogVitePlugin = factory.buildPluginFactory({ version: pkg.version, }).vite; -export type { Options as VitePluginOptions } from '@dd/core/types'; +export type VitePluginOptions = Options; export type { // #types-export-injection-marker diff --git a/packages/published/webpack-plugin/package.json b/packages/published/webpack-plugin/package.json index 902221583..890d9026b 100644 --- a/packages/published/webpack-plugin/package.json +++ b/packages/published/webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@datadog/webpack-plugin", "packageManager": "yarn@4.0.2", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "author": "Datadog", "description": "Datadog Webpack Plugin", diff --git a/packages/published/webpack-plugin/src/index.ts b/packages/published/webpack-plugin/src/index.ts index a6bddb853..0c490b337 100644 --- a/packages/published/webpack-plugin/src/index.ts +++ b/packages/published/webpack-plugin/src/index.ts @@ -6,6 +6,7 @@ // Anything between #types-export-injection-marker // will be updated using the 'yarn cli integrity' command. +import type { Options } from '@dd/core/types'; import * as factory from '@dd/factory'; import webpack from 'webpack'; @@ -16,7 +17,7 @@ export const datadogWebpackPlugin = factory.buildPluginFactory({ version: pkg.version, }).webpack; -export type { Options as WebpackPluginOptions } from '@dd/core/types'; +export type WebpackPluginOptions = Options; export type { // #types-export-injection-marker