@nrwl/js 18.3.0 → 18.4.0-canary.20240417-801a22b

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/js",
3
- "version": "18.3.0",
3
+ "version": "18.4.0-canary.20240417-801a22b",
4
4
  "private": false,
5
5
  "description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "executors": "./executors.json",
29
29
  "builders": "./executors.json",
30
30
  "dependencies": {
31
- "@nx/js": "18.3.0"
31
+ "@nx/js": "18.4.0-canary.20240417-801a22b"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"