@nx/next 21.3.6 → 21.4.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/babel.d.ts +1 -0
  2. package/babel.d.ts.map +1 -0
  3. package/index.d.ts +1 -0
  4. package/index.d.ts.map +1 -0
  5. package/package.json +11 -8
  6. package/plugin.d.ts +1 -0
  7. package/plugin.d.ts.map +1 -0
  8. package/plugins/component-testing.d.ts +1 -0
  9. package/plugins/component-testing.d.ts.map +1 -0
  10. package/plugins/with-less.d.ts +1 -0
  11. package/plugins/with-less.d.ts.map +1 -0
  12. package/plugins/with-nx.d.ts +1 -0
  13. package/plugins/with-nx.d.ts.map +1 -0
  14. package/project.json +57 -0
  15. package/src/executors/build/build.impl.d.ts +1 -0
  16. package/src/executors/build/build.impl.d.ts.map +1 -0
  17. package/src/executors/build/lib/check-project.d.ts +1 -0
  18. package/src/executors/build/lib/check-project.d.ts.map +1 -0
  19. package/src/executors/build/lib/create-next-config-file.d.ts +1 -0
  20. package/src/executors/build/lib/create-next-config-file.d.ts.map +1 -0
  21. package/src/executors/build/lib/update-package-json.d.ts +1 -0
  22. package/src/executors/build/lib/update-package-json.d.ts.map +1 -0
  23. package/src/executors/server/custom-server.impl.d.ts +1 -0
  24. package/src/executors/server/custom-server.impl.d.ts.map +1 -0
  25. package/src/executors/server/server.impl.d.ts +1 -0
  26. package/src/executors/server/server.impl.d.ts.map +1 -0
  27. package/src/generators/application/application.d.ts +1 -0
  28. package/src/generators/application/application.d.ts.map +1 -0
  29. package/src/generators/application/lib/add-e2e.d.ts +3 -2
  30. package/src/generators/application/lib/add-e2e.d.ts.map +1 -0
  31. package/src/generators/application/lib/add-jest.d.ts +3 -2
  32. package/src/generators/application/lib/add-jest.d.ts.map +1 -0
  33. package/src/generators/application/lib/add-linting.d.ts +1 -0
  34. package/src/generators/application/lib/add-linting.d.ts.map +1 -0
  35. package/src/generators/application/lib/add-plugin.d.ts +1 -0
  36. package/src/generators/application/lib/add-plugin.d.ts.map +1 -0
  37. package/src/generators/application/lib/add-project.d.ts +1 -0
  38. package/src/generators/application/lib/add-project.d.ts.map +1 -0
  39. package/src/generators/application/lib/create-application-files.d.ts +1 -0
  40. package/src/generators/application/lib/create-application-files.d.ts.map +1 -0
  41. package/src/generators/application/lib/create-application-files.helpers.d.ts +1 -0
  42. package/src/generators/application/lib/create-application-files.helpers.d.ts.map +1 -0
  43. package/src/generators/application/lib/normalize-options.d.ts +1 -0
  44. package/src/generators/application/lib/normalize-options.d.ts.map +1 -0
  45. package/src/generators/application/lib/set-defaults.d.ts +1 -0
  46. package/src/generators/application/lib/set-defaults.d.ts.map +1 -0
  47. package/src/generators/application/lib/show-possible-warnings.d.ts +1 -0
  48. package/src/generators/application/lib/show-possible-warnings.d.ts.map +1 -0
  49. package/src/generators/application/lib/update-cypress-tsconfig.d.ts +1 -0
  50. package/src/generators/application/lib/update-cypress-tsconfig.d.ts.map +1 -0
  51. package/src/generators/application/schema.json +1 -1
  52. package/src/generators/component/component.d.ts +1 -0
  53. package/src/generators/component/component.d.ts.map +1 -0
  54. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts +1 -0
  55. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +1 -0
  56. package/src/generators/convert-to-inferred/lib/build-post-target-transformer.d.ts +1 -0
  57. package/src/generators/convert-to-inferred/lib/build-post-target-transformer.d.ts.map +1 -0
  58. package/src/generators/convert-to-inferred/lib/serve-post-target-tranformer.d.ts +1 -0
  59. package/src/generators/convert-to-inferred/lib/serve-post-target-tranformer.d.ts.map +1 -0
  60. package/src/generators/convert-to-inferred/lib/update-next-config.d.ts +1 -0
  61. package/src/generators/convert-to-inferred/lib/update-next-config.d.ts.map +1 -0
  62. package/src/generators/convert-to-inferred/lib/utils.d.ts +1 -0
  63. package/src/generators/convert-to-inferred/lib/utils.d.ts.map +1 -0
  64. package/src/generators/custom-server/custom-server.d.ts +1 -0
  65. package/src/generators/custom-server/custom-server.d.ts.map +1 -0
  66. package/src/generators/cypress-component-configuration/cypress-component-configuration.d.ts +1 -0
  67. package/src/generators/cypress-component-configuration/cypress-component-configuration.d.ts.map +1 -0
  68. package/src/generators/init/init.d.ts +1 -0
  69. package/src/generators/init/init.d.ts.map +1 -0
  70. package/src/generators/library/lib/normalize-options.d.ts +1 -0
  71. package/src/generators/library/lib/normalize-options.d.ts.map +1 -0
  72. package/src/generators/library/library.d.ts +1 -0
  73. package/src/generators/library/library.d.ts.map +1 -0
  74. package/src/generators/page/page.d.ts +1 -0
  75. package/src/generators/page/page.d.ts.map +1 -0
  76. package/src/generators/setup-tailwind/lib/add-tailwind-style-imports.d.ts +1 -0
  77. package/src/generators/setup-tailwind/lib/add-tailwind-style-imports.d.ts.map +1 -0
  78. package/src/generators/setup-tailwind/lib/update-project.d.ts +1 -0
  79. package/src/generators/setup-tailwind/lib/update-project.d.ts.map +1 -0
  80. package/src/generators/setup-tailwind/schema.d.ts +1 -0
  81. package/src/generators/setup-tailwind/schema.d.ts.map +1 -0
  82. package/src/generators/setup-tailwind/setup-tailwind.d.ts +1 -0
  83. package/src/generators/setup-tailwind/setup-tailwind.d.ts.map +1 -0
  84. package/src/plugins/plugin.d.ts +1 -0
  85. package/src/plugins/plugin.d.ts.map +1 -0
  86. package/src/utils/add-gitignore-entry.d.ts +1 -0
  87. package/src/utils/add-gitignore-entry.d.ts.map +1 -0
  88. package/src/utils/add-swc-to-custom-server.d.ts +1 -0
  89. package/src/utils/add-swc-to-custom-server.d.ts.map +1 -0
  90. package/src/utils/compose-plugins.d.ts +1 -0
  91. package/src/utils/compose-plugins.d.ts.map +1 -0
  92. package/src/utils/config-invalid-function.fixture.d.ts +1 -0
  93. package/src/utils/config-invalid-function.fixture.d.ts.map +1 -0
  94. package/src/utils/config-not-a-function.fixture.d.ts +1 -0
  95. package/src/utils/config-not-a-function.fixture.d.ts.map +1 -0
  96. package/src/utils/config.d.ts +1 -0
  97. package/src/utils/config.d.ts.map +1 -0
  98. package/src/utils/constants.d.ts +1 -0
  99. package/src/utils/constants.d.ts.map +1 -0
  100. package/src/utils/create-cli-options.d.ts +1 -0
  101. package/src/utils/create-cli-options.d.ts.map +1 -0
  102. package/src/utils/create-copy-plugin.d.ts +2 -2
  103. package/src/utils/create-copy-plugin.d.ts.map +1 -0
  104. package/src/utils/create-copy-plugin.js +1 -1
  105. package/src/utils/generate-globs.d.ts +1 -0
  106. package/src/utils/generate-globs.d.ts.map +1 -0
  107. package/src/utils/jest-config-util.d.ts +1 -0
  108. package/src/utils/jest-config-util.d.ts.map +1 -0
  109. package/src/utils/styles.d.ts +5 -4
  110. package/src/utils/styles.d.ts.map +1 -0
  111. package/src/utils/types.d.ts +1 -0
  112. package/src/utils/types.d.ts.map +1 -0
  113. package/src/utils/version-utils.d.ts +1 -0
  114. package/src/utils/version-utils.d.ts.map +1 -0
  115. package/src/utils/versions.d.ts +1 -0
  116. package/src/utils/versions.d.ts.map +1 -0
  117. package/tailwind.d.ts +1 -0
  118. package/tailwind.d.ts.map +1 -0
