@nx/express 20.0.0-canary.20240928-f221a41 → 20.0.0-canary.20241001-8fa7065

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/express",
3
- "version": "20.0.0-canary.20240928-f221a41",
3
+ "version": "20.0.0-canary.20241001-8fa7065",
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,8 +31,8 @@
31
31
  "migrations": "./migrations.json"
32
32
  },
33
33
  "dependencies": {
34
- "@nx/devkit": "20.0.0-canary.20240928-f221a41",
35
- "@nx/node": "20.0.0-canary.20240928-f221a41",
34
+ "@nx/devkit": "20.0.0-canary.20241001-8fa7065",
35
+ "@nx/node": "20.0.0-canary.20241001-8fa7065",
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "peerDependencies": {