@nrwl/next 20.0.0-beta.1 → 20.0.0-canary.20240925-6182d20

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/next",
3
- "version": "20.0.0-beta.1",
3
+ "version": "20.0.0-canary.20240925-6182d20",
4
4
  "private": false,
5
5
  "description": "The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace. \n\nWhen using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  "schematics": "./generators.json",
28
28
  "builders": "./executors.json",
29
29
  "dependencies": {
30
- "@nx/next": "20.0.0-beta.1"
30
+ "@nx/next": "20.0.0-canary.20240925-6182d20"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"