package/babel.d.ts CHANGED
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=babel.d.ts.map
package/babel.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"babel.d.ts","sourceRoot":"","sources":["../../../packages/next/babel.ts"],"names":[],"mappings":""}
package/index.d.ts CHANGED
@@ -6,3 +6,4 @@ export { libraryGenerator } from './src/generators/library/library';
6
6
  export { pageGenerator } from './src/generators/page/page';
7
7
  export { withNx } from './plugins/with-nx';
8
8
  export { composePlugins } from './src/utils/compose-plugins';
9
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/next/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,qCAAqC,EAAE,MAAM,4BAA4B,CAAC;AAEnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/next",
3
- "version": "21.3.6",
3
+ "version": "21.4.0-beta.1",
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, Playwright, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "CLI",
18
18
  "Front-end"
19
19
  ],
20
- "main": "./index",
20
+ "main": "./index.js",
21
21
  "typings": "./index.d.ts",
22
22
  "author": "Victor Savkin",
23
23
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "next": ">=14.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@nx/devkit": "21.3.6",
38
+ "@nx/devkit": "21.4.0-beta.1",
39
39
  "@babel/plugin-proposal-decorators": "^7.22.7",
40
40
  "@svgr/webpack": "^8.1.0",
41
41
  "copy-webpack-plugin": "^10.2.4",
@@ -44,13 +44,16 @@
44
44
  "semver": "^7.5.3",
45
45
  "tslib": "^2.3.0",
46
46
  "webpack-merge": "^5.8.0",
47
- "@nx/js": "21.3.6",
48
- "@nx/eslint": "21.3.6",
49
- "@nx/react": "21.3.6",
50
- "@nx/web": "21.3.6",
51
- "@nx/webpack": "21.3.6",
47
+ "@nx/js": "21.4.0-beta.1",
48
+ "@nx/eslint": "21.4.0-beta.1",
49
+ "@nx/react": "21.4.0-beta.1",
50
+ "@nx/web": "21.4.0-beta.1",
51
+ "@nx/webpack": "21.4.0-beta.1",
52
52
  "@phenomnomnominal/tsquery": "~5.0.1"
53
53
  },
54
+ "devDependencies": {
55
+ "nx": "21.4.0-beta.1"
56
+ },
54
57
  "publishConfig": {
55
58
  "access": "public"
56
59
  },
package/plugin.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { createNodes, createNodesV2, NextPluginOptions, } from './src/plugins/plugin';
2
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/next/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,iBAAiB,GAClB,MAAM,sBAAsB,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { NxComponentTestingOptions } from '@nx/cypress/plugins/cypress-preset';
2
2
  export declare function nxComponentTestingPreset(pathToConfig: string, options?: NxComponentTestingOptions): any;
