@nx/esbuild 21.5.0-canary.20250823-a93e74e → 21.5.0-canary.20250828-e634b58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/esbuild",
|
3
|
-
"version": "21.5.0-canary.
|
3
|
+
"version": "21.5.0-canary.20250828-e634b58",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild",
|
6
6
|
"repository": {
|
@@ -31,15 +31,15 @@
|
|
31
31
|
"migrations": "./migrations.json"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@nx/devkit": "21.5.0-canary.
|
35
|
-
"@nx/js": "21.5.0-canary.
|
34
|
+
"@nx/devkit": "21.5.0-canary.20250828-e634b58",
|
35
|
+
"@nx/js": "21.5.0-canary.20250828-e634b58",
|
36
36
|
"tinyglobby": "^0.2.12",
|
37
37
|
"picocolors": "^1.1.0",
|
38
38
|
"tsconfig-paths": "^4.1.2",
|
39
39
|
"tslib": "^2.3.0"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
|
-
"nx": "21.5.0-canary.
|
42
|
+
"nx": "21.5.0-canary.20250828-e634b58"
|
43
43
|
},
|
44
44
|
"peerDependencies": {
|
45
45
|
"esbuild": ">=0.19.2 <1.0.0"
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/esbuild/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,IAAI,EAGL,MAAM,YAAY,CAAC;
|
1
|
+
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/esbuild/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,IAAI,EAGL,MAAM,YAAY,CAAC;AAepB,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAEhD,wBAAsB,sBAAsB,CAC1C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,mDAa9B;AAkMD,eAAe,sBAAsB,CAAC"}
|
@@ -134,7 +134,7 @@ function updatePackageJson(tree, options, isTsSolutionSetup) {
|
|
134
134
|
outputFileExtensionForEsm: (0, build_esbuild_options_1.getOutExtension)('esm', {
|
135
135
|
userDefinedBuildOptions: esbuildOptions,
|
136
136
|
}),
|
137
|
-
|
137
|
+
developmentConditionName: (0, ts_solution_setup_1.getDefinedCustomConditionName)(tree),
|
138
138
|
});
|
139
139
|
if (declarationRootDir !== (0, posix_1.dirname)(main)) {
|
140
140
|
// the declaration file entry point will be output to a location
|