@nx/esbuild
Advanced tools
Comparing version 16.0.0-beta.2 to 16.0.0-beta.3
{ | ||
"name": "@nx/esbuild", | ||
"version": "16.0.0-beta.2", | ||
"version": "16.0.0-beta.3", | ||
"private": false, | ||
@@ -32,5 +32,5 @@ "description": "The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild", | ||
"dependencies": { | ||
"@nrwl/esbuild": "16.0.0-beta.2", | ||
"@nx/devkit": "16.0.0-beta.2", | ||
"@nx/js": "16.0.0-beta.2", | ||
"@nrwl/esbuild": "16.0.0-beta.3", | ||
"@nx/devkit": "16.0.0-beta.3", | ||
"@nx/js": "16.0.0-beta.3", | ||
"chalk": "^4.1.0", | ||
@@ -55,3 +55,3 @@ "dotenv": "~10.0.0", | ||
"types": "./index.d.ts", | ||
"gitHead": "0d7dbbc5254390f53a28d94de536da916ed06a70" | ||
"gitHead": "27344019a2a23403a7ac7fd2c94b1412d86458ba" | ||
} |
@@ -125,3 +125,3 @@ "use strict"; | ||
// Need to call getOutfile directly in the case of bundle=false and outfile is not set for esbuild. | ||
// This field is needed for `@nrwl/js:node` executor to work. | ||
// This field is needed for `@nx/js:node` executor to work. | ||
outfile: (0, path_1.join)(context.root, (0, build_esbuild_options_1.getOutfile)(format, options, context)), | ||
@@ -159,3 +159,3 @@ }); | ||
// Need to call getOutfile directly in the case of bundle=false and outfile is not set for esbuild. | ||
// This field is needed for `@nrwl/js:node` executor to work. | ||
// This field is needed for `@nx/js:node` executor to work. | ||
outfile: (0, path_1.join)(context.root, (0, build_esbuild_options_1.getOutfile)(format, options, context)), | ||
@@ -234,3 +234,3 @@ }); | ||
const typeCheckOptions = { | ||
// TODO(jack): Add support for d.ts declaration files -- once the `@nrwl/js:tsc` changes are in we can use the same logic. | ||
// TODO(jack): Add support for d.ts declaration files -- once the `@nx/js:tsc` changes are in we can use the same logic. | ||
mode: 'noEmit', | ||
@@ -237,0 +237,0 @@ tsConfigPath: tsConfig, |
@@ -43,3 +43,3 @@ "use strict"; | ||
// Use the `main` file name as the output file name. | ||
// This is needed for `@nrwl/js:node` to know the main file to execute. | ||
// This is needed for `@nx/js:node` to know the main file to execute. | ||
// NOTE: The .js default extension may be replaced later in getOutfile() call. | ||
@@ -46,0 +46,0 @@ outputFileName: `${path.parse(options.main).name}.js` }); |
@@ -60,3 +60,3 @@ "use strict"; | ||
(0, devkit_1.updateProjectConfiguration)(tree, options.project, Object.assign(Object.assign({}, project), { targets: Object.assign(Object.assign({}, project.targets), { build: { | ||
executor: '@nrwl/esbuild:esbuild', | ||
executor: '@nx/esbuild:esbuild', | ||
outputs: ['{options.outputPath}'], | ||
@@ -63,0 +63,0 @@ defaultConfiguration: 'production', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90342
+ Added@nrwl/devkit@16.0.0-beta.3(transitive)
+ Added@nrwl/esbuild@16.0.0-beta.3(transitive)
+ Added@nrwl/js@16.0.0-beta.3(transitive)
+ Added@nrwl/tao@16.0.0-beta.3(transitive)
+ Added@nrwl/workspace@16.0.0-beta.3(transitive)
+ Added@nx/devkit@16.0.0-beta.3(transitive)
+ Added@nx/js@16.0.0-beta.3(transitive)
+ Added@nx/nx-darwin-arm64@16.0.0-beta.3(transitive)
+ Added@nx/nx-darwin-x64@16.0.0-beta.3(transitive)
+ Added@nx/nx-linux-arm-gnueabihf@16.0.0-beta.3(transitive)
+ Added@nx/nx-linux-arm64-gnu@16.0.0-beta.3(transitive)
+ Added@nx/nx-linux-arm64-musl@16.0.0-beta.3(transitive)
+ Added@nx/nx-linux-x64-gnu@16.0.0-beta.3(transitive)
+ Added@nx/nx-linux-x64-musl@16.0.0-beta.3(transitive)
+ Added@nx/nx-win32-arm64-msvc@16.0.0-beta.3(transitive)
+ Added@nx/nx-win32-x64-msvc@16.0.0-beta.3(transitive)
+ Added@nx/workspace@16.0.0-beta.3(transitive)
+ Addednx@16.0.0-beta.3(transitive)
- Removed@nrwl/devkit@16.0.0-beta.2(transitive)
- Removed@nrwl/esbuild@16.0.0-beta.2(transitive)
- Removed@nrwl/js@16.0.0-beta.2(transitive)
- Removed@nrwl/tao@16.0.0-beta.2(transitive)
- Removed@nrwl/workspace@16.0.0-beta.2(transitive)
- Removed@nx/devkit@16.0.0-beta.2(transitive)
- Removed@nx/js@16.0.0-beta.2(transitive)
- Removed@nx/nx-darwin-arm64@16.0.0-beta.2(transitive)
- Removed@nx/nx-darwin-x64@16.0.0-beta.2(transitive)
- Removed@nx/nx-linux-arm-gnueabihf@16.0.0-beta.2(transitive)
- Removed@nx/nx-linux-arm64-gnu@16.0.0-beta.2(transitive)
- Removed@nx/nx-linux-arm64-musl@16.0.0-beta.2(transitive)
- Removed@nx/nx-linux-x64-gnu@16.0.0-beta.2(transitive)
- Removed@nx/nx-linux-x64-musl@16.0.0-beta.2(transitive)
- Removed@nx/nx-win32-arm64-msvc@16.0.0-beta.2(transitive)
- Removed@nx/nx-win32-x64-msvc@16.0.0-beta.2(transitive)
- Removed@nx/workspace@16.0.0-beta.2(transitive)
- Removednx@16.0.0-beta.2(transitive)
Updated@nrwl/esbuild@16.0.0-beta.3
Updated@nx/devkit@16.0.0-beta.3
Updated@nx/js@16.0.0-beta.3