3
+ //# sourceMappingURL=component-testing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component-testing.d.ts","sourceRoot":"","sources":["../../../../packages/next/plugins/component-testing.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;AA2B5C,wBAAgB,wBAAwB,CACtC,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yBAAyB,OAuIpC"}
@@ -1,3 +1,4 @@
1
1
  import { NextConfigFn } from '../src/utils/config';
2
2
  import { WithNxOptions } from './with-nx';
3
3
  export declare function withLess(configOrFn: NextConfigFn | WithNxOptions): NextConfigFn;
4
+ //# sourceMappingURL=with-less.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with-less.d.ts","sourceRoot":"","sources":["../../../../packages/next/plugins/with-less.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAK1C,wBAAgB,QAAQ,CACtB,UAAU,EAAE,YAAY,GAAG,aAAa,GACvC,YAAY,CAwFd"}
@@ -38,3 +38,4 @@ export declare function getNextConfig(nextConfig?: WithNxOptions, context?: With
38
38
  export declare function getAliasForProject(node: ProjectGraphProjectNode, paths: Record<string, string[]>): null | string;
39
39
  export declare function forNextVersion(range: string, fn: () => void): void;
40
40
  export { withNx };
41
+ //# sourceMappingURL=with-nx.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with-nx.d.ts","sourceRoot":"","sources":["../../../../packages/next/plugins/with-nx.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAGL,KAAK,uBAAuB,EAE7B,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,MAAM,WAAW,aAAc,SAAQ,UAAU;IAC/C,EAAE,CAAC,EAAE;QACH;;;aAGK;QACL,IAAI,CAAC,EAAE,OAAO,GAAG,WAAW,CAAC;QAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAC;QAC9B,gBAAgB,CAAC,EAAE;YAAE,OAAO,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;QACvD,MAAM,CAAC,EAAE,gBAAgB,EAAE,CAAC;KAC7B,CAAC;CACH;AAED,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB;AA+ED;;GAEG;AACH,iBAAS,MAAM,CACb,WAAW,GAAS,aAAa,EACjC,OAAO,GAAE,aAAkC,GAC1C,YAAY,CA0Hd;AAED,wBAAgB,aAAa,CAC3B,UAAU,GAAS,aAAa,EAChC,OAAO,GAAE,aAAkC,GAC1C,UAAU,CAwKZ;AAED,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,uBAAuB,EAC7B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAC9B,IAAI,GAAG,MAAM,CAcf;AAGD,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,IAAI,QAM3D;AASD,OAAO,EAAE,MAAM,EAAE,CAAC"}
package/project.json ADDED
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "next",
3
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
+ "sourceRoot": "packages/next",
5
+ "projectType": "library",
6
+ "targets": {
7
+ "build": {
8
+ "outputs": ["{workspaceRoot}/dist/packages/next/README.md"],
9
+ "command": "node ./scripts/copy-readme.js next"
10
+ },
11
+ "legacy-post-build": {
12
+ "executor": "@nx/workspace-plugin:legacy-post-build",
13
+ "options": {
14
+ "tsConfig": "./tsconfig.lib.json",
15
+ "assets": [
16
+ {
17
+ "input": "packages/next",
18
+ "glob": "**/files/**",
19
+ "output": "/"
20
+ },
21
+ {
22
+ "input": "packages/next",
23
+ "glob": "**/files/**/.gitkeep",
24
+ "output": "/"
25
+ },
26
+ {
27
+ "input": "packages/next",
28
+ "glob": "**/files/**/.babelrc__tmpl__",
29
+ "output": "/"
30
+ },
31
+ {
32
+ "input": "packages/next",
33
+ "glob": "**/*.json",
34
+ "ignore": ["**/tsconfig*.json", "project.json", ".eslintrc.json"],
35
+ "output": "/"
36
+ },
37
+ {
38
+ "input": "packages/next",
39
+ "glob": "**/*.js",
40
+ "ignore": ["**/jest.config.js"],
41
+ "output": "/"
42
+ },
43
+ {
44
+ "input": "packages/next",
45
+ "glob": "**/*.d.ts",
46
+ "output": "/"
47
+ },
48
+ {
49
+ "input": "",
50
+ "glob": "LICENSE",
51
+ "output": "/"
52
+ }
53
+ ]
54
+ }
55
+ }
56
+ }
57
+ }
@@ -3,3 +3,4 @@ import { NextBuildBuilderOptions } from '../../utils/types';
3
3
  export default function buildExecutor(options: NextBuildBuilderOptions, context: ExecutorContext): Promise<{
4
4
  success: boolean;
5
5
  }>;
6
+ //# sourceMappingURL=build.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/build/build.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,EAKhB,MAAM,YAAY,CAAC;AAWpB,OAAO,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAO5D,wBAA8B,aAAa,CACzC,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe;;GAoGzB"}
@@ -1 +1,2 @@
1
1
  export declare function checkPublicDirectory(root: string): void;
2
+ //# sourceMappingURL=check-project.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-project.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/executors/build/lib/check-project.ts"],"names":[],"mappings":"AAIA,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,QAMhD"}
@@ -12,3 +12,4 @@ export declare function getRelativeImports({ file, content, }: {
12
12
  content: string;
13
13
  }): string[];
14
14
  export declare function ensureFileExtensions(files: string[], absoluteDir: string): string[];
