@rimelight/i18n 0.0.1 → 0.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimelight/i18n",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "private": false,
5
5
  "description": "Rimelight i18n — unified translation loader with optional KV backing",
6
6
  "files": [
@@ -87,7 +87,7 @@ export function rimelightI18n(options?: RimelightI18nOptions): any {
87
87
  return [
88
88
  nanostoresI18n({
89
89
  translationLoader,
90
- addMiddleware: true,
90
+ addMiddleware: false,
91
91
  translations: nanostoresTranslations
92
92
  }),
93
93
  rimelightI18nCore