nx 22.0.0-canary.20251010-bfaa91b → 22.0.0-canary.20251014-82acc84

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.
package/executors.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
- "executors": {
3
- "noop": {
4
- "implementation": "./src/executors/noop/noop.impl",
5
- "schema": "./src/executors/noop/schema.json",
6
- "description": "An executor that does nothing"
7
- },
8
- "run-commands": {
9
- "implementation": "./src/executors/run-commands/run-commands.impl",
10
- "schema": "./src/executors/run-commands/schema.json",
11
- "description": "Run any custom commands with Nx."
12
- },
13
- "run-script": {
14
- "implementation": "./src/executors/run-script/run-script.impl",
15
- "schema": "./src/executors/run-script/schema.json",
16
- "description": "Run an NPM script using Nx."
17
- }
2
+ "executors": {
3
+ "noop": {
4
+ "implementation": "./src/executors/noop/noop.impl",
5
+ "schema": "./src/executors/noop/schema.json",
6
+ "description": "An executor that does nothing"
7
+ },
8
+ "run-commands": {
9
+ "implementation": "./src/executors/run-commands/run-commands.impl",
10
+ "schema": "./src/executors/run-commands/schema.json",
11
+ "description": "Run any custom commands with Nx."
12
+ },
13
+ "run-script": {
14
+ "implementation": "./src/executors/run-script/run-script.impl",
15
+ "schema": "./src/executors/run-script/schema.json",
16
+ "description": "Run an NPM script using Nx."
18
17
  }
18
+ }
19
19
  }
package/generators.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
- "generators": {
3
- "connect-to-nx-cloud": {
4
- "factory": "./src/nx-cloud/generators/connect-to-nx-cloud/connect-to-nx-cloud",
5
- "schema": "./src/nx-cloud/generators/connect-to-nx-cloud/schema.json",
6
- "description": "Connect a workspace to Nx Cloud",
7
- "x-hidden": true
8
- },
9
- "set-up-ai-agents": {
10
- "factory": "./src/ai/set-up-ai-agents/set-up-ai-agents",
11
- "schema": "./src/ai/set-up-ai-agents/schema.json",
12
- "description": "Sets up the Nx MCP & rule files for common AI Agents",
13
- "hidden": true
14
- }
2
+ "generators": {
3
+ "connect-to-nx-cloud": {
4
+ "factory": "./src/nx-cloud/generators/connect-to-nx-cloud/connect-to-nx-cloud",
5
+ "schema": "./src/nx-cloud/generators/connect-to-nx-cloud/schema.json",
6
+ "description": "Connect a workspace to Nx Cloud",
7
+ "x-hidden": true
8
+ },
9
+ "set-up-ai-agents": {
10
+ "factory": "./src/ai/set-up-ai-agents/set-up-ai-agents",
11
+ "schema": "./src/ai/set-up-ai-agents/schema.json",
12
+ "description": "Sets up the Nx MCP & rule files for common AI Agents",
13
+ "hidden": true
15
14
  }
15
+ }
16
16
  }