15
+ //# sourceMappingURL=create-next-config-file.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-next-config-file.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/executors/build/lib/create-next-config-file.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAmBlD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAEpE,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe,QAoEzB;AAUD,wBAAgB,gBAAgB,CAC9B,EAAE,IAAI,EAAE,OAAO,EAAE;UATiC,MAAM;aAAW,MAAM;CAWxE,UAuCF;AAED,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,MAAM,EACf,qBAAqB,CAAC,EAAE,MAAM,GAC7B,MAAM,CAuBR;AAGD,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,MAAM,GACV,MAAM,EAAE,CA0BV;AAGD,wBAAgB,kBAAkB,CAAC,EACjC,IAAI,EACJ,OAAO,GACR,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,GAAG,MAAM,EAAE,CAsBX;AAOD,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,MAAM,EAAE,EACf,WAAW,EAAE,MAAM,GAClB,MAAM,EAAE,CAmBV"}
@@ -1,3 +1,4 @@
1
1
  import type { ExecutorContext } from '@nx/devkit';
2
2
  import type { PackageJson } from 'nx/src/utils/package-json';
3
3
  export declare function updatePackageJson(packageJson: PackageJson, context: ExecutorContext): void;
4
+ //# sourceMappingURL=update-package-json.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-package-json.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/executors/build/lib/update-package-json.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,wBAAgB,iBAAiB,CAC/B,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,eAAe,QA4BzB"}
@@ -4,3 +4,4 @@ export default function serveExecutor(options: NextServeBuilderOptions, context:
4
4
  success: boolean;
5
5
  baseUrl: string;
6
6
  }, void, unknown>;
7
+ //# sourceMappingURL=custom-server.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-server.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/server/custom-server.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAkC,MAAM,YAAY,CAAC;AAG7E,OAAO,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,wBAA+B,aAAa,CAC1C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe;;;kBAgBzB"}
@@ -4,3 +4,4 @@ export default function serveExecutor(options: NextServeBuilderOptions, context:
4
4
  success: boolean;
5
5
  baseUrl: string;
6
6
  }, void, any>;
7
+ //# sourceMappingURL=server.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/server/server.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EAGhB,MAAM,YAAY,CAAC;AAGpB,OAAO,EAEL,uBAAuB,EACxB,MAAM,mBAAmB,CAAC;AAO3B,wBAA+B,aAAa,CAC1C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe;;;cA6EzB"}
@@ -2,3 +2,4 @@ import { GeneratorCallback, Tree } from '@nx/devkit';
2
2
  import { Schema } from './schema';
3
3
  export declare function applicationGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>;
4
4
  export declare function applicationGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;
5
+ //# sourceMappingURL=application.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/application/application.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAGjB,IAAI,EACL,MAAM,YAAY,CAAC;AAUpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAsBlC,wBAAsB,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAMpE;AAED,wBAAsB,4BAA4B,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAsH5E"}
@@ -1,3 +1,4 @@
1
- import { Tree } from '@nx/devkit';
1
+ import { Tree, GeneratorCallback } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
- export declare function addE2e(host: Tree, options: NormalizedSchema): Promise<import("@nx/devkit").GeneratorCallback>;
3
+ export declare function addE2e(host: Tree, options: NormalizedSchema): Promise<GeneratorCallback>;
4
+ //# sourceMappingURL=add-e2e.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-e2e.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/add-e2e.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,IAAI,EACJ,iBAAiB,EAElB,MAAM,YAAY,CAAC;AAKpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAsB,MAAM,CAC1B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CA8H5B"}
@@ -1,3 +1,4 @@
1
- import { Tree } from '@nx/devkit';
1
+ import { Tree, GeneratorCallback } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
- export declare function addJest(host: Tree, options: NormalizedSchema): Promise<import("@nx/devkit").GeneratorCallback>;
3
+ export declare function addJest(host: Tree, options: NormalizedSchema): Promise<GeneratorCallback>;
4
+ //# sourceMappingURL=add-jest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-jest.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/add-jest.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,IAAI,EAEJ,iBAAiB,EAClB,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAwD5B"}
@@ -1,3 +1,4 @@
1
1
  import { GeneratorCallback, Tree } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
3
  export declare function addLinting(host: Tree, options: NormalizedSchema): Promise<GeneratorCallback>;
4
+ //# sourceMappingURL=add-linting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-linting.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/add-linting.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,iBAAiB,EAGjB,IAAI,EACL,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAWvD,wBAAsB,UAAU,CAC9B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAoF5B"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function addPlugin(tree: Tree): void;
3
+ //# sourceMappingURL=add-plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-plugin.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/add-plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAA4B,MAAM,YAAY,CAAC;AAE5D,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,QAwBnC"}
@@ -1,3 +1,4 @@
1
1
  import { NormalizedSchema } from './normalize-options';
2
2
  import { Tree } from '@nx/devkit';
3
3
  export declare function addProject(host: Tree, options: NormalizedSchema): void;
4
+ //# sourceMappingURL=add-project.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-project.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/add-project.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAKL,IAAI,EAEL,MAAM,YAAY,CAAC;AAOpB,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QA2F/D"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
3
  export declare function createApplicationFiles(host: Tree, options: NormalizedSchema): void;
4
+ //# sourceMappingURL=create-application-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-application-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/create-application-files.ts"],"names":[],"mappings":"AACA,OAAO,EAOL,IAAI,EAEL,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAOvD,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QAwK3E"}
@@ -1,2 +1,3 @@
1
1
  export declare function createAppJsx(name: string): string;
2
2
  export declare function createStyleRules(): string;
3
+ //# sourceMappingURL=create-application-files.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-application-files.helpers.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/create-application-files.helpers.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,UAgcxC;AAED,wBAAgB,gBAAgB,WAuY/B"}
@@ -15,3 +15,4 @@ export interface NormalizedSchema extends Omit<Schema, 'name' | 'useTsSolution'>
15
15
  js?: boolean;
