@nx/express 20.1.0-canary.20241102-c290b37 → 20.1.0-canary.20241105-b925f8c

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/express",
3
- "version": "20.1.0-canary.20241102-c290b37",
3
+ "version": "20.1.0-canary.20241105-b925f8c",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
6
6
  "repository": {
@@ -31,9 +31,9 @@
31
31
  "migrations": "./migrations.json"
32
32
  },
33
33
  "dependencies": {
34
- "@nx/devkit": "20.1.0-canary.20241102-c290b37",
35
- "@nx/js": "20.1.0-canary.20241102-c290b37",
36
- "@nx/node": "20.1.0-canary.20241102-c290b37",
34
+ "@nx/devkit": "20.1.0-canary.20241105-b925f8c",
35
+ "@nx/js": "20.1.0-canary.20241105-b925f8c",
36
+ "@nx/node": "20.1.0-canary.20241105-b925f8c",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "peerDependencies": {