package/migrations.json CHANGED
@@ -1,103 +1,103 @@
1
1
  {
2
- "generators": {
3
- "17.0.0-move-cache-directory": {
4
- "cli": "nx",
5
- "version": "17.0.0-beta.1",
6
- "description": "Updates the default cache directory to .nx/cache",
7
- "implementation": "./src/migrations/update-17-0-0/move-cache-directory"
8
- },
9
- "17.0.0-use-minimal-config-for-tasks-runner-options": {
10
- "cli": "nx",
11
- "version": "17.0.0-beta.3",
12
- "description": "Use minimal config for tasksRunnerOptions",
13
- "implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options"
14
- },
15
- "rm-default-collection-npm-scope": {
16
- "version": "17.0.0-rc.1",
17
- "description": "Migration for v17.0.0-rc.1",
18
- "implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope"
19
- },
20
- "17.3.0-update-nx-wrapper": {
21
- "cli": "nx",
22
- "version": "17.3.0-beta.6",
23
- "description": "Updates the nx wrapper.",
24
- "implementation": "./src/migrations/update-17-3-0/update-nxw"
25
- },
26
- "18.0.0-disable-adding-plugins-for-existing-workspaces": {
27
- "cli": "nx",
28
- "version": "18.0.0-beta.2",
29
- "description": "Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace",
30
- "implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces",
31
- "x-repair-skip": true
32
- },
33
- "move-default-base-to-nx-json-root": {
34
- "version": "18.1.0-beta.3",
35
- "description": "Moves affected.defaultBase to defaultBase in `nx.json`",
36
- "implementation": "./src/migrations/update-17-2-0/move-default-base"
37
- },
38
- "19-2-0-move-graph-cache-directory": {
39
- "cli": "nx",
40
- "version": "19.2.0-beta.2",
41
- "description": "Updates the default workspace data directory to .nx/workspace-data",
42
- "implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory"
43
- },
44
- "19-2-2-update-nx-wrapper": {
45
- "cli": "nx",
46
- "version": "19.2.2-beta.0",
47
- "description": "Updates the nx wrapper.",
48
- "implementation": "./src/migrations/update-17-3-0/update-nxw"
49
- },
50
- "19-2-4-set-project-name": {
51
- "version": "19.2.4-beta.0",
52
- "description": "Set project name in nx.json explicitly",
53
- "implementation": "./src/migrations/update-19-2-4/set-project-name",
54
- "x-repair-skip": true
55
- },
56
- "move-use-daemon-process": {
57
- "version": "20.0.0-beta.7",
58
- "description": "Migration for v20.0.0-beta.7",
59
- "implementation": "./src/migrations/update-20-0-0/move-use-daemon-process"
60
- },
61
- "use-legacy-cache": {
62
- "version": "20.0.1",
63
- "description": "Set `useLegacyCache` to true for migrating workspaces",
64
- "implementation": "./src/migrations/update-20-0-1/use-legacy-cache",
65
- "x-repair-skip": true
66
- },
67
- "remove-legacy-cache": {
68
- "version": "21.0.0-beta.8",
69
- "description": "Removes the legacy cache configuration from nx.json",
70
- "implementation": "./src/migrations/update-21-0-0/remove-legacy-cache"
71
- },
72
- "remove-custom-tasks-runner": {
73
- "version": "21.0.0-beta.8",
74
- "description": "Removes the legacy cache configuration from nx.json",
75
- "implementation": "./src/migrations/update-21-0-0/remove-custom-tasks-runner"
76
- },
77
- "release-version-config-changes": {
78
- "version": "21.0.0-beta.11",
79
- "description": "Updates release version config based on the breaking changes in Nx v21",
80
- "implementation": "./src/migrations/update-21-0-0/release-version-config-changes"
81
- },
82
- "release-changelog-config-changes": {
83
- "version": "21.0.0-beta.11",
84
- "description": "Updates release changelog config based on the breaking changes in Nx v21",
85
- "implementation": "./src/migrations/update-21-0-0/release-changelog-config-changes"
86
- },
87
- "21-1-0-add-ignore-entries-for-nx-rule-files": {
88
- "version": "21.1.0-beta.2",
89
- "description": "Adds **/nx-rules.mdc and **/nx.instructions.md to .gitignore if not present",
90
- "implementation": "./src/migrations/update-21-1-0/add-gitignore-entry"
91
- },
92
- "22-0-0-release-version-config-changes": {
93
- "version": "22.0.0-beta.1",
94
- "description": "Updates release version config based on the breaking changes in Nx v22",
95
- "implementation": "./src/migrations/update-22-0-0/release-version-config-changes"
96
- },
97
- "22-0-0-consolidate-release-tag-config": {
98
- "version": "22.0.0-beta.2",
99
- "description": "Consolidates releaseTag* options into nested releaseTag object structure",
100
- "implementation": "./src/migrations/update-22-0-0/consolidate-release-tag-config"
101
- }
2
+ "generators": {
3
+ "17.0.0-move-cache-directory": {
4
+ "cli": "nx",
5
+ "version": "17.0.0-beta.1",
6
+ "description": "Updates the default cache directory to .nx/cache",
7
+ "implementation": "./src/migrations/update-17-0-0/move-cache-directory"
8
+ },
9
+ "17.0.0-use-minimal-config-for-tasks-runner-options": {
10
+ "cli": "nx",
11
+ "version": "17.0.0-beta.3",
12
+ "description": "Use minimal config for tasksRunnerOptions",
13
+ "implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options"
14
+ },
15
+ "rm-default-collection-npm-scope": {
16
+ "version": "17.0.0-rc.1",
17
+ "description": "Migration for v17.0.0-rc.1",
18
+ "implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope"
19
+ },
20
+ "17.3.0-update-nx-wrapper": {
21
+ "cli": "nx",
22
+ "version": "17.3.0-beta.6",
23
+ "description": "Updates the nx wrapper.",
24
+ "implementation": "./src/migrations/update-17-3-0/update-nxw"
25
+ },
26
+ "18.0.0-disable-adding-plugins-for-existing-workspaces": {
27
+ "cli": "nx",
28
+ "version": "18.0.0-beta.2",
29
+ "description": "Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace",
30
+ "implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces",
31
+ "x-repair-skip": true
32
+ },
33
+ "move-default-base-to-nx-json-root": {
34
+ "version": "18.1.0-beta.3",
35
+ "description": "Moves affected.defaultBase to defaultBase in `nx.json`",
36
+ "implementation": "./src/migrations/update-17-2-0/move-default-base"
37
+ },
38
+ "19-2-0-move-graph-cache-directory": {
39
+ "cli": "nx",
40
+ "version": "19.2.0-beta.2",
41
+ "description": "Updates the default workspace data directory to .nx/workspace-data",
42
+ "implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory"
43
+ },
44
+ "19-2-2-update-nx-wrapper": {
45
+ "cli": "nx",
46
+ "version": "19.2.2-beta.0",
47
+ "description": "Updates the nx wrapper.",
48
+ "implementation": "./src/migrations/update-17-3-0/update-nxw"
49
+ },
50
+ "19-2-4-set-project-name": {
51
+ "version": "19.2.4-beta.0",
52
+ "description": "Set project name in nx.json explicitly",
53
+ "implementation": "./src/migrations/update-19-2-4/set-project-name",
54
+ "x-repair-skip": true
55
+ },
56
+ "move-use-daemon-process": {
57
+ "version": "20.0.0-beta.7",
58
+ "description": "Migration for v20.0.0-beta.7",
59
+ "implementation": "./src/migrations/update-20-0-0/move-use-daemon-process"
60
+ },
61
+ "use-legacy-cache": {
62
+ "version": "20.0.1",
63
+ "description": "Set `useLegacyCache` to true for migrating workspaces",
64
+ "implementation": "./src/migrations/update-20-0-1/use-legacy-cache",
65
+ "x-repair-skip": true
66
+ },
67
+ "remove-legacy-cache": {
68
+ "version": "21.0.0-beta.8",
69
+ "description": "Removes the legacy cache configuration from nx.json",
70
+ "implementation": "./src/migrations/update-21-0-0/remove-legacy-cache"
71
+ },
72
+ "remove-custom-tasks-runner": {
73
+ "version": "21.0.0-beta.8",
74
+ "description": "Removes the legacy cache configuration from nx.json",
75
+ "implementation": "./src/migrations/update-21-0-0/remove-custom-tasks-runner"
76
+ },
77
+ "release-version-config-changes": {
78
+ "version": "21.0.0-beta.11",
79
+ "description": "Updates release version config based on the breaking changes in Nx v21",
80
+ "implementation": "./src/migrations/update-21-0-0/release-version-config-changes"
81
+ },
82
+ "release-changelog-config-changes": {
83
+ "version": "21.0.0-beta.11",
84
+ "description": "Updates release changelog config based on the breaking changes in Nx v21",
85
+ "implementation": "./src/migrations/update-21-0-0/release-changelog-config-changes"
86
+ },
87
+ "21-1-0-add-ignore-entries-for-nx-rule-files": {
88
+ "version": "21.1.0-beta.2",
89
+ "description": "Adds **/nx-rules.mdc and **/nx.instructions.md to .gitignore if not present",
90
+ "implementation": "./src/migrations/update-21-1-0/add-gitignore-entry"
91
+ },
92
+ "22-0-0-release-version-config-changes": {
93
+ "version": "22.0.0-beta.1",
94
+ "description": "Updates release version config based on the breaking changes in Nx v22",
95
+ "implementation": "./src/migrations/update-22-0-0/release-version-config-changes"
96
+ },
97
+ "22-0-0-consolidate-release-tag-config": {
98
+ "version": "22.0.0-beta.2",
99
+ "description": "Consolidates releaseTag* options into nested releaseTag object structure",
100
+ "implementation": "./src/migrations/update-22-0-0/consolidate-release-tag-config"
102
101
  }
102
+ }
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "22.0.0-canary.20251010-bfaa91b",
3
+ "version": "22.0.0-canary.20251014-82acc84",
4
4
  "private": false,
5
5
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
6
6
  "repository": {
@@ -83,16 +83,16 @@
83
83
  }
84
84
  },
85
85
  "optionalDependencies": {
86
- "@nx/nx-darwin-arm64": "22.0.0-canary.20251010-bfaa91b",
87
- "@nx/nx-darwin-x64": "22.0.0-canary.20251010-bfaa91b",
88
- "@nx/nx-freebsd-x64": "22.0.0-canary.20251010-bfaa91b",
89
- "@nx/nx-linux-arm-gnueabihf": "22.0.0-canary.20251010-bfaa91b",
90
- "@nx/nx-linux-arm64-gnu": "22.0.0-canary.20251010-bfaa91b",
91
- "@nx/nx-linux-arm64-musl": "22.0.0-canary.20251010-bfaa91b",
92
- "@nx/nx-linux-x64-gnu": "22.0.0-canary.20251010-bfaa91b",
93
- "@nx/nx-linux-x64-musl": "22.0.0-canary.20251010-bfaa91b",
94
- "@nx/nx-win32-arm64-msvc": "22.0.0-canary.20251010-bfaa91b",
95
- "@nx/nx-win32-x64-msvc": "22.0.0-canary.20251010-bfaa91b"
86
+ "@nx/nx-darwin-arm64": "22.0.0-canary.20251014-82acc84",
87
+ "@nx/nx-darwin-x64": "22.0.0-canary.20251014-82acc84",
88
+ "@nx/nx-freebsd-x64": "22.0.0-canary.20251014-82acc84",
89
+ "@nx/nx-linux-arm-gnueabihf": "22.0.0-canary.20251014-82acc84",
90
+ "@nx/nx-linux-arm64-gnu": "22.0.0-canary.20251014-82acc84",
91
+ "@nx/nx-linux-arm64-musl": "22.0.0-canary.20251014-82acc84",
92
+ "@nx/nx-linux-x64-gnu": "22.0.0-canary.20251014-82acc84",
93
+ "@nx/nx-linux-x64-musl": "22.0.0-canary.20251014-82acc84",
94
+ "@nx/nx-win32-arm64-msvc": "22.0.0-canary.20251014-82acc84",
95
+ "@nx/nx-win32-x64-msvc": "22.0.0-canary.20251014-82acc84"
96
96
  },
97
97
  "nx-migrations": {
98
98
  "migrations": "./migrations.json",
@@ -166,6 +166,9 @@
166
166
  "x86_64-unknown-freebsd"
167
167
  ]
168
168
  },
169
+ "main": "./bin/nx.js",
170
+ "types": "./bin/nx.d.ts",
171
+ "type": "commonjs",
169
172
  "scripts": {
170
173
  "postinstall": "node ./bin/post-install || exit 0"
171
174
  }
package/presets/npm.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "pluginsConfig": {
3
- "@nx/js": {
4
- "analyzeSourceFiles": false
5
- }
2
+ "pluginsConfig": {
3
+ "@nx/js": {
4
+ "analyzeSourceFiles": false
6
5
  }
6
+ }
7
7
  }