16
16
  }
17
17
  export declare function normalizeOptions(host: Tree, options: Schema): Promise<NormalizedSchema>;
18
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,IAAI,EAAE,MAAM,YAAY,CAAC;AAMjE,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,MAAM,EAAE,MAAM,GAAG,eAAe,CAAC;IAC9C,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,IAAI,GAAG,MAAM,CAAC;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,EAAE,CAAC,EAAE,OAAO,CAAC;CACd;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAyE3B"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
3
  export declare function setDefaults(host: Tree, options: NormalizedSchema): void;
4
+ //# sourceMappingURL=set-defaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-defaults.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/set-defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAgB,MAAM,YAAY,CAAC;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QAUhE"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
3
  export declare function showPossibleWarnings(tree: Tree, options: NormalizedSchema): void;
4
+ //# sourceMappingURL=show-possible-warnings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"show-possible-warnings.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/show-possible-warnings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,IAAI,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QAMzE"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
3
  export declare function updateCypressTsConfig(host: Tree, options: NormalizedSchema): void;
4
+ //# sourceMappingURL=update-cypress-tsconfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-cypress-tsconfig.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/update-cypress-tsconfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAc,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QAW1E"}
@@ -19,7 +19,7 @@
19
19
  "name": {
20
20
  "description": "The name of the application.",
21
21
  "type": "string",
22
- "pattern": "^[a-zA-Z][^:]*$",
22
+ "pattern": "(?:^@[a-zA-Z0-9-*~][a-zA-Z0-9-*._~]*\\/[a-zA-Z0-9-~][a-zA-Z0-9-._~]*|^[a-zA-Z][^:]*)$",
23
23
  "x-priority": "important"
24
24
  },
25
25
  "style": {
@@ -8,3 +8,4 @@ interface Schema {
8
8
  }
9
9
  export declare function componentGenerator(host: Tree, options: Schema): Promise<import("@nx/devkit").GeneratorCallback>;
10
10
  export default componentGenerator;
11
+ //# sourceMappingURL=component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/component/component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,IAAI,EACL,MAAM,YAAY,CAAC;AAEpB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAIjD,UAAU,MAAM;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,eAAe,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAMD,wBAAsB,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,mDA0BnE;AAED,eAAe,kBAAkB,CAAC"}
@@ -5,3 +5,4 @@ interface Schema {
5
5
  }
6
6
  export declare function convertToInferred(tree: Tree, options: Schema): Promise<() => void>;
7
7
  export default convertToInferred;
8
+ //# sourceMappingURL=convert-to-inferred.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,IAAI,EAAE,MAAM,YAAY,CAAC;AAUxE,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,uBA6ClE;AAED,eAAe,iBAAiB,CAAC"}
@@ -5,3 +5,4 @@ export declare function buildPostTargetTransformer(migrationLogs: AggregatedLog)
5
5
  projectName: string;
6
6
  root: string;
7
7
  }, inferredTargetConfiguration: TargetConfiguration) => TargetConfiguration<NextBuildBuilderOptions>;
8
+ //# sourceMappingURL=build-post-target-transformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-post-target-transformer.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/convert-to-inferred/lib/build-post-target-transformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAK/F,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAG/D,wBAAgB,0BAA0B,CAAC,aAAa,EAAE,aAAa,IAEnE,QAAQ,mBAAmB,CAAC,uBAAuB,CAAC,EACpD,MAAM,IAAI,EACV,gBAAgB;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EACrD,6BAA6B,mBAAmB,kDAgEnD"}
@@ -6,3 +6,4 @@ export declare function servePosTargetTransformer(migrationLogs: AggregatedLog):
6
6
  projectName: string;
7
7
  root: string;
8
8
  }, inferredTargetConfiguration: InferredTargetConfiguration) => TargetConfiguration<NextServeBuilderOptions>;
9
+ //# sourceMappingURL=serve-post-target-tranformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serve-post-target-tranformer.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/convert-to-inferred/lib/serve-post-target-tranformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAC/F,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,yEAAyE,CAAC;AAE3H,wBAAgB,yBAAyB,CAAC,aAAa,EAAE,aAAa,IAElE,QAAQ,mBAAmB,CAAC,uBAAuB,CAAC,EACpD,OAAO,IAAI,EACX,gBAAgB;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EACrD,6BAA6B,2BAA2B,kDAoC3D"}
@@ -4,3 +4,4 @@ export declare function updateNextConfig(tree: Tree, updatedConfigFileContents:
4
4
  projectName: string;
5
5
  root: string;
6
6
  }, migrationLogs: AggregatedLog): void;
7
+ //# sourceMappingURL=update-next-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-next-config.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/convert-to-inferred/lib/update-next-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAIlC,OAAO,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAE/F,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,EACV,yBAAyB,EAAE,MAAM,EACjC,OAAO,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EAC9C,aAAa,EAAE,aAAa,QA6G7B"}
@@ -1 +1,2 @@
1
1
  export declare function findNextConfigPath(tree: any, projectRoot: any): string;
2
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/convert-to-inferred/lib/utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CAAC,IAAI,KAAA,EAAE,WAAW,KAAA,UASnD"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { CustomServerSchema } from './schema';
3
3
  export declare function customServerGenerator(host: Tree, options: CustomServerSchema): Promise<() => void>;
4
+ //# sourceMappingURL=custom-server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-server.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/custom-server/custom-server.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,IAAI,EAAE,MAAM,YAAY,CAAC;AAUrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAK9C,wBAAsB,qBAAqB,CACzC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,kBAAkB,uBA4I5B"}
@@ -3,3 +3,4 @@ import { CypressComponentConfigurationGeneratorSchema } from './schema';
3
3
  export declare function cypressComponentConfiguration(tree: Tree, options: CypressComponentConfigurationGeneratorSchema): Promise<GeneratorCallback>;
