@nx/rollup 23.0.0-beta.23 → 23.0.0-beta.24
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/{index.d.ts → dist/index.d.ts} +0 -1
- package/dist/internal.d.ts +1 -0
- package/dist/internal.js +7 -0
- package/{plugin.d.ts → dist/plugin.d.ts} +0 -1
- package/{src → dist/src}/executors/rollup/lib/normalize.d.ts +0 -1
- package/{src → dist/src}/executors/rollup/rollup.impl.d.ts +2 -3
- package/{src → dist/src}/executors/rollup/rollup.impl.js +2 -2
- package/{src → dist/src}/generators/configuration/configuration.d.ts +0 -1
- package/{src → dist/src}/generators/configuration/configuration.js +2 -0
- package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.js +2 -0
- package/{src → dist/src}/generators/convert-to-inferred/lib/add-plugin-registrations.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/lib/extract-rollup-config-from-executor-options.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/lib/normalize-path-options.d.ts +0 -1
- package/{src → dist/src}/generators/init/init.d.ts +0 -1
- package/{src → dist/src}/generators/init/init.js +8 -6
- package/{src → dist/src}/generators/init/schema.json +1 -1
- package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.d.ts +9 -0
- package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.js +134 -0
- package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.md +25 -0
- package/{src → dist/src}/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.d.ts +0 -1
- package/dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports.d.ts +3 -0
- package/dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports.js +202 -0
- package/{src → dist/src}/plugins/analyze.d.ts +0 -1
- package/{src → dist/src}/plugins/delete-output.d.ts +0 -1
- package/{src → dist/src}/plugins/nx-copy-assets.plugin.d.ts +0 -1
- package/{src → dist/src}/plugins/package-json/generate-package-json.d.ts +0 -1
- package/{src → dist/src}/plugins/package-json/update-package-json.d.ts +0 -1
- package/{src → dist/src}/plugins/plugin.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/index.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/loaders/index.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/loaders/less-loader.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/loaders/postcss-loader.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/loaders/sass-loader.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/loaders/stylus-loader.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/loaders/types.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/options.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/postcss-plugin.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/utils/index.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/utils/load-module.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/utils/normalize-path.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/utils/safe-identifier.d.ts +0 -1
- package/{src → dist/src}/plugins/postcss/utils/style-inject.d.ts +0 -1
- package/{src → dist/src}/plugins/swc.d.ts +0 -1
- package/{src → dist/src}/plugins/with-nx/get-project-node.d.ts +0 -1
- package/{src → dist/src}/plugins/with-nx/normalize-options.d.ts +0 -1
- package/{src → dist/src}/plugins/with-nx/type-definitions.d.ts +0 -1
- package/{src → dist/src}/plugins/with-nx/with-nx-options.d.ts +0 -1
- package/{src → dist/src}/plugins/with-nx/with-nx.d.ts +0 -1
- package/{src → dist/src}/utils/deprecation.d.ts +0 -1
- package/{src → dist/src}/utils/ensure-dependencies.d.ts +0 -1
- package/{src → dist/src}/utils/ensure-dependencies.js +3 -3
- package/{src → dist/src}/utils/fs.d.ts +0 -1
- package/{src → dist/src}/utils/has-plugin.d.ts +0 -1
- package/{src → dist/src}/utils/versions.d.ts +3 -1
- package/dist/src/utils/versions.js +18 -0
- package/{with-nx.d.ts → dist/with-nx.d.ts} +0 -1
- package/executors.json +2 -2
- package/generators.json +6 -6
- package/migrations.json +24 -3
- package/package.json +64 -10
- package/index.d.ts.map +0 -1
- package/plugin.d.ts.map +0 -1
- package/src/executors/rollup/lib/normalize.d.ts.map +0 -1
- package/src/executors/rollup/rollup.impl.d.ts.map +0 -1
- package/src/generators/configuration/configuration.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/add-plugin-registrations.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/extract-rollup-config-from-executor-options.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/normalize-path-options.d.ts.map +0 -1
- package/src/generators/init/init.d.ts.map +0 -1
- package/src/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.d.ts.map +0 -1
- package/src/plugins/analyze.d.ts.map +0 -1
- package/src/plugins/delete-output.d.ts.map +0 -1
- package/src/plugins/nx-copy-assets.plugin.d.ts.map +0 -1
- package/src/plugins/package-json/generate-package-json.d.ts.map +0 -1
- package/src/plugins/package-json/update-package-json.d.ts.map +0 -1
- package/src/plugins/plugin.d.ts.map +0 -1
- package/src/plugins/postcss/index.d.ts.map +0 -1
- package/src/plugins/postcss/loaders/index.d.ts.map +0 -1
- package/src/plugins/postcss/loaders/less-loader.d.ts.map +0 -1
- package/src/plugins/postcss/loaders/postcss-loader.d.ts.map +0 -1
- package/src/plugins/postcss/loaders/sass-loader.d.ts.map +0 -1
- package/src/plugins/postcss/loaders/stylus-loader.d.ts.map +0 -1
- package/src/plugins/postcss/loaders/types.d.ts.map +0 -1
- package/src/plugins/postcss/options.d.ts.map +0 -1
- package/src/plugins/postcss/postcss-plugin.d.ts.map +0 -1
- package/src/plugins/postcss/utils/index.d.ts.map +0 -1
- package/src/plugins/postcss/utils/load-module.d.ts.map +0 -1
- package/src/plugins/postcss/utils/normalize-path.d.ts.map +0 -1
- package/src/plugins/postcss/utils/safe-identifier.d.ts.map +0 -1
- package/src/plugins/postcss/utils/style-inject.d.ts.map +0 -1
- package/src/plugins/swc.d.ts.map +0 -1
- package/src/plugins/with-nx/get-project-node.d.ts.map +0 -1
- package/src/plugins/with-nx/normalize-options.d.ts.map +0 -1
- package/src/plugins/with-nx/type-definitions.d.ts.map +0 -1
- package/src/plugins/with-nx/with-nx-options.d.ts.map +0 -1
- package/src/plugins/with-nx/with-nx.d.ts.map +0 -1
- package/src/utils/deprecation.d.ts.map +0 -1
- package/src/utils/ensure-dependencies.d.ts.map +0 -1
- package/src/utils/fs.d.ts.map +0 -1
- package/src/utils/has-plugin.d.ts.map +0 -1
- package/src/utils/versions.d.ts.map +0 -1
- package/src/utils/versions.js +0 -8
- package/with-nx.d.ts.map +0 -1
- /package/{LICENSE → dist/LICENSE} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{plugin.js → dist/plugin.js} +0 -0
- /package/{src → dist/src}/executors/rollup/lib/normalize.js +0 -0
- /package/{src → dist/src}/executors/rollup/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/rollup/schema.json +0 -0
- /package/{src → dist/src}/generators/configuration/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/configuration/schema.json +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/add-plugin-registrations.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/extract-rollup-config-from-executor-options.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/normalize-path-options.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/schema.json +0 -0
- /package/{src → dist/src}/generators/init/schema.d.ts +0 -0
- /package/{src → dist/src}/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.js +0 -0
- /package/{src → dist/src}/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.md +0 -0
- /package/{src → dist/src}/plugins/analyze.js +0 -0
- /package/{src → dist/src}/plugins/delete-output.js +0 -0
- /package/{src → dist/src}/plugins/nx-copy-assets.plugin.js +0 -0
- /package/{src → dist/src}/plugins/package-json/generate-package-json.js +0 -0
- /package/{src → dist/src}/plugins/package-json/update-package-json.js +0 -0
- /package/{src → dist/src}/plugins/plugin.js +0 -0
- /package/{src → dist/src}/plugins/postcss/index.js +0 -0
- /package/{src → dist/src}/plugins/postcss/loaders/index.js +0 -0
- /package/{src → dist/src}/plugins/postcss/loaders/less-loader.js +0 -0
- /package/{src → dist/src}/plugins/postcss/loaders/postcss-loader.js +0 -0
- /package/{src → dist/src}/plugins/postcss/loaders/sass-loader.js +0 -0
- /package/{src → dist/src}/plugins/postcss/loaders/stylus-loader.js +0 -0
- /package/{src → dist/src}/plugins/postcss/loaders/types.js +0 -0
- /package/{src → dist/src}/plugins/postcss/options.js +0 -0
- /package/{src → dist/src}/plugins/postcss/postcss-plugin.js +0 -0
- /package/{src → dist/src}/plugins/postcss/types/concat-with-sourcemaps.d.ts +0 -0
- /package/{src → dist/src}/plugins/postcss/utils/index.js +0 -0
- /package/{src → dist/src}/plugins/postcss/utils/load-module.js +0 -0
- /package/{src → dist/src}/plugins/postcss/utils/normalize-path.js +0 -0
- /package/{src → dist/src}/plugins/postcss/utils/safe-identifier.js +0 -0
- /package/{src → dist/src}/plugins/postcss/utils/style-inject.js +0 -0
- /package/{src → dist/src}/plugins/swc.js +0 -0
- /package/{src → dist/src}/plugins/with-nx/get-project-node.js +0 -0
- /package/{src → dist/src}/plugins/with-nx/normalize-options.js +0 -0
- /package/{src → dist/src}/plugins/with-nx/type-definitions.js +0 -0
- /package/{src → dist/src}/plugins/with-nx/with-nx-options.js +0 -0
- /package/{src → dist/src}/plugins/with-nx/with-nx.js +0 -0
- /package/{src → dist/src}/utils/deprecation.js +0 -0
- /package/{src → dist/src}/utils/fs.js +0 -0
- /package/{src → dist/src}/utils/has-plugin.js +0 -0
- /package/{with-nx.js → dist/with-nx.js} +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|