@nx/esbuild 17.3.0 → 17.3.2

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": "17.3.0",
3
+ "version": "17.3.2",
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": {
@@ -34,9 +34,9 @@
34
34
  "fs-extra": "^11.1.0",
35
35
  "tslib": "^2.3.0",
36
36
  "tsconfig-paths": "^4.1.2",
37
- "@nx/devkit": "17.3.0",
38
- "@nx/js": "17.3.0",
39
- "@nrwl/esbuild": "17.3.0"
37
+ "@nx/devkit": "17.3.2",
38
+ "@nx/js": "17.3.2",
39
+ "@nrwl/esbuild": "17.3.2"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "esbuild": "~0.19.2"
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "https://json-schema.org/schema",
3
3
  "$id": "NxEsBuildProject",
4
4
  "cli": "nx",
5
5
  "title": "Add esbuild configuration to a project",
@@ -1,9 +1,9 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "NxWebpackInit",
2
+ "$schema": "https://json-schema.org/schema",
3
+ "$id": "NxEsbuildInit",
4
4
  "cli": "nx",
5
- "title": "Init Webpack Plugin",
6
- "description": "Init Webpack Plugin.",
5
+ "title": "Init Esbuild Plugin",
6
+ "description": "Init Esbuild Plugin.",
7
7
  "type": "object",
8
8
  "properties": {
9
9
  "skipFormat": {