@@ -59,7 +59,7 @@ export default PackageLocalizedStrings;
59
59
// Generate index files.
60
60
for ( let ext of [ '.js' , '.mjs' ] ) {
61
61
let generateImport = ( exports , from ) => ext === '.mjs' ? `import ${ exports } from '${ from } '` : `let ${ exports } = require('${ from } ')` ;
62
- let index = generateImport ( '{PackageLocalizationProvider, getPackageLocalizationScript}' , '@react-aria-nutrient /i18n/server' ) + ';\n' ;
62
+ let index = generateImport ( '{PackageLocalizationProvider, getPackageLocalizationScript}' , '@react-aria/i18n/server' ) + ';\n' ;
63
63
index += generateImport ( '{LocalizedStringDictionary}' , '@internationalized/string' ) + ';\n' ;
64
64
index += generateImport ( '{createElement}' , 'react' ) + ';\n' ;
65
65
for ( let lang in languages ) {
@@ -141,6 +141,6 @@ export declare function createLocalizedStringDictionary(packages: string[]): Loc
141
141
` ) ;
142
142
}
143
143
144
- build ( '{@react-aria-nutrient /*,@react-stately/*,@react-spectrum/*,react-aria-components}' , '@adobe/react-spectrum' ) ;
145
- build ( '{@react-aria-nutrient /*,@react-stately/*,react-aria-components}' , 'react-aria-components' ) ;
146
- build ( '{@react-aria,@react-stately}/*' , '@react-aria-nutrient/ react-aria' ) ;
144
+ build ( '{@react-aria/*,@react-stately/*,@react-spectrum/*,react-aria-components}' , '@adobe/react-spectrum' ) ;
145
+ build ( '{@react-aria/*,@react-stately/*,react-aria-components}' , 'react-aria-components' ) ;
146
+ build ( '{@react-aria,@react-stately}/*' , 'react-aria' ) ;
0 commit comments