@next/codemod 15.0.0-canary.46 → 15.0.0-canary.48
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/bin/cli.js +4 -0
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -126,6 +126,10 @@ const TRANSFORMER_INQUIRER_CHOICES = [
|
|
|
126
126
|
name: 'metadata-to-viewport-export: Migrates certain viewport related metadata from the `metadata` export to a new `viewport` export.',
|
|
127
127
|
value: 'metadata-to-viewport-export',
|
|
128
128
|
},
|
|
129
|
+
{
|
|
130
|
+
name: 'next-dynamic-access-named-export: Transforms dynamic imports that return the named export itself to a module like object.',
|
|
131
|
+
value: 'next-dynamic-access-named-export',
|
|
132
|
+
},
|
|
129
133
|
{
|
|
130
134
|
name: 'next-image-to-legacy-image: safely migrate Next.js 10, 11, 12 applications importing `next/image` to the renamed `next/legacy/image` import in Next.js 13',
|
|
131
135
|
value: 'next-image-to-legacy-image',
|