@rimori/client 2.5.29-next.2 → 2.5.29-next.4

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.
@@ -135,7 +135,7 @@ export class Translator {
135
135
  if (!this.i18n) {
136
136
  throw new Error('Translator is not initialized');
137
137
  }
138
- // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-explicit-any
138
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
139
139
  return this.i18n.t(key, options);
140
140
  }
141
141
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimori/client",
3
- "version": "2.5.29-next.2",
3
+ "version": "2.5.29-next.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": {