4
4
  export declare function cypressComponentConfigurationInternal(tree: Tree, options: CypressComponentConfigurationGeneratorSchema): Promise<GeneratorCallback>;
5
5
  export default cypressComponentConfiguration;
6
+ //# sourceMappingURL=cypress-component-configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cypress-component-configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/cypress-component-configuration/cypress-component-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAKjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAMpB,OAAO,EAAE,4CAA4C,EAAE,MAAM,UAAU,CAAC;AAExE,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,4CAA4C,8BAMtD;AAED,wBAAsB,qCAAqC,CACzD,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,4CAA4C,8BAqDtD;AAyFD,eAAe,6BAA6B,CAAC"}
@@ -3,3 +3,4 @@ import type { InitSchema } from './schema';
3
3
  export declare function nextInitGenerator(tree: Tree, schema: InitSchema): Promise<GeneratorCallback>;
4
4
  export declare function nextInitGeneratorInternal(host: Tree, schema: InitSchema): Promise<GeneratorCallback>;
5
5
  export default nextInitGenerator;
6
+ //# sourceMappingURL=init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,iBAAiB,EACtB,KAAK,IAAI,EAGV,MAAM,YAAY,CAAC;AASpB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAgC3C,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,8BAE/D;AAED,wBAAsB,yBAAyB,CAC7C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,UAAU,8BA+CnB;AAED,eAAe,iBAAiB,CAAC"}
@@ -6,3 +6,4 @@ export interface NormalizedSchema extends Schema {
6
6
  isUsingTsSolutionConfig: boolean;
7
7
  }
8
8
  export declare function normalizeOptions(host: Tree, options: Schema): Promise<NormalizedSchema>;
9
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/library/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,YAAY,CAAC;AAK9C,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,MAAM,WAAW,gBAAiB,SAAQ,MAAM;IAC9C,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,EAAE,OAAO,CAAC;CAClC;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CA0B3B"}
@@ -3,3 +3,4 @@ import { Schema } from './schema';
3
3
  export declare function libraryGenerator(host: Tree, rawOptions: Schema): Promise<GeneratorCallback>;
4
4
  export declare function libraryGeneratorInternal(host: Tree, rawOptions: Schema): Promise<GeneratorCallback>;
5
5
  export default libraryGenerator;
6
+ //# sourceMappingURL=library.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAGjB,IAAI,EAEL,MAAM,YAAY,CAAC;AASpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAUlC,wBAAsB,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,8BAMpE;AAED,wBAAsB,wBAAwB,CAAC,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,8BAkJ5E;AAED,eAAe,gBAAgB,CAAC"}
@@ -2,3 +2,4 @@ import { Tree } from '@nx/devkit';
2
2
  import { Schema } from './schema';
3
3
  export declare function pageGenerator(host: Tree, schema: Schema): Promise<import("@nx/devkit").GeneratorCallback>;
4
4
  export default pageGenerator;
5
+ //# sourceMappingURL=page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/page/page.ts"],"names":[],"mappings":"AACA,OAAO,EAKL,IAAI,EACL,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAWlC,wBAAsB,aAAa,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,mDAuB7D;AAqDD,eAAe,aAAa,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { ProjectConfiguration, Tree } from '@nx/devkit';
2
2
  import { SetupTailwindOptions } from '../schema';
3
3
  export declare function addTailwindStyleImports(tree: Tree, project: ProjectConfiguration, _options: SetupTailwindOptions): void;
4
+ //# sourceMappingURL=add-tailwind-style-imports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-tailwind-style-imports.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/setup-tailwind/lib/add-tailwind-style-imports.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,oBAAoB,EAEpB,IAAI,EACL,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAWjD,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,EAC7B,QAAQ,EAAE,oBAAoB,QA2B/B"}
@@ -1,3 +1,4 @@
1
1
  import type { ProjectConfiguration, Tree } from '@nx/devkit';
2
2
  import { SetupTailwindOptions } from '../schema';
3
3
  export declare function updateProject(tree: Tree, config: ProjectConfiguration, options: SetupTailwindOptions): void;
4
+ //# sourceMappingURL=update-project.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project.d.ts","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/setup-tailwind/lib/update-project.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAG7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEjD,wBAAgB,aAAa,CAC3B,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,oBAAoB,EAC5B,OAAO,EAAE,oBAAoB,QAU9B"}
@@ -4,3 +4,4 @@ export interface SetupTailwindOptions {
4
4
  skipFormat?: boolean;
5
5
  skipPackageJson?: boolean;
6
6
  }
7
+ //# sourceMappingURL=schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/setup-tailwind/schema.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B"}
@@ -2,3 +2,4 @@ import type { GeneratorCallback, Tree } from '@nx/devkit';
2
2
  import type { SetupTailwindOptions } from './schema';
3
3
  export declare function setupTailwindGenerator(tree: Tree, options: SetupTailwindOptions): Promise<GeneratorCallback>;
4
4
  export default setupTailwindGenerator;
5
+ //# sourceMappingURL=setup-tailwind.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-tailwind.d.ts","sourceRoot":"","sources":["../../../../../../packages/next/src/generators/setup-tailwind/setup-tailwind.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAgB1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAKrD,wBAAsB,sBAAsB,CAC1C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,oBAAoB,8BA0C9B;AAED,eAAe,sBAAsB,CAAC"}
@@ -20,3 +20,4 @@ export declare const createNodesV2: CreateNodesV2<NextPluginOptions>;
20
20
  * This function will change to the v2 function in Nx 21.
