As of today, all fluent.js packages are available under new names in the @fluent scope.
-
fluentis now@fluent/bundle0.13, -
fluent-syntaxis now@fluent/syntax0.14, -
fluent-reactis now@fluent/react0.9.0, -
fluent-domis now@fluent/dom0.5.0, -
fluent-sequenceis now@fluent/sequence0.4.0, -
fluent-langnegis now@fluent/langneg0.3.0.
For each package on the list above, I first published a new minor update of the package under the old name. Then, I published the same code under the new name. Finally, I deprecated the old package on npm, but only at its latest version.
For example: I released fluent-react 0.9.0, then published the very same code as @fluent/react 0.9.0, and lastly, I deprecated fluent-react 0.9.0. Importantly, fluent-react 0.8.5 has not been deprecated, and existing apps can continue to use without npm warnings, and upgrade at their convenience.