@nx/esbuild 20.1.0-beta.2 → 20.1.0-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/esbuild",
|
3
|
-
"version": "20.1.0-beta.
|
3
|
+
"version": "20.1.0-beta.3",
|
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,8 +31,8 @@
|
|
31
31
|
"migrations": "./migrations.json"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@nx/devkit": "20.1.0-beta.
|
35
|
-
"@nx/js": "20.1.0-beta.
|
34
|
+
"@nx/devkit": "20.1.0-beta.3",
|
35
|
+
"@nx/js": "20.1.0-beta.3",
|
36
36
|
"fast-glob": "3.2.7",
|
37
37
|
"picocolors": "^1.1.0",
|
38
38
|
"tsconfig-paths": "^4.1.2",
|
@@ -49,6 +49,6 @@
|
|
49
49
|
"publishConfig": {
|
50
50
|
"access": "public"
|
51
51
|
},
|
52
|
-
"
|
53
|
-
"
|
52
|
+
"types": "./index.d.ts",
|
53
|
+
"type": "commonjs"
|
54
54
|
}
|