Files
2026-07-13 12:38:36 +08:00

34 lines
1.6 KiB
JSON

{
"generators": {
"update-23-0-0-remove-use-legacy-typescript-plugin": {
"cli": "nx",
"version": "23.0.0-beta.4",
"description": "Remove deprecated useLegacyTypescriptPlugin option from @nx/rollup:rollup",
"implementation": "./dist/src/migrations/update-23-0-0/remove-use-legacy-typescript-plugin",
"documentation": "./dist/src/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.md"
},
"rewrite-rollup-internal-subpath-imports": {
"version": "23.0.0-beta.24",
"description": "Rewrites `@nx/rollup/src/*` subpath imports now that the `./src/*` subpath is no longer exposed by `@nx/rollup`'s exports map. Named imports/exports of public symbols are routed to `@nx/rollup` and the rest to the new `@nx/rollup/internal` entry; `require`, dynamic `import` and `jest.mock` calls reference the whole module and are routed to `@nx/rollup/internal`.",
"implementation": "./dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports"
},
"update-23-0-0-migrate-create-nodes-v2-import": {
"version": "23.0.0-beta.24",
"description": "Rename imports of `createNodesV2` from `@nx/rollup/plugin` to the canonical `createNodes` export.",
"implementation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes",
"documentation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.md"
}
},
"packageJsonUpdates": {
"23.0.0": {
"version": "23.0.0-beta.24",
"packages": {
"rollup": {
"version": "^4.14.0",
"alwaysAddToPackageJson": true
}
}
}
}
}