21
21
  */
22
22
  export declare const createNodes: CreateNodes<NextPluginOptions>;
23
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,WAAW,EAGX,aAAa,EAQd,MAAM,YAAY,CAAC;AAYpB,MAAM,WAAW,iBAAiB;IAChC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAuBD;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,kBAEhC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,iBAAiB,CA0B1D,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,iBAAiB,CAsBtD,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from 'nx/src/generators/tree';
2
2
  export declare function addGitIgnoreEntry(host: Tree): void;
3
+ //# sourceMappingURL=add-gitignore-entry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-gitignore-entry.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/add-gitignore-entry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAG9C,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,QAe3C"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function configureForSwc(tree: Tree, projectRoot: string, swcConfigName?: string, additonalExludes?: string[]): () => void;
3
+ //# sourceMappingURL=add-swc-to-custom-server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-swc-to-custom-server.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/add-swc-to-custom-server.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAKL,MAAM,YAAY,CAAC;AASpB,wBAAgB,eAAe,CAC7B,IAAI,EAAE,IAAI,EACV,WAAW,EAAE,MAAM,EACnB,aAAa,SAAW,EACxB,gBAAgB,GAAE,MAAM,EAAO,cAyBhC"}
@@ -1,3 +1,4 @@
1
1
  import type { NextConfig } from 'next';
2
2
  import type { NextConfigFn, NextPlugin, NextPluginThatReturnsConfigFn } from './config';
3
3
  export declare function composePlugins(...plugins: (NextPlugin | NextPluginThatReturnsConfigFn)[]): (baseConfig: NextConfig) => NextConfigFn;
4
+ //# sourceMappingURL=compose-plugins.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compose-plugins.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/compose-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,KAAK,EACV,YAAY,EACZ,UAAU,EACV,6BAA6B,EAC9B,MAAM,UAAU,CAAC;AAElB,wBAAgB,cAAc,CAC5B,GAAG,OAAO,EAAE,CAAC,UAAU,GAAG,6BAA6B,CAAC,EAAE,GACzD,CAAC,UAAU,EAAE,UAAU,KAAK,YAAY,CAoB1C"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=config-invalid-function.fixture.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-invalid-function.fixture.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/config-invalid-function.fixture.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=config-not-a-function.fixture.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-not-a-function.fixture.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/config-not-a-function.fixture.ts"],"names":[],"mappings":""}
@@ -11,3 +11,4 @@ export interface NextPluginThatReturnsConfigFn {
11
11
  (config: NextConfig): NextConfigFn;
12
12
  }
13
13
  export declare function createWebpackConfig(workspaceRoot: string, projectRoot: string, fileReplacements?: FileReplacement[], assets?: any): (a: any, b: any) => Configuration;
14
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAEvC,OAAO,EAAE,aAAa,EAAe,MAAM,SAAS,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG1C,MAAM,WAAW,YAAY;IAC3B,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,OAAO,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;CAClE;AAED,MAAM,WAAW,UAAU;IACzB,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,CAAC;CAClC;AAED,MAAM,WAAW,6BAA6B;IAC5C,CAAC,MAAM,EAAE,UAAU,GAAG,YAAY,CAAC;CACpC;AAED,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,gBAAgB,GAAE,eAAe,EAAO,EACxC,MAAM,GAAE,GAAU,GACjB,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,KAAK,aAAa,CA4BzB"}
@@ -1 +1,2 @@
1
1
  export * from 'next/dist/shared/lib/constants';
2
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/constants.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare function createCliOptions(obj: Record<string, string | number | boolean>): string[];
2
+ //# sourceMappingURL=create-cli-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-cli-options.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/create-cli-options.ts"],"names":[],"mappings":"AAAA,wBAAgB,gBAAgB,CAC9B,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAC7C,MAAM,EAAE,CAaV"}
@@ -1,2 +1,2 @@
1
- import * as CopyWebpackPlugin from 'copy-webpack-plugin';
2
- export declare function createCopyPlugin(assets: any[], root: string, sourceRoot: string): CopyWebpackPlugin;
1
+ export declare function createCopyPlugin(assets: any[], root: string, sourceRoot: string): any;
2
+ //# sourceMappingURL=create-copy-plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-copy-plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/create-copy-plugin.ts"],"names":[],"mappings":"AA2DA,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,GAAG,EAAE,EACb,IAAI,EAAE,MAAM,EACZ,UAAU,EAAE,MAAM,OAoBnB"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createCopyPlugin = createCopyPlugin;
4
- const CopyWebpackPlugin = require("copy-webpack-plugin");
4
+ const CopyWebpackPlugin = require('copy-webpack-plugin');
5
5
  const path_1 = require("nx/src/utils/path");
6
6
  const path_2 = require("path");
7
7
  const fs_1 = require("fs");
@@ -3,3 +3,4 @@
3
3
  * @deprecated Use createGlobPatternsForDependencies instead
4
4
  */
5
5
  export declare function createGlobPatternsOfDependentProjects(projectName: string, fileGlobPattern?: string): string[];
6
+ //# sourceMappingURL=generate-globs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-globs.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/generate-globs.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,wBAAgB,qCAAqC,CACnD,WAAW,EAAE,MAAM,EACnB,eAAe,GAAE,MAAsC,GACtD,MAAM,EAAE,CAyBV"}
@@ -5,3 +5,4 @@ export declare function updateJestConfig(host: Tree, options: {
5
5
  js?: boolean;
6
6
  unitTestRunner?: string;
7
7
  }): void;
