@nrwl/nx-plugin 19.0.0-canary.20240420-9ca53b7 → 19.0.0-canary.20240425-cec57c4

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/nx-plugin",
3
- "version": "19.0.0-canary.20240420-9ca53b7",
3
+ "version": "19.0.0-canary.20240425-cec57c4",
4
4
  "private": false,
5
5
  "description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "schematics": "./generators.json",
25
25
  "builders": "./executors.json",
26
26
  "dependencies": {
27
- "@nx/plugin": "19.0.0-canary.20240420-9ca53b7"
27
+ "@nx/plugin": "19.0.0-canary.20240425-cec57c4"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"