@nrwl/js 19.0.0-beta.0 → 19.0.0-canary.20240419-e617e54

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": "19.0.0-beta.0",
3
+ "version": "19.0.0-canary.20240419-e617e54",
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": "19.0.0-beta.0"
31
+ "@nx/js": "19.0.0-canary.20240419-e617e54"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"