8
+ //# sourceMappingURL=jest-config-util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jest-config-util.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/jest-config-util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,YAAY,CAAC;AAElD,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE;IACP,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,QAwDF"}
@@ -1,7 +1,7 @@
1
1
  import { GeneratorCallback, Tree } from '@nx/devkit';
2
2
  export declare const nextSpecificStyleDependenciesBabel: {
3
3
  'styled-components': {
4
- dependencies: import("@nx/react/src/utils/dependencies").DependencyEntries;
4
+ dependencies: import("packages/react/src/utils/dependencies").DependencyEntries;
5
5
  devDependencies: {
6
6
  'babel-plugin-styled-components': string;
7
7
  };
@@ -10,7 +10,7 @@ export declare const nextSpecificStyleDependenciesBabel: {
10
10
  dependencies: {
11
11
  '@emotion/server': string;
12
12
  };
13
- devDependencies: import("@nx/react/src/utils/dependencies").DependencyEntries;
13
+ devDependencies: import("packages/react/src/utils/dependencies").DependencyEntries;
14
14
  };
15
15
  css: {
16
16
  dependencies: {};
@@ -32,7 +32,7 @@ export declare const nextSpecificStyleDependenciesBabel: {
32
32
  };
33
33
  export declare const nextSpecificStyleDependenciesSwc: {
34
34
  'styled-components': {
35
- dependencies: import("@nx/react/src/utils/dependencies").DependencyEntries;
35
+ dependencies: import("packages/react/src/utils/dependencies").DependencyEntries;
36
36
  devDependencies: {
37
37
  'babel-plugin-styled-components': string;
38
38
  };
@@ -41,7 +41,7 @@ export declare const nextSpecificStyleDependenciesSwc: {
41
41
  dependencies: {
42
42
  '@emotion/server': string;
43
43
  };
44
- devDependencies: import("@nx/react/src/utils/dependencies").DependencyEntries;
44
+ devDependencies: import("packages/react/src/utils/dependencies").DependencyEntries;
45
45
  };
46
46
  css: {
47
47
  dependencies: {};
@@ -65,3 +65,4 @@ export declare function addStyleDependencies(host: Tree, options: {
65
65
  style?: string;
66
66
  swc?: boolean;
67
67
  }): GeneratorCallback;
68
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EACjB,IAAI,EACL,MAAM,YAAY,CAAC;AAgCpB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiB9C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB5C,CAAC;AAEF,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,GAAG,CAAC,EAAE,OAAO,CAAA;CAAE,GACzC,iBAAiB,CAYnB"}
@@ -62,3 +62,4 @@ export interface NextExportBuilderOptions {
62
62
  export interface WebpackConfigOptions {
63
63
  svgr?: boolean;
64
64
  }
65
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,CACvB,OAAO,EAAE,iBAAiB,EAC1B,WAAW,CAAC,EAAE,WAAW,KACtB,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,MAAM,WAAW,WAAW;IAC1B,CAAC,IAAI,EAAE,MAAM,GAAG;QACd,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,GAAG,CAAC;QAClB,YAAY,CAAC,EAAE,OAAO,CAAC;QACvB,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;CACH;AAED,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,OAAO,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,OAAO,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,uBAAuB;IACtC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,qBAAqB,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAC/C,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mCAAmC,CAAC,EAAE,OAAO,CAAC;IAC9C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,uBAAuB;IACtC,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,wBAAwB;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB"}
@@ -7,3 +7,4 @@ export declare function isNext14(tree: Tree): Promise<boolean>;
7
7
  export declare function getInstalledNextVersion(tree: Tree): string;
8
8
  export declare function getInstalledNextVersionFromGraph(): Promise<string>;
9
9
  export {};
10
+ //# sourceMappingURL=version-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/version-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAqC,MAAM,YAAY,CAAC;AAI1E,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,wBAAsB,oCAAoC,CACxD,IAAI,EAAE,IAAI,EACV,SAAS,UAAQ,GAChB,OAAO,CAAC,wBAAwB,CAAC,CAUnC;AAED,wBAAsB,QAAQ,CAAC,IAAI,EAAE,IAAI,oBAMxC;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAc1D;AAED,wBAAsB,gCAAgC,oBAOrD"}
@@ -7,3 +7,4 @@ export declare const lessLoader = "11.1.0";
7
7
  export declare const emotionServerVersion = "11.11.0";
8
8
  export declare const babelPluginStyledComponentsVersion = "1.10.7";
9
9
  export declare const tsLibVersion = "^2.3.0";
10
+ //# sourceMappingURL=versions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/next/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,WAAW,YAAY,CAAC;AACrC,eAAO,MAAM,aAAa,aAAa,CAAC;AACxC,eAAO,MAAM,uBAAuB,YAAY,CAAC;AACjD,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,UAAU,WAAW,CAAC;AACnC,eAAO,MAAM,oBAAoB,YAAY,CAAC;AAC9C,eAAO,MAAM,kCAAkC,WAAW,CAAC;AAC3D,eAAO,MAAM,YAAY,WAAW,CAAC"}
package/tailwind.d.ts CHANGED
@@ -5,3 +5,4 @@
5
5
  * @param fileGlobPatternToExclude pass a custom glob pattern for files to be excluded
6
6
  */
7
7
  export declare function createGlobPatternsForDependencies(dirPath: string, fileGlobPatternToInclude?: string, fileGlobPatternToExclude?: string): any;
8
+ //# sourceMappingURL=tailwind.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tailwind.d.ts","sourceRoot":"","sources":["../../../packages/next/tailwind.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,wBAAgB,iCAAiC,CAC/C,OAAO,EAAE,MAAM,EACf,wBAAwB,GAAE,MAAqC,EAC/D,wBAAwB,GAAE,MAAoD,OAqC/E"}